Marketplace and pricing research
Etsyエンドポイントを使えば、「Marketplace and pricing research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
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.
エンドポイントファミリー
3
ドキュメント化されたパラメータ
24
サンプル数
7
ライブカタログスナップショット
稼働エンドポイント
7
メソッド
GET
必須パラメータ
14
スキーマ参照
7
{
"platform": "Etsy",
"endpoint": "etsy-search",
"method": "GET",
"path": "/etsy/search",
"auth": "apiKey"
}ユースケース
Search Etsy listings and shops, and get listing detail, shop profiles, and reviews back as structured JSON.
Etsyエンドポイントを使えば、「Marketplace and pricing research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Etsyエンドポイントを使えば、「Seller and shop monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Etsyエンドポイントを使えば、「Review and rating analytics」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のEtsyエンドポイントカタログから取得しています(エンドポイント7件、ドキュメント化されたリクエストパラメータ24個、公開レスポンススキーマ7件)。DocsとPlaygroundが参照しているカタログと同じものです。
Etsyのエンドポイントは7件、3つのリクエストファミリーに分類されています(Shop、Listing、Search)。
これらのEtsyエンドポイントには24個のリクエストパラメータがドキュメント化されており、うち14個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
7件のEtsyエンドポイントのうち7件が実際のサンプルレスポンスを、7件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Etsyのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、500、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Etsyのエンドポイントは7個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/etsy/shop/search
/etsy/listing/{id}
/etsy/search
エンドポイントカタログ
/etsy/searchReturns Etsy product search results across shops for a keyword query.
MCPツール etsy_search
/etsy/listing/{id}Returns Etsy listing detail: title, price, images, materials, tags, and shop.
MCPツール etsy_listing
/etsy/listing/{id}/reviewsReturns buyer reviews for an Etsy listing.
MCPツール etsy_listing_reviews
/etsy/shop/searchReturns Etsy shops matching a keyword.
MCPツール 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ツール 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ツール etsy_shop_listings
/etsy/shop/{id}/reviewsReturns buyer reviews for an Etsy shop. Accepts a numeric shop id or a shop name.
MCPツール etsy_shop_reviews
関連API
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.
対象企業
Etsy, Inc. · ETSY
Etsyを運営するのはEtsy, Inc.(ETSY)です。CrawloraのSECエンドポイントは同じ企業のCIKを受け取るため、提出書類・財務・インサイダー取引・13F保有を上記のEtsyエンドポイントと同じAPIキーで取得できます。
カタログ内の他のEtsy, Inc.プラットフォーム
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.