socialcrawl/
← All platforms

amazon

Unified access to amazon data.

GET /v1/amazon/shop 5 credits cached 5m
Parameters
url required e.g. https://www.youtube.com/watch?v=dQw4w9WgXcQ
curl "http://datatrend.nl/v1/amazon/shop?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdQw4w9WgXcQ" \
  -H "x-api-key: YOUR_KEY"
GET /v1/amazon/product-search 5 credits cached 5m
Parameters
query required e.g. open source
country optional e.g. value
depth optional e.g. value
curl "http://datatrend.nl/v1/amazon/product-search?query=open+source" \
  -H "x-api-key: YOUR_KEY"
GET /v1/amazon/product 5 credits cached 5m
Parameters
asin required e.g. value
country optional e.g. value
curl "http://datatrend.nl/v1/amazon/product?asin=value" \
  -H "x-api-key: YOUR_KEY"
GET /v1/amazon/reviews 5 credits cached 5m
Parameters
asin required e.g. value
country optional e.g. value
curl "http://datatrend.nl/v1/amazon/reviews?asin=value" \
  -H "x-api-key: YOUR_KEY"
GET /v1/amazon/sellers 5 credits cached 5m
Parameters
asin required e.g. value
country optional e.g. value
curl "http://datatrend.nl/v1/amazon/sellers?asin=value" \
  -H "x-api-key: YOUR_KEY"