Vinted API

Vinted data.
Make sense of the secondhand catalog.

Discover categories, search items and brands, and read listing attributes, seller badges and price breakdowns. Explore member profiles, wardrobes and feedback.

PUT IT TO WORK

What will you build?

Three ways to use Vinted data.

Build category filters

Turn the category hierarchy and its IDs into a searchable menu for your resale app.

Inspect a listing

Read photos, seller badges, shipping and protection fees, and item attributes such as book ISBN and language.

YOUR FIRST REQUEST

Search the Vinted catalog.

Search the catalog for a brand or item type and compare the listings.

  1. 01
    Add your API key

    Set SCRAPEATLAS_API_KEY in your environment.

  2. 02
    Choose your input

    Use the sample request as a starting point.

  3. 03
    Work with the JSON

    Send the result to your app, sheet or research tool.

Request and response fields
QUICKSTART / API EXAMPLES
# ScrapeAtlas · use your customer API key
export BASE_URL="https://api.scrapeatlas.com"

curl --get "$BASE_URL/v1/vinted/search" \
  -H "x-api-key: $SCRAPEATLAS_API_KEY" \
  --data-urlencode "query=nike zoom" \
  --data-urlencode "domain=fr"
GET/v1/vinted/searchJSON response

Use your ScrapeAtlas API key. Replace the sample input with your own.

GETTING STARTED

A few practical details.

API key setup
How do I make a request?

Create a ScrapeAtlas API key, send it in the x-api-key header, and pass the endpoint’s request fields. The example above is ready to adapt to your own input.

What does the response contain?

Discover categories, search items and brands, and read listing attributes, seller badges and price breakdowns. Explore member profiles, wardrobes and feedback. Each endpoint’s reference shows its response fields and a JSON example.

Can I use this from an AI assistant?

Yes. Connect ScrapeAtlas through MCP to use Vinted tools from your assistant. You can also call the same API from your own scripts or the CLI.

How do I choose a Vinted category?

Use the categories endpoint to read category names, IDs and parent-child relationships. Pass a category ID to catalog_ids when searching listings.

Which item details can I retrieve?

Item responses include photos, descriptions, seller badges, category-specific attributes such as book ISBN and language, and separate asking-price, buyer-protection and shipping components.