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リクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/etsy/shop/search
/etsy/listing/{id}
/etsy/search
エンドポイントカタログ
/etsy/searchReturns Etsy product search results across shops for a keyword query.
/etsy/listing/{id}Returns Etsy listing detail: title, price, images, materials, tags, and shop.
/etsy/listing/{id}/reviewsReturns buyer reviews for an Etsy listing.
/etsy/shop/searchReturns Etsy shops matching a keyword.
/etsy/shop/{id}Returns an Etsy shop profile: seller, headline, rating, and sold count. Accepts a numeric shop id or a shop name.
/etsy/shop/{id}/listingsReturns a shop's listing catalog, optionally filtered by keyword. Accepts a numeric shop id or a shop name.
/etsy/shop/{id}/reviewsReturns buyer reviews for an Etsy shop. Accepts a numeric shop id or a shop name.
関連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のスクレイピング方法
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/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.