App Logo
amazon.com

Get Amazon product

Fetch a single Amazon product page by ASIN. Returns title, byline, brand, price, list_price, rating, review_count, rating_breakdown, availability, breadcrumb, image_url, feature_bullets, description, attributes, variant_asins, delivery_estimate, return_policy, and seller. Gotcha: the returned asin can differ from the requested one when Amazon resolves a variant; price, feature_bullets, and attributes are often null/empty for books.

Version 4 (6/16/26, 9:22 AM)
Author Reduck AI - @reduck

Output

asin required

10-character ASIN (or ISBN-10 for books).

zipCode optional

US ZIP used to pin the store location (price, availability, delivery).

Default: "10001"

Output

url required

Canonical product URL.

zip required

US ZIP the store was pinned to for this fetch.

asin required

ASIN actually displayed (differs from requested when Amazon resolves a variant).

brand required

Brand parsed from the byline.

price required

Featured-offer price as {value, currency}. Null when no single buy-now price shows (e.g. books with a binding picker). {raw,value:null} when a currency symbol couldn't be parsed.

title required
byline required

Verbatim byline — e.g. "Visit the Anker Store", "by Author (Author)".

rating required

Average stars out of 5.

seller required

Sold-by seller {name, id}; id is null for Amazon Retail / when no seller link is shown.

image_url required

Main product image (high-res when available).

attributes required

Product-overview spec table; empty when not rendered.

breadcrumb required

Category path; empty when no wayfinding breadcrumb (e.g. Amazon devices).

list_price required

Struck-through list price as {value, currency}, when shown.

description required

Product description block, when present.

availability required

Visible availability message — "In Stock", "Only N left", or the unshippable message.

review_count required
return_policy required

Return policy summary, e.g. "FREE Returns".

variant_asins required

Sibling variant ASINs from the variation widget; empty when the product has no variations.

requested_asin required

ASIN passed in by the caller — the join key.

feature_bullets required

"About this item" bullets; empty when not rendered (e.g. books).

rating_breakdown required

Percentage of ratings per star bucket, e.g. {"5_star":"73%"}. Null when not rendered.

delivery_estimate required

Delivery date/time message, when shown.