Skip to content
scrapeatlas.Dashboard

Get an Etsy listing

Try in Playground

Read a public listing page: title, description, seller, prices and discounts, price range across variations, rating and review counts, gallery, availability and quantity, favourites, categories, item highlights and materials, variations with option prices, shipping origin and cost, returns policy, the embedded reviews and FAQ.

GET/v1/etsy/listingx-api-key
x-api-keystringrequiredheader

Your ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.

Query parameters
3
idstringquery

Numeric listing ID from etsy.com/listing/{id}; provide either id or url.

Example100000000000001
urlstringquery

Full listing URL (https://www.etsy.com/listing/{id}/{slug}, regional prefixes accepted).

max 2048 chars

currencyenumdefault: "USD"query

Display currency pinned through Etsy's own locale override (default USD). One of the 30 currencies Etsy offers; language and region stay en-US / US.

one of: AUD, BRL, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, ILS, INR, JPY, MAD, MXN, MYR, NOK, NZD, PHP, PLN, SEK, SGD, THB, TRY, TWD, USD, VND, ZAR · default: "USD"

Response fields
68
requestIdstring

Request correlation UUID.

Upstream document reads (a DataDome device check adds one; the bare listing URL adds two canonical redirect hops), decoded bytes delivered to the parser and elapsed milliseconds.

accounting.upstreamRequestsinteger

Always included.

≥ 0

accounting.responseBytesinteger

Always included.

≥ 0

accounting.durationMsnumber

Always included.

≥ 0

successboolean

True when usable public data is returned; inspect status and coverage for omissions.

statusenum

success, partial, failed or challenged. HTTP 200 can be partial.

one of: success, partial

sourceUrlstring

Canonical public Etsy URL the response describes, without locale or tracking parameters.

absolute HTTPS URL

fetchedAtstring

UTC retrieval timestamp.

Complete means every supported field on this page was read; warnings name each omission or cap. It never implies the shop's or query's full catalogue.

coverage.sourceenum

Always included.

one of: public_page, public_api

coverage.completeboolean

Always included.

coverage.warningsenum[]

Always included.

Always included.

listing.idstring

Always included.

listing.urlstring

Always included.

absolute HTTPS URL

listing.titlestring

Always included.

min 1 chars

listing.descriptionstringnullable

Always included.

listing.sellerstringnullable

Always included.

listing.shopIdstringnullable

Always included.

listing.shopUrlstringnullable

Always included.

Always included.

listing.price.currentnumbernullable

Always included.

listing.price.originalnumbernullable

Always included.

listing.price.currencystring

Always included.

listing.discountPercentintegernullable

Always included.

Always included.

listing.priceRange.minnumber

Always included.

≥ 0

listing.priceRange.maxnumber

Always included.

≥ 0

Always included.

listing.rating.averagenumbernullable

Always included.

listing.rating.countintegernullable

Always included.

listing.reviews_countintegernullable

Always included.

listing.image_urlsstring[]

Full-size gallery image URLs in page order; never downloaded.

listing.availabilityenum

Always included.

one of: in_stock, out_of_stock, unknown

listing.quantityintegernullable

Always included.

listing.inCartsintegernullable

Always included.

listing.demandSignalstringnullable

Always included.

listing.favoritesintegernullable

Number of shoppers who favourited the listing, or null.

listing.categoriesstring[]

Breadcrumb category names from the top level down.

listing.highlightsstring[]

Always included.

listing.materialsstring[]

Always included.

Variation groups with option id, name and the option price when Etsy prints one.

listing.variations.namestring

Always included.

Always included.

listing.variations.options.idstringnullable

Always included.

listing.variations.options.namestring

Always included.

listing.variations.options.pricenumbernullable

Always included.

listing.shipsFromstringnullable

Always included.

Always included.

listing.shippingCost.amountnumber

Always included.

≥ 0

listing.shippingCost.currencystring

Always included.

listing.returnsAcceptedbooleannullable

Always included.

listing.listedAtstringnullable

Always included.

listing.isStarSellerboolean

Always included.

Always included.

listing.shopRating.averagenumbernullable

Always included.

listing.shopRating.countintegernullable

Always included.

listing.shopSalesintegernullable

Always included.

listing.reviewTagsstring[]

Always included.

Always included.

listing.reviews.authorstringnullable

Always included.

listing.reviews.datestringnullable

Always included.

listing.reviews.ratingnumbernullable

Always included.

listing.reviews.textstring

Always included.

Always included.

listing.faq.questionstring

Always included.

listing.faq.answerstring

Always included.

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.

Error codes
13
HTTPfailure.codeMeaning
400invalid_requestMissing, duplicate, ambiguous or unsupported parameters, unsupported URL forms, currencies or sorts.
401unauthorizedInvalid API key.
404not_foundUnknown shop, listing or reviews page.
429upstream_rate_limitedEtsy rate limited the request.
502upstream_challengedEtsy's DataDome check did not clear (status challenged).
502unsafe_redirectEtsy redirected outside the requested resource (for example a removed listing's error page).
502unsupported_pageLayout, identity or structured-data checks failed, or a non-HTML document was served.
502response_too_largeThe page exceeded 3 MiB.
502payload_too_complexThe page exceeded parsing limits.
502request_limitThe upstream document budget was exhausted.
502upstream_errorNetwork failure or an unexpected upstream status after one retry.
503busyBoth retrieval slots are occupied.
504timeoutThe 45-second deadline elapsed.