Vinted API

Second-Hand Marketplace Data Across Europe

Search items, track prices, and access user profiles from Vinted — Europe's largest second-hand fashion marketplace with 65+ million members across 19 supported markets.

500 free credits/month · No credit card required

What you can build

Structured data for real applications. Here are some ideas.

Price Tracking

Monitor item prices across categories and brands. Build price comparison tools that help buyers find the best deals on second-hand fashion.

Reselling Tools

Help resellers find underpriced items, track market demand, and optimize pricing for their own listings across multiple Vinted markets.

Market Research

Analyze trending brands, popular categories, and pricing patterns across European second-hand markets. Track seasonal demand shifts.

Inventory Sourcing

Automate item discovery for vintage shops and thrift stores. Filter by brand, condition, size, and price to find inventory that matches your niche.

Available endpoints

Everything you need in one API.

GET

Countries

/api/vinted/countries

List supported Vinted countries, domains, and currencies

GET

Search Items

/api/vinted/search

Search marketplace with filters for brand, size, price, and more

GET

Filters

/api/vinted/filters

Get available catalog filters including brands, sizes, colors, and conditions

GET

Search Suggestions

/api/vinted/suggestions

Get autocomplete suggestions for Vinted search queries

GET

Item Details

/api/vinted/item-details

Get detailed item information including photos and seller info

GET

Item Shipping

/api/vinted/item-shipping

Get available shipping options and costs for a specific item

GET

User Profile

/api/vinted/user-profile

Retrieve seller profile, ratings, and statistics

GET

User Items

/api/vinted/user-items

Browse items from a specific seller's wardrobe

GET

Similar Items

/api/vinted/similar-items

Find similar items for price comparison

GET

Categories

/api/vinted/categories

Get full category tree for filtering

Try it now

One API call. Structured JSON response.

Request

curl -X GET "https://scrappa.co/api/vinted/search?query=nike+shoes&country=DE" \
  -H "Accept: application/json" \
  -H "X-API-KEY: YOUR_API_KEY"

Response

{
  "items": [
    {
      "id": 4012345678,
      "title": "Nike Air Max 90 - Size 42",
      "price": "45.00",
      "currency": "EUR",
      "brand": "Nike",
      "size": "42",
      "status": "Active",
      "photo_url": "https://images.vinted.net/...",
      "user": {
        "login": "fashionista_de",
        "feedback_reputation": 1.0
      }
    }
  ],
  "pagination": {
    "page": 1,
    "total_pages": 125
  }
}

Key features

19 supported Vinted markets
Full-text search with brand/size/color filters
Item pricing and shipping costs
Seller profiles and reputation data
Category tree for structured browsing
Search autocomplete suggestions

Frequently asked questions

What can I search with the Vinted API?

The Vinted API can search marketplace items with filters such as query, brand, size, price, category, and country. It also supports item details, seller profiles, seller items, similar items, and categories.

Which Vinted markets are supported?

Scrappa supports Vinted marketplace workflows across European country markets, letting teams localize item search and pricing research by country.

Can I use the Vinted API for price tracking?

Yes. The API returns item pricing, currency, brand, condition, seller context, and pagination data that can power resale analytics, alerts, and inventory sourcing workflows.

How do I start testing Vinted data?

Create a Scrappa account, use your API key with the documented Vinted endpoints, and test with the monthly free credit allowance before scaling to paid credits.

Ready to get started?

Sign up and get 500 free credits. No credit card required.