Loading…
Import Gateway REST API v1 — access supplier and product data programmatically
All API requests require an API key via the Authorization header:
Free
100 req/day
Pro
1,000 req/day
/api/v1/suppliersList suppliers with pagination and filters
?page=1&limit=20&country=CN&category=steel&verification=verified/api/v1/suppliers/:slugGet supplier detail with materials and products
/api/v1/productsList products with search and filters
?page=1&limit=20&search=steel&supplier=slug&category=slug/api/v1/categoriesList all categories with supplier counts
/api/v1/quotesSubmit a quote request
All list endpoints return paginated responses:
Sign in to create API keys
Sign in