Amazon

Get Amazon Shop page

Get a creator Amazon Shop storefront by URL.

GET/v1/amazon/shop
1credit
x-api-keystringheader

API key (`sfk_...`)

Parameters
2
urlstringrequiredquery

Public Amazon Shop storefront URL.

min 1 chars · max 4096 chars

cursorstringoptionalquery

Pagination cursor returned by a previous response.

min 1 chars · max 8192 chars

Response fields
39

Endpoint-specific response payload.

datalookupStatus
string

Whether the storefront resolved for this request.

one of: found, not_found

Shop profile when found; otherwise null.

dataprofilehandle
stringnullable

Shop handle from the storefront URL, when available.

dataprofilename
stringnullable

Display name shown on the shop page.

dataprofiledescription
stringnullable

Shop bio or description text, when available.

dataprofileavatarUrl
stringnullable

Creator avatar image URL, when available.

dataprofileprofileUrl
stringnullable

Canonical public Amazon Shop storefront URL, when available.

dataprofileisTopCreator
booleannullable

Whether Amazon marks this shop as a Top Creator. Null on continuation pages that omit profile details.

Social destinations linked from the shop page.

dataprofilesocials[]platform
string

Normalized social platform slug (e.g. tiktok, instagram).

min 1 chars

dataprofilesocials[]url
string

Public social profile or destination URL.

min 1 chars

Idea lists and shoppable photos on this page of the storefront feed. Filter by `kind` to separate them.

datalists[]kind
stringnullable

Whether this row is an idea list or a shoppable photo. Null when the URL does not identify either.

one of: list, photo, null

datalists[]id
stringnullable

List or shoppable-photo identifier from the public URL, when available.

datalists[]title
stringnullable

List title. Shoppable photos usually have no title.

datalists[]itemCount
integernullable

Number of items in the list, when available.

≥ 0

datalists[]imageUrl
stringnullable

List cover image URL, when available.

datalists[]url
stringnullable

Public URL for the list, when available.

Trending product picks on this page.

datatrendingPicks[]asin
stringnullable

Amazon ASIN for the product, when available.

datatrendingPicks[]url
stringnullable

Canonical public product URL (`/dp/{ASIN}`), when available.

datatrendingPicks[]imageUrl
stringnullable

Product image URL, when available.

datatrendingPicks[]price
numbernullable

Current price in USD as a number, when available.

≥ 0

datatrendingPicks[]discountPercent
numbernullable

Discount percent as a number, when available.

≥ 0

Curations on this page.

datacurations[]id
stringnullable

Curation identifier from the public URL, when available.

datacurations[]title
stringnullable

Curation title.

datacurations[]postCount
integernullable

Number of posts in the curation, when available.

≥ 0

datacurations[]imageUrl
stringnullable

Curation cover image URL, when available.

datacurations[]url
stringnullable

Public URL for the curation, when available.

Pagination state for the current response.

datapagehasMore
boolean

Whether another page is available.

datapagenextCursor
stringnullable

Cursor to pass in the next request when more pages exist; null on the last page.

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

metacached
booleanoptional

True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.

Code example

curl "https://api.socialfetch.dev/v1/amazon/shop?url=https://www.amazon.com/shop/sydneydelrey" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Amazon Shop storefront page.