Discover/Made-in-China API
live

Made-in-China APImade-in-china.com

Search Made-in-China.com products and suppliers, fetch full product details with FOB pricing, MOQ, variants, and complete company profiles via 4 REST endpoints.

Endpoint health
verified 2h ago
get_supplier_profile
search_products
search_suppliers
get_product_details
4/4 passing latest checkself-healing
Endpoints
4
Updated
2h ago

What is the Made-in-China API?

The Made-in-China.com API provides 4 endpoints covering product search, supplier search, individual product detail pages, and full company profiles. search_products returns up to 30 listings per page with FOB price text and image URLs. get_product_details exposes tiered quantity pricing, MOQ, shipping port, product variants, and a linked supplier object — giving you the structured data that B2B sourcing workflows depend on.

This call costs3 credits / call— charged only on success
Try it
1-based result page (1-100). Omit for the first page; increment while has_more is true.
Product keyword to search for (at least 2 characters), e.g. one shape: 'hydraulic pump'.
api.parse.bot/scraper/720f5521-1f74-4751-b0b3-706713239149/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/720f5521-1f74-4751-b0b3-706713239149/search_products?keyword=hydraulic+pump' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalmissing one? ·

Searches the Made-in-China product directory by keyword and returns one page of product listings (the site serves 30 listings per page). Each row carries the product id and page URL (pass product_url unchanged to get_product_details), listing images, the FOB price or price range with parsed min/max and ISO currency (price_text is 'Negotiable' with null numeric fields when the supplier lists no price), MOQ and unit, the short attribute list shown in the listing, and the supplier's name, showroom URL (pass to get_supplier_profile), membership level and audited flag. has_more is true while the site offers a next page; total_results_text is the site's own approximate count (e.g. '100,000+'). Sorted by the site's relevance order. One request per call.

Input
ParamTypeDescription
pageinteger1-based result page (1-100). Omit for the first page; increment while has_more is true.
keywordrequiredstringProduct keyword to search for (at least 2 characters), e.g. one shape: 'hydraulic pump'.
Response
{
  "type": "object",
  "fields": {
    "page": "integer page returned",
    "keyword": "the searched keyword echoed back",
    "has_more": "boolean, true when the site offers a next page",
    "products": "array of product listings: product_id, name, product_url, images (array of URLs), price_text, currency (ISO code or null), price_min/price_max (numbers or null), moq (integer or null), unit, attributes (label->value object), supplier_name, supplier_url, supplier_business_type (null when not shown), supplier_member_level, supplier_audited (boolean)",
    "total_results_text": "site's approximate total result count as text, null if not shown"
  },
  "sample": {
    "data": {
      "page": 1,
      "keyword": "hydraulic pump",
      "has_more": true,
      "products": [
        {
          "moq": 1,
          "name": "Truck Concrete Mixer Spare Parts Hydraulic Pump A4vtg90",
          "unit": "Piece",
          "images": [
            "https://image.made-in-china.com/43f34j00KmAWJdFIjZbS/Truck-Concrete-Mixer-Spare-Parts-Hydraulic-Pump-A4vtg90.webp"
          ],
          "currency": "USD",
          "price_max": 100,
          "price_min": 100,
          "attributes": {
            "Power": "Hydraulic",
            "Packing": "Wooden Box",
            "Standard": "A4VG125",
            "Warranty": "10months",
            "Application": "Concrete Pump Truck",
            "After-sales Service": "Offering Technical Support"
          },
          "price_text": "US$ 100.00",
          "product_id": "bOWTZXBHeKkC",
          "product_url": "https://elephant-power1.en.made-in-china.com/product/bOWTZXBHeKkC/China-Truck-Concrete-Mixer-Spare-Parts-Hydraulic-Pump-A4vtg90.html",
          "supplier_url": "https://elephant-power1.en.made-in-china.com",
          "supplier_name": "Elephant Fluid (Hebei) Hydraulic Machinery Co., Ltd.",
          "supplier_audited": true,
          "supplier_member_level": "Diamond Member",
          "supplier_business_type": null
        }
      ],
      "total_results_text": "100,000+"
    },
    "status": "success"
  }
}

About the Made-in-China API

Product Search and Detail

search_products accepts a keyword string (minimum 2 characters) and an optional page integer (1–100). Each result in the products array includes product_id, product_url, name, images, price_text, and a parsed currency ISO code. The has_more boolean and total_results_text field let you paginate reliably across large result sets. Pass the product_url value unchanged to get_product_details to retrieve the full product record.

get_product_details returns a richer set of fields: the product name, all gallery images, an optional video URL, moq (minimum order quantity as an integer), unit, and port. Pricing comes back either as a flat value or as structured price_tiers with parsed min/max quantities and ISO currency. The variants array describes selectable specifications — each entry has a name and an options list with per-option value and image. A nested supplier object includes company_name, supplier_url, member_level, member_since year, audited_supplier flag, and location.

