Marketplace and pricing research
Mit Etsy-Endpunkten verwandelst du marketplace and pricing research in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
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.
Endpunkt-Familien
3
Dokumentierte Parameter
24
Beispiele
7
Live-Katalog-Snapshot
Aktive Endpunkte
7
Methoden
GET
Pflichtparameter
14
Schema-Referenzen
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.
Mit Etsy-Endpunkten verwandelst du marketplace and pricing research in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Etsy-Endpunkten verwandelst du seller and shop monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Etsy-Endpunkten verwandelst du review and rating analytics in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-Etsy-Endpunktkatalog — 7 Endpunkte, 24 dokumentierte Request-Parameter und 7 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
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.
Abdeckungskarte
Diese Karten werden aus dem aktiven Endpunktkatalog generiert, damit die Landingpage dieselbe API-Oberfläche widerspiegelt, die auch Docs und Playground nutzen.
/etsy/shop/search
/etsy/listing/{id}
/etsy/search
Endpunktkatalog
/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
Verwandte 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.
Unternehmensabdeckung
Etsy, Inc. · ETSY
Etsy wird von Etsy, Inc. (ETSY) betrieben. Crawloras SEC-Endpunkte nutzen dieselbe CIK dieses Unternehmens, sodass Filings, Finanzdaten, Insider-Transaktionen und 13F-Beteiligungen mit demselben API-Key wie die Etsy-Endpunkte oben abrufbar sind.
Weitere Etsy, Inc.-Plattformen im Katalog
So scrapst du 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.