Discover/s.1688.com API
live

s.1688.com APIs.1688.com

Search 1688.com wholesale products, fetch SKU pricing tiers, and retrieve customer reviews via 3 structured endpoints covering China's largest B2B marketplace.

Endpoints
3
Updated
10d ago
Try it
Page number for pagination
Search keyword (Chinese or English)
api.parse.bot/scraper/aa6e2b5e-7963-46f5-a6c2-e326775ceae4/<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/aa6e2b5e-7963-46f5-a6c2-e326775ceae4/search_products?page=1&query=shoes' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for products on 1688 by keyword. Returns a paginated list of product offers with seller info, pricing, and location.

Input
ParamTypeDescription
pageintegerPage number for pagination
queryrequiredstringSearch keyword (Chinese or English)
Response
{
  "type": "object",
  "fields": {
    "page": "integer current page number",
    "items": "array of product objects with offerId, title, price, loginId, sellerName, bookedCount, province, city, url",
    "total": "integer total number of results",
    "hasMore": "boolean indicating if more pages are available"
  },
  "sample": {
    "data": {
      "page": 1,
      "items": [
        {
          "url": "https://detail.1688.com/offer/659219381085.html",
          "city": "福州市",
          "price": "1.99",
          "title": "库存拖鞋slippers人字拖鞋夏季凉拖鞋批发跨境拖鞋女拖鞋女外穿",
          "loginId": "fuyanfootwear",
          "offerId": 659219381085,
          "province": "福建",
          "sellerName": "福州市福燕鞋业有限公司",
          "bookedCount": "0"
        }
      ],
      "total": 2000,
      "hasMore": true
    },
    "status": "success"
  }
}

About the s.1688.com API

The s.1688.com API provides 3 endpoints covering product search, detailed SKU data, and customer reviews from China's largest B2B wholesale marketplace. The search_products endpoint returns paginated results with offer IDs, seller names, pricing, and geographic location, while get_product_detail exposes full SKU model data including pricing tiers, variant properties, and promotion info — giving developers structured access to supplier and product data without manual browsing.

Search and Discovery

The search_products endpoint accepts a query string (Chinese or English) and an optional page integer for pagination. Each result object includes offerId, title, price, loginId, sellerName, bookedCount, province, city, url, and a hasMore flag alongside the total count. The bookedCount field indicates order volume and is useful for gauging supplier activity. Geographic fields (province, city) help identify where the seller operates within China.

Product Detail and SKU Modeling

The get_product_detail endpoint takes an offer_id (the numeric offerId from search results) and returns the full skuModel object. This object contains SKU selector data covering pricing tiers, variant properties (such as size or color), associated images, trade model constraints, and active promotion info. Pricing tiers are a core part of 1688 wholesale listings, where unit cost typically decreases at higher quantity thresholds.

Customer Reviews

The get_product_reviews endpoint requires both an offer_id and a login_id — the seller's login identifier returned in search_products results. It returns a reviews array and a headers metadata object. Note that the reviews array may be empty if a product has no recorded reviews. Pagination is supported via the page parameter. The login_id dependency means you must either run a search or fetch product detail before calling reviews.

Common use cases
  • Compare unit pricing tiers across multiple 1688 suppliers for the same product category using skuModel data from get_product_detail.
  • Build a supplier shortlist by filtering search_products results by province or city to find geographically clustered manufacturers.
  • Track bookedCount across keyword searches to identify high-demand wholesale products.
  • Aggregate customer reviews from get_product_reviews to score supplier reliability before placing bulk orders.
  • Map offerId to sellerName and loginId for structured supplier databases populated from search results.
  • Monitor SKU variant availability and promotional pricing changes by polling get_product_detail for specific offer IDs.
  • Seed a product catalog with wholesale pricing from 1688.com by combining search pagination with per-offer detail lookups.
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?+
Alibaba Group offers the 1688 Open Platform (open.1688.com) with official APIs, but access requires Chinese business registration and approval. The s.1688.com Parse API provides structured access to search, product detail, and review data without those onboarding requirements.
What does the `skuModel` object in `get_product_detail` actually contain?+
The skuModel object includes SKU selector data covering pricing tiers (wholesale quantity brackets), variant properties such as size or color, images tied to specific SKU combinations, the trade model (e.g. minimum order quantities), and any active promotion info. It is the primary source for per-variant pricing on a 1688 listing.
Why does `get_product_reviews` require a `login_id` in addition to an `offer_id`?+
On 1688.com, reviews are scoped to the seller as well as the product. The login_id is the seller's account identifier and is returned in the loginId field of search_products results. You need to run a search or hold a prior result to supply this parameter when calling the reviews endpoint.
Does the API return seller certification, business license, or factory audit data?+
Not currently. The API covers offer-level fields (pricing, SKUs, location, reviews) and does not expose 1688 supplier verification badges, factory audit scores, or business license details. You can fork this API on Parse and revise it to add an endpoint targeting supplier profile pages for that data.
Are there limitations on review data availability?+
Yes. The reviews array can be empty if a product has no posted reviews, which is common for newer or lower-volume listings on 1688.com. The endpoint does not distinguish between a product with zero reviews and one where reviews are restricted — both return an empty array. Pagination via page applies only when reviews exist.
Page content last updated . Spec covers 3 endpoints from s.1688.com.
Related APIs in MarketplaceSee all →
mouser.com API
mouser.com API
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.