Playground
Amazon Alexa API
Getting Started
Amazon Scrape API
Amazon Niche Data
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
- POSTPACER 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"
],
"url": "https://www.amazon.com/",
"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>"
}
]
}
]
}
]
}
}redit Consumption
6 Credit/Per RequestAuthorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Amazon Alexa (Rufus) shopping assistant conversation scraping
The body is of type object.
Response
200 - application/json
Success response example
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"
],
"url": "https://www.amazon.com/",
"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>"
}
]
}
]
}
]
}
}
