Platform · Shops, apps & ads
Amazon
Creator storefronts and the products they feature.
- Endpoints
- 1
- Base price
- 1 cr
- Source
- Provider
| Endpoint | Returns | Credits |
|---|---|---|
| GET /v1/amazon/shop/products | Product[] | 1 |
Shops and marketplaces
Shop products
1 creditA shop's or creator storefront's products.
| shop | required | The shop or storefront URL. |
| cursor | optional | From 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.