Platform · Shops, apps & ads

Amazon

Creator storefronts and the products they feature.

Endpoints
1
Base price
1 cr
Source
Provider
EndpointReturnsCredits
GET /v1/amazon/shop/productsProduct[]1

Shops and marketplaces

Shop products

1 credit

A shop's or creator storefront's products.

GET/v1/amazon/shop/productsProduct[]
shoprequiredThe shop or storefront URL.
cursoroptionalFrom meta.next_cursor, to get the next page.
curl -G https://api.crawlfeed.dev/v1/amazon/shop/products \
  -H "Authorization: Bearer $CRAWLFEED_KEY" \
  --data-urlencode "shop=<shop>"

Every endpoint also takes fresh=true (skip the cache, 2× price) and include_raw=true (add the platform’s own payload). See Response shape and Credits.