Get the products of a 1688 shop(By shop URL)
Information you can get with this API
- Products list
- Total number of products
- Title/Images/Prices
- Sold count
- See More
Basic Information
Request Parameter
Query
Field | Type | Explanation | Required |
---|---|---|---|
shop_url | string | shop home page link | true |
page | integer | page number Default value: 1 | false |
page_size | integer | number of items per page Default value: 20 | false |
keyword | string | search keywords | false |
sort | string | Optional values: default ,sales ,price_up ,price_down ,time_up ,time_down Default value: default | false |
cat | string | category | false |
cat_type | string | Optional values: 0 ,1 | false |
Body
Security Auth
tip
Please go to Console-Account Center to get your apiToken
Add your apiToken to your query parameters. Please refer to the examples below.
Request Example
- PHP
- JavaScript
- Python
- Java
- Go
Response Example
- 200
- 417
- 422
- 439
- 499
- 500
- 503
Loading...