Skip to content
scrapeatlas.Dashboard

Search Etsy listings

Try in Playground

Read one Etsy search results page for a query: the ordered organic listing IDs (up to 48), a listing card for every organic result with shop, prices, discount, rating and badges, every promoted listing card and the total page count. organic_results_partially_embedded marks a page whose remaining organic IDs came back without card data.

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

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

Query parameters
6
querystringrequiredquery

Search text (1-200 characters).

min 1 chars · max 200 chars

Exampleexample query
pageintegerdefault: 1query

Results page starting at 1.

default: 1 · 1 – 250

sortenumdefault: "most_relevant"query

most_relevant (default), price_low, price_high, highest_reviews or most_recent.

one of: most_relevant, price_low, price_high, highest_reviews, most_recent · default: "most_relevant"

min_pricenumberquery

Optional.

0 – 1000000

max_pricenumberquery

Optional.

0 – 1000000

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
55
requestIdstring

Request correlation UUID.

Upstream document reads (a DataDome device check adds one; sorted or deep pages add the page-one primer), 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.

querystring

Search text (1-200 characters).

sortenum

most_relevant (default), price_low, price_high, highest_reviews or most_recent.

one of: most_relevant, price_low, price_high, highest_reviews, most_recent

pageinteger

Results page starting at 1.

≥ 1

totalPagesintegernullable

Always included.

nextPageintegernullable

Always included.

listingIdsstring[]

Organic result listing IDs in ranking order.

up to 48 items

Organic listings in ranking order (id, url, title, seller, shopId, price with list price as original, image, rating and badges). The first products come from the page's structured data, where rating, badges and shopId are null or false; the rest are Etsy's own listing cards.

up to 48 items

items.idstring

Always included.

items.urlstring

Always included.

absolute HTTPS URL

items.titlestring

Always included.

items.sellerstringnullable

Always included.

items.shopIdstringnullable

Always included.

Always included.

items.price.currentnumbernullable

Always included.

items.price.originalnumbernullable

Always included.

items.price.currencystring

Always included.

items.discountPercentintegernullable

Always included.

items.image_urlsstring[]

Always included.

Always included.

items.rating.averagenumbernullable

Always included.

items.rating.countintegernullable

Always included.

items.freeShippingboolean

Always included.

items.isBestsellerboolean

Always included.

items.isAdboolean

Always included.

Promoted listing cards with shop name, rating, prices, discount and badges (isAd true).

up to 48 items

ads.idstring

Always included.

ads.urlstring

Always included.

absolute HTTPS URL

ads.titlestring

Always included.

ads.sellerstringnullable

Always included.

ads.shopIdstringnullable

Always included.

Always included.

ads.price.currentnumbernullable

Always included.

ads.price.originalnumbernullable

Always included.

ads.price.currencystring

Always included.

ads.discountPercentintegernullable

Always included.

ads.image_urlsstring[]

Always included.

Always included.

ads.rating.averagenumbernullable

Always included.

ads.rating.countintegernullable

Always included.

ads.freeShippingboolean

Always included.

ads.isBestsellerboolean

Always included.

ads.isAdboolean

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.