Secondhand-fashion pricing and resale research
Poshmarkエンドポイントを使えば、「Secondhand-fashion pricing and resale research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn public Poshmark pages into structured resale-fashion data — keyword listing search, full listing detail, a seller's closet catalog, browse by brand or category, the full brand and category directories, and curated trend/showroom collections, all as normalized JSON. Credential-free.
Search Poshmark listings and get listing detail, seller closets, brand and category directories, and trend collections as structured JSON.
エンドポイントファミリー
6
ドキュメント化されたパラメータ
20
サンプル数
8
ライブカタログスナップショット
稼働エンドポイント
8
メソッド
GET
必須パラメータ
14
スキーマ参照
8
{
"platform": "Poshmark",
"endpoint": "poshmark-search",
"method": "GET",
"path": "/poshmark/search",
"auth": "apiKey"
}ユースケース
Search Poshmark listings and get listing detail, seller closets, brand and category directories, and trend collections as structured JSON.
Poshmarkエンドポイントを使えば、「Secondhand-fashion pricing and resale research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Poshmarkエンドポイントを使えば、「Seller and closet monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Poshmarkエンドポイントを使えば、「Brand and trend tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/poshmark/brand/{name}
/poshmark/brands
/poshmark/categories
/poshmark/category/{path}
/poshmark/closet/{username}
/poshmark/listing/{id}
エンドポイントカタログ
/poshmark/searchSearches Poshmark for clothing, shoes, and accessory listings, returning normalized listing summaries (title, price, brand, size, condition, seller, images) plus the total matching count and an opaque pagination cursor. Pass a previous response's next_max_id back as max_id to fetch the next page. Credential-free public data sourced from Poshmark's own server-rendered search page and, for pages past the first, Poshmark's own JSON pagination API.
/poshmark/listing/{id}Returns a normalized Poshmark item-detail page: the full listing (description, all photos, size/brand/condition, inventory), its seller's profile, public comments, and similar listings Poshmark itself surfaces on the same page. Credential-free public data sourced from Poshmark's own server-rendered listing page.
/poshmark/closet/{username}Returns a normalized Poshmark closet (seller storefront) page: the seller's public profile and reputation stats (followers, ratings, items sold) plus a first page of their currently available listings and total listing count. Pass a previous response's next_max_id back as max_id to fetch the next page of listings; paginated responses omit the seller profile to avoid a second upstream fetch, so fetch without max_id first to get seller fields. Credential-free public data sourced from Poshmark's own server-rendered closet page and, for pages past the first, Poshmark's own JSON pagination API.
/poshmark/brand/{name}Returns a page of normalized Poshmark listings for a given brand name (e.g. Nike), the same browsing view as Poshmark's own brand pages. Pass a previous response's next_max_id back as max_id to fetch the next page. Credential-free public data sourced from Poshmark's own server-rendered brand page and, for pages past the first, Poshmark's own JSON pagination API.
/poshmark/brandsReturns Poshmark's full brand directory: every brand Poshmark recognizes (name, slug, logo, known aliases), not just brands with active listings for a given search or category filter. Useful for resolving a brand name to the exact value the brand/search filters expect. Credential-free public data sourced from Poshmark's own server-rendered brand directory page.
/poshmark/category/{path}Returns a page of normalized Poshmark listings for a given category path (e.g. Women-Shoes, Men-Shirts), the same browsing view as Poshmark's own category pages. Pass a previous response's next_max_id back as max_id to fetch the next page. Credential-free public data sourced from Poshmark's own server-rendered category page and, for pages past the first, Poshmark's own JSON pagination API.
/poshmark/categoriesReturns Poshmark's full department/category browse taxonomy (e.g. Women > Shoes, Men > Jackets & Coats). Each entry's path resolves directly against the category endpoint. This is reference data that changes rarely, so responses are cached. Credential-free public data sourced from Poshmark's own server-rendered category pages.
/poshmark/trend/{id}Returns a page of normalized Poshmark listings for a curated trend/showroom collection (e.g. "Vintage Celine Handbags"), the same browsing view as Poshmark's own trend pages. Pass a previous response's next_max_id back as max_id to fetch the next page. Credential-free public data sourced from Poshmark's own server-rendered trend page and, for pages past the first, Poshmark's own JSON pagination API.
関連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.
Poshmarkのスクレイピング方法
Crawlora's Poshmark endpoints return listing search, detail, seller closets, and brand/category/trend directories as normalized JSON with one API key — no login or account required.
Send a keyword to /poshmark/search, or a brand name/category path to /poshmark/brand/{name} or /poshmark/category/{path}.
Pass a listing id from a search result to /poshmark/listing/{id} for full detail and photos.
Pass a username to /poshmark/closet/{username} for that seller's closet catalog.
Use /poshmark/brands and /poshmark/categories for the full directories, or /poshmark/trend/{id} for a curated collection.
FAQ
Send a keyword to Crawlora's /poshmark/search endpoint and get normalized listing cards — title, price, brand, size, photos — as structured JSON.
No Poshmark account or login is required from the caller — only your Crawlora API key.
Yes — /poshmark/closet/{username} returns a seller's closet (storefront) listing catalog as structured JSON.