Marketplace and pricing research
Use Etsy endpoints to turn marketplace and pricing research into repeatable API requests with documented inputs and JSON responses.
Turn public Etsy listing and shop pages into structured marketplace data — keyword listing search, listing detail with pricing and quantity, listing and shop reviews, and shop profiles and catalogs, all as normalized JSON. Credential-free.
Search Etsy listings and shops, and get listing detail, shop profiles, and reviews back as structured JSON.
Endpoint families
3
Documented params
24
Examples
7
Live catalog snapshot
Active endpoints
7
Methods
GET
Required params
14
Schema refs
7
{
"platform": "Etsy",
"endpoint": "etsy-search",
"method": "GET",
"path": "/etsy/search",
"auth": "apiKey"
}Use cases
Search Etsy listings and shops, and get listing detail, shop profiles, and reviews back as structured JSON.
Use Etsy endpoints to turn marketplace and pricing research into repeatable API requests with documented inputs and JSON responses.
Use Etsy endpoints to turn seller and shop monitoring into repeatable API requests with documented inputs and JSON responses.
Use Etsy endpoints to turn review and rating analytics into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Etsy endpoint catalog — 7 endpoints, 24 documented request parameters, and 7 published response schemas — the same catalog Docs and Playground run against.
7 documented Etsy endpoints, grouped into 3 request families — Shop, Listing and Search.
24 request parameters are documented across those Etsy endpoints, 14 of them required — the full input contract is public before you write any integration code.
7 of the 7 Etsy endpoints ship a recorded example response, and 7 carry a documented response schema — you can code against the real JSON before the first request.
Etsy endpoints document their error responses (400, 404, 429, 500 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
7 hosted MCP tools back the Etsy endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/etsy/shop/search
/etsy/listing/{id}
/etsy/search
Endpoint catalog
/etsy/searchReturns Etsy product search results across shops for a keyword query.
MCP tool etsy_search
/etsy/listing/{id}Returns Etsy listing detail: title, price, images, materials, tags, and shop.
MCP tool etsy_listing
/etsy/listing/{id}/reviewsReturns buyer reviews for an Etsy listing.
MCP tool etsy_listing_reviews
/etsy/shop/searchReturns Etsy shops matching a keyword.
MCP tool etsy_shop_search
/etsy/shop/{id}Returns an Etsy shop profile: seller, headline, rating, and sold count. Accepts a numeric shop id or a shop name.
MCP tool etsy_shop
/etsy/shop/{id}/listingsReturns a shop's listing catalog, optionally filtered by keyword. Accepts a numeric shop id or a shop name.
MCP tool etsy_shop_listings
/etsy/shop/{id}/reviewsReturns buyer reviews for an Etsy shop. Accepts a numeric shop id or a shop name.
MCP tool etsy_shop_reviews
Related APIs
Marketplaces & Retail
Collect marketplace product signals from Amazon without building brittle storefront scrapers.
Marketplaces & Retail
Build resale, pricing, and marketplace workflows from structured eBay data.
Marketplaces & Retail
Turn public Shop.app product and merchant pages into structured JSON for e-commerce product intelligence, price research, shop monitoring, and marketplace discovery workflows.
Company coverage
Etsy, Inc. · ETSY
Etsy is operated by Etsy, Inc. (ETSY). Crawlora's SEC endpoints take the same company's CIK, so filings, financials, insider transactions and 13F holdings come from the same API key as the Etsy endpoints above.
Other Etsy, Inc. platforms in the catalog
How to scrape Etsy
Crawlora's Etsy endpoints return listing search, listing detail, shop profiles, shop catalogs, and reviews as normalized JSON with one API key — no HTML parsing or account required.
Send a keyword to /etsy/search or /etsy/shop/search, or a numeric listing/shop id to /etsy/listing or /etsy/shop.
Pass the id or query to the matching endpoint — listing detail, listing reviews, shop profile, shop listings, or shop reviews.
Receive listing cards or detail (title, price, currency, quantity, images), shop profile fields (rating, sold count, headline), or paginated reviews.
Re-run searches or shop listings on a schedule to track pricing, availability, and review volume over time.
FAQ
Send a keyword to Crawlora's /etsy/search endpoint and get normalized listing cards back as structured JSON — no HTML parsing or proxy setup required.
No Etsy account, login, or API key is required from the caller — only your Crawlora API key. Etsy's own currency and price fields reflect the request's render locale, so read the returned `currency` field rather than assuming USD.
Yes — /etsy/shop/{id}/listings returns a shop's listing catalog and /etsy/shop/search finds shops by name, both in the same normalized listing-card shape as search results. Note the {id} segment: the shop id belongs in the path, so /etsy/shop/listings without it is a different route.
Yes, but it's gated and rate-limited. Etsy's Open API v3 requires an app-review approval — typically 24-48 hours — before your API key activates, and the default free tier caps usage at 10,000 requests per day, with higher limits only available by requesting them directly from Etsy. Crawlora's Etsy endpoints return listing, shop, and review data as structured JSON with a single API key, active immediately with no review wait or daily-request ceiling.