POST
/
amazon_product_detail
curl --request POST \
  --url https://api.scrapeasap.com/scrapers/amazon_product_detail \
  --header 'Content-Type: application/json' \
  --header 'apikey: <apikey>' \
  --data '{
  "amazon_product_id": "<string>"
}'

Headers

apikey
string
required

Scrapeasap Api Key

Body

application/json
amazon_product_id
string

The unique identifier for the Amazon product.

Response

200

Successful response with product details.