Docs · Actors
Amazon product actor
Structured product data from any Amazon product page.
POST
/v1/actors/amazon See the full Amazon actor page for fields and proxy guidance.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| url | string | yes | — | Amazon product URL. |
| stealth | boolean | no | true | Apply stealth. |
| proxy | string | no | — | Residential proxy URL (recommended for production). |
Request
curl -X POST https://api.datasonar.dev/v1/actors/amazon \
-H "Authorization: Bearer osk_..." \
-d '{"url": "https://www.amazon.com/dp/B08N5WRWNW"}' Response
{ "status": "success", "data": { "title": "...", "price": "...", "asin": "..." } }