Secondhand-fashion pricing and resale research
Vintedエンドポイントを使えば、「Secondhand-fashion pricing and resale research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn public Vinted pages into structured secondhand-fashion data — catalog search with brand/category/price filters, a single listing's full detail, a seller's public storefront profile, and the closed brand and category directories, all as normalized JSON. Credential-free.
Search Vinted listings by catalog, brand, or category, and get listing detail, member storefronts, and the brand/category directories as structured JSON.
エンドポイントファミリー
6
ドキュメント化されたパラメータ
24
サンプル数
7
ライブカタログスナップショット
稼働エンドポイント
7
メソッド
GET
必須パラメータ
12
スキーマ参照
7
{
"platform": "Vinted",
"endpoint": "vinted-catalog",
"method": "GET",
"path": "/vinted/catalog",
"auth": "apiKey"
}ユースケース
Search Vinted listings by catalog, brand, or category, and get listing detail, member storefronts, and the brand/category directories as structured JSON.
Vintedエンドポイントを使えば、「Secondhand-fashion pricing and resale research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Vintedエンドポイントを使えば、「Brand and category demand tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Vintedエンドポイントを使えば、「Seller and listing monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/vinted/brand
/vinted/brands
/vinted/catalog
/vinted/categories
/vinted/category
/vinted/item
エンドポイントカタログ
/vinted/catalogReturns Vinted resale listings matching a text search, with optional price filtering and sort order. `order` values: `relevance`, `newest_first`, `price_high_to_low`, `price_low_to_high`. Public data, sourced from Vinted's own server-rendered catalog page.
/vinted/itemReturns a single Vinted listing's detail: title, description, brand, size, condition, material, color, price, category breadcrumb, and photos. Public data, sourced from Vinted's own server-rendered item page.
/vinted/memberReturns a Vinted seller's public storefront profile: username, self-disclosed coarse location, rating, and follower/following counts. Deliberately excludes online-presence and activity data (last-seen timestamps, upload-frequency badges) present on the live page. Public data, sourced from Vinted's own server-rendered member page.
/vinted/categoryReturns Vinted listings for a specific category, with optional price filtering and sort order. `order` values: `relevance`, `newest_first`, `price_high_to_low`, `price_low_to_high`. Public data, sourced from Vinted's own server-rendered category page.
/vinted/categoriesReturns Vinted's top-level catalog categories (e.g. Women, Men, Kids, Home, Electronics, Sports, Entertainment, Hobbies & collectibles). This is the root level only -- Vinted's full category tree goes several levels deeper on the live site, but deeper levels aren't server-rendered so aren't covered here. Each entry's `id` is usable directly as the `id` query parameter to /vinted/category. Public data, sourced from Vinted's own server-rendered catalog navigation.
/vinted/brandReturns Vinted listings for a specific brand, with optional price filtering and sort order. `order` values: `relevance`, `newest_first`, `price_high_to_low`, `price_low_to_high`. Public data, sourced from Vinted's own server-rendered brand page.
/vinted/brandsReturns Vinted's "Popular brands" directory. This is Vinted's own curated list, not an exhaustive list of every brand in its catalog. Each entry's `id` is usable directly as the `id` query parameter to /vinted/brand. Public data, sourced from Vinted's own server-rendered brands page.
関連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.
Vintedのスクレイピング方法
Crawlora's Vinted endpoints return catalog search, listing detail, member profiles, and brand/category directories as normalized JSON with one API key — no login or account required.
Send a keyword to /vinted/catalog, or a category/brand id to /vinted/category or /vinted/brand, for normalized listing cards.
Pass a listing id from a search result to /vinted/item for full detail, including photos and seller info.
Pass a member id to /vinted/member for that seller's public storefront profile.
Use /vinted/categories and /vinted/brands for the closed, machine-readable taxonomy.
FAQ
Send a keyword to Crawlora's /vinted/catalog endpoint and get normalized listing cards — title, price, brand, size, photos — as structured JSON.
No Vinted account or login is required from the caller — only your Crawlora API key.
Yes — /vinted/brand and /vinted/category return listings scoped to a specific brand or category id, and /vinted/brands and /vinted/categories return the full directories.