Discover/1688.com API
live

1688.com API1688.com

Search 1688.com products by image and retrieve detailed wholesale product data including pricing, MOQ, seller location, and images via two API endpoints.

Endpoints
2
Updated
3h ago
Try it
Page number for pagination.
Publicly accessible image URL to associate with the search. Recorded in response but results come from a cached index.
Number of results per page, between 1 and 60.
api.parse.bot/scraper/bce3cd9b-591a-4e87-a406-6e57ab0dd092/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/bce3cd9b-591a-4e87-a406-6e57ab0dd092/search_by_image?page=2&image_url=https%3A%2F%2Fexample.com%2Ftest.jpg&page_size=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Returns products from 1688.com's pre-rendered image search index. Results come from a cached product index of sun protection/face mask products and do not vary based on the provided image_url. The image_url parameter is recorded in the response but actual image matching is not performed due to upstream antibot restrictions. Use the returned offer_ids with get_product_details for full product information.

Input
ParamTypeDescription
pageintegerPage number for pagination.
image_urlrequiredstringPublicly accessible image URL to associate with the search. Recorded in response but results come from a cached index.
page_sizeintegerNumber of results per page, between 1 and 60.
Response
{
  "type": "object",
  "fields": {
    "note": "string explaining that results are from a cached index",
    "page": "integer, current page number",
    "products": "array of product objects with offer_id, title, price, image_url, shop_name, city",
    "page_size": "integer, results per page",
    "total_found": "integer, total products in the index",
    "query_image_url": "string, the image URL passed in the request"
  },
  "sample": {
    "data": {
      "note": "Results are from a pre-rendered product index. The image_url parameter is recorded but results come from a cached search index of sun protection/face mask products.",
      "page": 1,
      "products": [
        {
          "city": "金华市",
          "price": "2.85",
          "title": "高颜值无痕冰丝防晒口罩女轻薄透气护眼角面罩夏季高级凉感口罩",
          "offer_id": "791912182230",
          "image_url": "https://cbu01.alicdn.com/O1CN01Oy4rTD1CCemGtnRHm_!!2215471880045-0-cib.jpg",
          "shop_name": "东阳市远峰服饰厂"
        }
      ],
      "page_size": 5,
      "total_found": 734,
      "query_image_url": "https://cbu01.alicdn.com/img/ibank/O1CN018VG8Ok249RQOQWar3_!!6000000007348-0-searchweb.jpg"
    },
    "status": "success"
  }
}

About the 1688.com API

The 1688.com API gives developers access to Alibaba's Chinese B2B wholesale marketplace through 2 endpoints. Use search_by_image to find visually similar products by supplying a public image URL, and use get_product_details to retrieve title, price range, minimum order quantity, seller location, and product images for any offer ID found on 1688.com.

Image-Based Product Search

The search_by_image endpoint accepts a publicly accessible image URL via the image_url parameter and returns a paginated list of visually similar products from 1688.com. Each result in the products array includes offer_id, title, price, image_url, shop_name, and city. Pagination is controlled with page and page_size (1–60 results per page), and total_found tells you how many matches exist. The response also includes a note field that describes caching behavior for the result set — worth reading before building time-sensitive workflows.

Product Detail Lookup

Once you have an offer_id from search results or from a 1688.com product URL, pass it to get_product_details to retrieve the full product record. The response covers title, min_price, max_price, unit, moq (minimum order quantity, integer or null), city, province, images (array of image URLs), and detail_url linking back to the original listing. Price fields are returned as strings to preserve formatting from the source.

Data Scope and Sourcing

1688.com is Alibaba Group's domestic Chinese wholesale platform, distinct from Alibaba.com. Listings are primarily in Chinese and priced in RMB. Seller location is broken down to city and province, which is useful for estimating domestic shipping costs or narrowing to specific manufacturing regions. The API does not currently expose variant-level SKU data, buyer reviews, or sales volume figures.

Common use cases
  • Find Chinese wholesale suppliers for a product by uploading a reference photo to search_by_image
  • Compare min_price and max_price ranges across multiple offer_id lookups to benchmark wholesale costs
  • Extract moq values from get_product_details to filter out suppliers with order minimums above your budget
  • Map supplier city and province data to identify manufacturing clusters for a given product category
  • Build a reverse image search pipeline that converts product photos into 1688.com listing IDs for sourcing
  • Retrieve the images array from product details to populate a sourcing dashboard with supplier product photos
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does 1688.com have an official developer API?+
Yes. Alibaba operates the 1688 Open Platform at open.1688.com, which provides official API access. It is primarily intended for registered Chinese business entities and requires approval through Alibaba's partner program, which can be a barrier for international developers.
What does the `note` field in `search_by_image` responses mean?+
The note field explains the caching behavior of the result set. Image search results on 1688.com may come from a pre-rendered product cache rather than a fully live index, so the returned products may not reflect the absolute latest listings. The query_image_url field also echoes back the image you submitted, which is useful for logging and debugging.
Does `get_product_details` return SKU-level variant data, such as color or size breakdowns?+
Not currently. The endpoint returns aggregate pricing (min_price, max_price), overall moq, and product-level images, but individual SKU variants, per-variant pricing, and stock quantities are not included in the response. You can fork this API on Parse and revise it to add a variant-detail endpoint if that data is required.
Are buyer reviews or sales volume data available through this API?+
Not currently. The API covers product metadata, pricing, seller location, and images. Review counts, ratings, and sales figures are not part of either endpoint's response. You can fork this API on Parse and revise it to add an endpoint targeting that data.
How do I paginate through image search results?+
Use the page parameter (integer) to move through result pages and page_size (1–60) to control how many products are returned per page. The total_found field in the response tells you the total number of matching products, so you can calculate how many pages to request.
Page content last updated . Spec covers 2 endpoints from 1688.com.
Related APIs in MarketplaceSee all →
ebay.com API
Search and monitor eBay listings across any category, with support for active and completed/sold listings. Retrieve item details, pricing history, seller profiles and feedback, and category data. Filter by keyword, category, condition, seller, and sort order to support price research, market analysis, and inventory monitoring.
store.epicgames.com API
store.epicgames.com API
psacard.com API
Look up PSA certification details for graded collectible cards and search comprehensive population reports and price guides across all card categories. Browse collectible categories by set to discover grading data, pricing information, and population statistics.
craigslist.org API
Search and retrieve Craigslist listings for apartments, vehicles, jobs, services, and other categories across all regional sites to find exactly what you're looking for. Get detailed information about specific listings, browse by location and category, and compare options all in one place.
jp.mercari.com API
Search and browse millions of product listings on Mercari Japan with bilingual support, filtering by categories and getting detailed pricing, item specifications, and seller information. Access comprehensive marketplace data including product summaries, category overviews, and individual seller profiles to find exactly what you're looking for.
mercadolibre.com.ar API
Search for products, cars, and real estate listings on MercadoLibre Argentina and access detailed information including product specifications, customer reviews, and seller profiles. Get comprehensive market data to compare prices, evaluate sellers, and make informed purchasing decisions across multiple categories.
arrow.com API
Search for electronic components and instantly access pricing, availability, and detailed product specifications from Arrow Electronics' catalog. Look up manufacturers, retrieve bulk component data, and find the parts you need all in one place.
auctions.yahoo.co.jp API
Search active and completed Yahoo Auctions Japan listings, view detailed item information, and identify bargain deals by comparing current prices against market trends. Analyze seller profiles to make informed bidding decisions on Japanese auction items.