Playground
Amazon Alexa API
Amazon Scrape API
Amazon 利基数据
TRO Data API
Playground
- POSTAuth
- POSTAmazon Scrape API
- POSTAmazon Async API
- POSTAmazon Follow Seller API
- POSTAmazon Review API
- POSTAmazon Alexa 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
Playground
Amazon Alexa API
POST
/
v2
/
scrape
curl --request POST \
--url https://scrapeapi.pangolinfo.com/api/v2/scrape \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"parserName": "amazonAlexa",
"param": [
"books"
],
"screenshot": false
}'{
"code": 123,
"message": "<string>",
"data": {
"taskId": "<string>",
"url": "<string>",
"screenshot": "<string>",
"json": [
{
"prompt": "<string>",
"content": "<string>",
"follow_up_questions": [
"<string>"
],
"screenshot": "<string>",
"products": [
{
"title": "<string>",
"items": [
{
"asin": "<string>",
"url": "<string>",
"title": "<string>",
"cover": "<string>",
"score": "<string>",
"ratingsCount": "<string>",
"price": "<string>",
"originalPrice": "<string>",
"describe": "<string>"
}
]
}
]
}
]
}
}性能与积点消耗说明
| API调用 | 消耗积点数 | |
|---|---|---|
每轮对话(按 param 数组长度计费) | Amazon Alexa | 6个/次 |
- 默认 QPS:
3 - 平均响应时间:
30s
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Amazon Alexa (Rufus) 购物助手对话采集
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/v2/scrape \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"parserName": "amazonAlexa",
"param": [
"books"
],
"screenshot": false
}'{
"code": 123,
"message": "<string>",
"data": {
"taskId": "<string>",
"url": "<string>",
"screenshot": "<string>",
"json": [
{
"prompt": "<string>",
"content": "<string>",
"follow_up_questions": [
"<string>"
],
"screenshot": "<string>",
"products": [
{
"title": "<string>",
"items": [
{
"asin": "<string>",
"url": "<string>",
"title": "<string>",
"cover": "<string>",
"score": "<string>",
"ratingsCount": "<string>",
"price": "<string>",
"originalPrice": "<string>",
"describe": "<string>"
}
]
}
]
}
]
}
}
