Secondhand-fashion pricing and resale research
Depopエンドポイントを使えば、「Secondhand-fashion pricing and resale research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn public Depop pages into structured resale-fashion data — keyword and filtered listing search, full item detail with photos and seller info, a seller's shop catalog, and the category taxonomy, all as normalized JSON. Credential-free.
Search Depop listings and get item detail, seller shops, and the category taxonomy as structured JSON.
エンドポイントファミリー
4
ドキュメント化されたパラメータ
27
サンプル数
4
ライブカタログスナップショット
稼働エンドポイント
4
メソッド
GET
必須パラメータ
7
スキーマ参照
4
{
"platform": "Depop",
"endpoint": "depop-search",
"method": "GET",
"path": "/depop/search",
"auth": "apiKey"
}ユースケース
Search Depop listings and get item detail, seller shops, and the category taxonomy as structured JSON.
Depopエンドポイントを使えば、「Secondhand-fashion pricing and resale research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Depopエンドポイントを使えば、「Seller and shop monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Depopエンドポイントを使えば、「Category and trend tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/depop/categories
/depop/item/{slug}
/depop/search
/depop/shop/{username}
エンドポイントカタログ
/depop/searchSearches Depop's resale-fashion marketplace by free-text keyword, with optional price, condition, colour, category, subcategory, gender, brand, discount, and sort filters, returning normalized listing summaries (title, price, brand, condition, photos, sizes), a pagination cursor, and the total matching count. Public data sourced from Depop's own search API.
/depop/item/{slug}Returns a normalized Depop item-detail page: description, all photos, price, condition, brand, size, seller info, and a "similar items" carousel when the page has one. Public data sourced from Depop's own item pages.
/depop/shop/{username}Returns a Depop seller's public shop: profile (rating, sold count, followers, bio) plus current listings, with optional price, condition, colour, category, subcategory, gender, discount, and sort filters. Public data sourced from Depop's own shop pages.
/depop/categoriesReturns Depop's full department, category, and subcategory taxonomy -- every value usable with /depop/search's and /depop/shop/{username}'s category/subcategory filters. Static data, no live request.
関連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.
Depopのスクレイピング方法
Crawlora's Depop endpoints return listing search, item detail, seller shops, and categories as normalized JSON with one API key — no login or account required.
Send a keyword to /depop/search, with optional price, condition, colour, and category filters.
Pass an item slug from a search result to /depop/item/{slug} for full detail, photos, and seller info.
Pass a username to /depop/shop/{username} for that seller's shop catalog.
Use /depop/categories for the full department/category/subcategory taxonomy.
FAQ
Send a keyword to Crawlora's /depop/search endpoint and get normalized listing cards — title, price, brand, condition, photos — as structured JSON.
No Depop account or login is required from the caller — only your Crawlora API key.
Yes — /depop/shop/{username} returns a seller's shop listing catalog as structured JSON.