Linux 软件免费装
Banner图

ExpressFind Image Search for AliExpress – Reverse Photo Product Finder

开发者 fahdchouki
更新时间 2026年8月23日 19:41
PHP版本: 7.0 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

image search aliexpress dropshipping product finder reverse image search

下载

1.0.0

详情介绍:

Your visitor has a photo of a product. They do not have the words for it. This plugin turns that photo into a grid of matching AliExpress listings, on any page of your site, with a shortcode. Upload a picture, drag one in, paste one from the clipboard, take one with a phone camera, or paste the address of an image already on the web. Matching products come back with their price, rating, order count, discount and photo gallery. What it does It protects your API budget The search runs on RapidAPI, which charges per call, so the plugin is built to make as few calls as it can. Privacy and security For developers A REST route at sbia/v1/search, template tags, and filters on the request, the results, prices and links: $products = sbia_search( 'https://example.com/photo.jpg' ); sbia_search_box( array( 'columns' => 3 ) );

安装:

  1. Upload the expressfind-image-search-for-aliexpress folder to /wp-content/plugins/, or install it through the Plugins screen.
  2. Activate the plugin.
  3. Open Image Search → Settings and paste your RapidAPI key.
  4. Press Test connection to check it works.
  5. Put [expressfind_image_search] on any page.

升级注意事项:

1.0.0 First release.

常见问题:

Where do I get the API key?

The plugin uses the AliExpress Search By Image API on RapidAPI. Create a free RapidAPI account, open that API's page, subscribe to a plan, and copy the value shown for the X-RapidAPI-Key header. Paste it into the plugin's settings screen. The key is yours: usage is billed to your own RapidAPI account, and the plugin never sends it anywhere except to that API.

Does it work on a local site?

Uploaded photos are normally handed to the API as a temporary public URL, which a local site cannot provide. Switch How images are sent to As the image data itself under Settings, and uploads will work from any install. Searching by an image URL always works.

Does each search cost me money?

Every search that is not answered from the cache is one call against your RapidAPI plan. Turn caching on, set a per-visitor rate limit and a daily cap, and watch the usage screen. Those four settings are what stand between a busy day and a surprise invoice.

Can I show prices in my own currency?

Yes, and there is no rate to look up. Pick one of 46 currencies under Pricing & links and the plugin converts every price using a built-in rate, formats it with the right symbol on the right side, and can round everything to end in .99. The rates are approximate and fixed at release; if you track the real one, set an override, or hook the sbia_exchange_rate filter to feed in a live figure. Left on the default, prices are shown exactly as the supplier quoted them, labelled with the currency they came in, such as CNY 4.09.

Can I add my affiliate ID to the links?

Yes. Put your parameters in Extra link parameters as a query string, for example aff_id=12345&campaign=photo. They are appended to every product link.

Do the results look right in a dark theme?

There is a full dark palette, and it can follow the visitor's own system setting, or be forced light or dark per page with the theme attribute.

Can visitors search using images already on my site?

Turn on the hover button under Settings → Extras. A small Search this image button appears on the images you choose with a CSS selector, and the results open in a pop-up.

Is WooCommerce required?

No. It is only needed for the one-click product import, which is otherwise hidden.

更新日志:

1.0.0