Playground
Batch Category Paths API
AI SERP API
Amazon 利基数据
Playground
- POSTAuth
- POSTAmazon Scrape API
- POSTAmazon Async API
- POSTAmazon Follow Seller API
- POSTAmazon Review API
- POSTSERP Async API
- POSTSERP Batch API
- POSTAI Mode API
- POSTAI Overview SERP API
- POSTKeyword Trends API
- POSTMap Data API
- POSTMap Data Batch API
- POSTCategory Tree API
- POSTSearch Categories API
- POSTBatch Category Paths API
- POSTCategory Filter API
- POSTNiche Filter API
- POSTWIPO API
- POSTGeneral Scrape API
Playground
Batch Category Paths API
POST
/
categories
/
paths
curl --request POST \
--url https://scrapeapi.pangolinfo.com/api/v1/amzscope/categories/paths \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"categoryIds": [
"2619526011",
"172282"
]
}'{
"code": 0,
"message": "ok",
"data": {
"items": [
{
"categoryId": "2619526011",
"categoryName": "Appliances",
"categoryNameCn": "大家电",
"browseNodeNamePaths": [
"Appliances"
],
"browseNodeNamePathCns": [
"大家电"
]
}
]
}
}积点消耗说明
2个/次Authorizations
Bearer token authentication
Body
application/json
用于接口任务提交的信息
The body is of type object.
Response
200 - application/json
成功返回示例
The response is of type object.
curl --request POST \
--url https://scrapeapi.pangolinfo.com/api/v1/amzscope/categories/paths \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"categoryIds": [
"2619526011",
"172282"
]
}'{
"code": 0,
"message": "ok",
"data": {
"items": [
{
"categoryId": "2619526011",
"categoryName": "Appliances",
"categoryNameCn": "大家电",
"browseNodeNamePaths": [
"Appliances"
],
"browseNodeNamePathCns": [
"大家电"
]
}
]
}
}
