Get an Amazon creator storefront
Read a public amazon.com/shop/{handle} storefront with profile, idea lists, shoppable photos and videos, trending picks and curations. Pass pageToken to retrieve the next feed page.
/v1/amazon/shopx-api-keyHeaders
Get your API keyYour ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.
Public storefront URL (amazon.com/shop/{handle}, extra path segments are ignored).
min 1 chars · max 2048 chars
https://www.amazon.com/shop/exampleToken for the next feed page; pass back as pageToken.
Random operational correlation ID.
Upstream attempts, decoded HTML bytes and elapsed milliseconds.
Always included.
≥ 0
Always included.
≥ 0
Always included.
≥ 0
True when usable public data was retrieved.
success, partial, failed or challenged. Inspect coverage even for HTTP 200.
one of: success, partial
Public www.amazon.com URL that was read.
absolute HTTPS URL
UTC retrieval timestamp.
Complete means this bounded page had no known omissions; warnings name each omission.
Always public_page.
False when any warning is present.
Machine-readable omission codes such as lazy_loaded_ranks_omitted or record_limit.
Profile image URL.
Whether the Top Creator badge is shown.
Display name.
Storefront description.
Linked social profile URLs in page order.
up to 50 items
Feed entries: idea lists (title, itemCount) and shoppable photos (title and itemCount null), in page order.
up to 100 items
List title; null for shoppable photos.
Items in the list; null for photos.
Cover image; the real list cover, not the pinned badge.
Public list or photo URL with the creator tag.
absolute HTTPS URL
Shoppable videos in the feed.
up to 100 items
32-character video id.
Video title (entities decoded).
Poster image URL.
Featured product ASINs.
up to 100 items
Token for the next feed page; pass back as pageToken.
Whether the storefront reports more feed items.
Trending product picks.
up to 100 items
Quick-view product URL.
absolute HTTPS URL
Product image.
Displayed price.
Discount percent when shown.
Curations (themed post collections).
up to 100 items
Curation title.
Posts in the curation.
Cover image.
Public curation URL.
absolute HTTPS URL
No fields match.
HTTP 200 returns the success variant. Check status: partial means usable data with warnings, and failed or challenged requests carry a failure object described in Errors & responses.
| HTTP | failure.code | Meaning |
|---|---|---|
| 400 | invalid_request | Missing, duplicate, unsupported or invalid parameters. |
| 401 | unauthorized | Missing or invalid service key. |
| 404 | not_found | Storefront, product, category or seller page not found. |
| 429 | upstream_rate_limited | Amazon rate limited the request; no automatic retry. |
| 502 | upstream_challenged | Robot check, sign-in wall or HTTP 503 from Amazon. |
| 502 | unsupported_page unsafe_redirect response_too_large payload_too_complex request_limit upstream_error | Bounded retrieval failed or the page did not match the requested entity. |
| 503 | busy | All worker slots occupied. |
| 504 | timeout | Deadline exceeded. |
| 200 | partial | Coverage warnings such as lazy_loaded_ranks_omitted or record_limit. |