Supplier Search and Company Profiles

search_suppliers mirrors the product search interface — same keyword and page inputs, same has_more pagination flag — but targets the supplier directory. The suppliers array returns company_id, company_name, supplier_url, business_type, and a main_products array. The endpoint also surfaces total_pages so you can determine the full pagination depth before iterating.

get_supplier_profile fetches a complete company profile given a supplier_url. Returned fields include rating (out of 5), address, location, description, export_year, plant_area, own_brand, odm_service, incoterms, and a sections object that maps each profile section name to its full label-to-value table — covering factory certifications, annual revenue, QC standards, and other structured company data the profile page exposes.

Reliability & maintenanceVerified

The Made-in-China API is a managed, monitored endpoint for made-in-china.com — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when made-in-china.com changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official made-in-china.com API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
2h ago
Latest check
4/4 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Build a supplier shortlist by searching a product keyword, filtering on audited_supplier flag and member_since year from get_supplier_profile.
  • Track FOB price ranges for a category over time using search_products pagination and the price_text / currency fields.
  • Enrich a procurement database with MOQ, shipping port, and tiered pricing from get_product_details.
  • Compare business_type and main_products across competing suppliers returned by search_suppliers.
  • Identify OEM/ODM-capable factories by checking odm_service and own_brand fields in get_supplier_profile.
  • Feed product variant data (variants[*].options) into a configurator that maps specs to supplier SKUs.
  • Monitor buyer rating and audit status for an existing supplier list by periodically calling get_supplier_profile.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Made-in-China.com have an official developer API?+
Made-in-China.com does not publish a public developer API for third-party use. This Parse API provides structured access to the same product and supplier data visible on the public site.
What does `get_product_details` return for pricing, and how does tiered pricing work?+
get_product_details returns either a single FOB price or a price_tiers array when the supplier lists quantity breaks. Each tier includes a quantity range and a parsed price with an ISO currency code. moq gives the absolute minimum order quantity as an integer, and unit names the order unit (e.g. Piece, Meter).
Does the API return buyer reviews or transaction history for suppliers?+
Not currently. The API returns a numeric rating out of 5 and structured company profile data from get_supplier_profile, but individual buyer reviews and order transaction counts are not exposed. You can fork this API on Parse and revise it to add an endpoint targeting the supplier review section.
How does pagination work across the search endpoints, and are there limits?+
search_products and search_suppliers both accept a 1-based page integer up to 100. has_more is true when additional pages exist; total_pages (on search_suppliers) and total_results_text (on search_products) give context on total scope. The first page of search_suppliers returns 10 listings; subsequent pages return up to 30.
Are product categories or HS codes available for filtering searches?+
Not currently. Search is keyword-based via the keyword parameter; the API does not expose category slugs, HS codes, or attribute filters as discrete inputs. You can fork this API on Parse and revise it to add category-browse or filtered-search endpoints.
Page content last updated . Spec covers 4 endpoints from made-in-china.com.
Related APIs in B2b DirectorySee all →
alibaba.com API
Search for ready-to-ship products on Alibaba.com with full pagination support to browse inventory, pricing, and product details across multiple pages. Quickly discover available items without waiting for manufacturing timelines.
globalsources.com API
Search Global Sources for products and suppliers, then fetch related product info and a supplier’s latest product listings using product IDs and organization IDs.
en.yiwugo.com API
Search for wholesale products and retrieve detailed information like pricing, specifications, and availability directly from the Yiwu English marketplace. Access comprehensive product data to find suppliers and compare items across categories in one of the world's largest wholesale markets.
in19067452907ubjs.trustpass.alibaba.com API
Browse Alibaba supplier store categories and product listings with pricing, images, and detailed specifications to find and compare items that meet your needs. Access comprehensive product information including customer reviews to make informed purchasing decisions.
indiamart.com API
Search and browse IndiaMART's export marketplace to find products by category, compare pricing across sellers, and access detailed product information including seller details. Quickly identify the most affordable listings and get comprehensive product specifications to make informed purchasing decisions.
mouser.com API
Access data from mouser.com.
aliexpress.com API
Search for products across AliExpress and instantly access detailed information including product specs, customer reviews, and pricing to make informed purchasing decisions. Browse through product categories and retrieve complete product data directly from URLs to compare options and find exactly what you're looking for.
1688.com API
Search for wholesale products on 1688.com using images or find detailed information about specific items including pricing, specifications, and supplier details. Discover bulk sourcing opportunities and compare products directly from Alibaba's Chinese B2B marketplace.