Skip to content
scrapeatlas.Dashboard

Shopping

Vinted API

Search Vinted listings and discover categories, item attributes, price breakdowns, member profiles, wardrobes, feedback and brands.

7 endpointsx-api-key

Discover category IDs, search listings with filters, and retrieve item attributes, seller badges and pricing components. Read profiles, wardrobes, feedback and brands on your selected marketplace.

API availability: Available

Base URL · local workerhttp://localhost:3031Public API: https://api.scrapeatlas.com.
Authenticationx-api-keyCustomer key from your account. See Authentication.

Endpoints

GET/v1/vinted/search

Search the Vinted catalog

Search listings by keyword, category, brand, condition, colour, size, material and price range, with display labels and pagination.

Reference
GET/v1/vinted/item

Get a Vinted item

Read item photos, descriptions, category-specific attributes including book ISBN and language, seller badges, availability and separate item, buyer-protection and shipping prices.

Reference
GET/v1/vinted/profile

Get a Vinted member profile

Read a member profile with identity, activity and online status, item and follower counts, feedback reputation, bundle discounts and verification flags.

Reference
GET/v1/vinted/user/items

Get a member's wardrobe

Page through a member’s wardrobe with listing prices, photos, reserved and closed flags, processing status and bulky-item indicators.

Reference
GET/v1/vinted/user/feedbacks

Get a member's feedback

Page through the feedback a member received, from buyers and from the system, with ratings, authors and written replies.

Reference
GET/v1/vinted/brands

Search Vinted brands

Find brand ids by keyword, with follower and listing counts and luxury/authenticity flags, for use as brand_ids in search.

Reference
GET/v1/vinted/categories

Get Vinted categories

Discover marketplace category IDs, names, URLs, images and parent-child relationships for building category filters and searching listings.

Reference

Quick start

Create an API key on your account page, then call the public API. Values below are placeholders.

Terminal
curl "https://api.scrapeatlas.com/v1/vinted/search?query=nike+zoom&domain=fr" \
  -H "x-api-key: YOUR_API_KEY"

Coverage & limits

Coverage notes for this platform are not published yet.

Error codes
9
HTTPfailure.codeMeaning
400invalid_requestMissing, duplicate, unsupported or invalid parameters, more than one selector, a domain that does not match the URL host, or a page beyond what the source accepts.
401unauthorizedMissing or invalid service key.
404not_foundUnknown item or member.
429upstream_rate_limitedVinted rate limited the request; no automatic retry.
502upstream_challengedDataDome/Cloudflare challenge, HTTP 401/403/503, or no anonymous token issued.
502unsupported_page unsafe_redirect response_too_large request_limit upstream_errorBounded retrieval failed, the page belongs to another item, or the response no longer matches the expected structure.
503busyAll worker slots occupied.
504timeoutDeadline exceeded.
200partialCoverage warnings such as pricing_missing, photos_missing or pagination_missing.