Discover/vinted.fi API
live

vinted.fi APIvinted.fi

Access Vinted.fi secondhand marketplace data: search listings by keyword and filters, retrieve full item details, and fetch user profile and wardrobe info.

Endpoints
3
Updated
10d ago
Try it
Page number for pagination.
Sort order. Accepted values: relevance, newest_first, price_low_to_high, price_high_to_low
Search keyword (e.g. 'nike', 'adidas takki')
Maximum price filter in EUR.
Minimum price filter in EUR.
Catalog/category IDs to filter by (e.g. '1206' for outerwear/jackets).
api.parse.bot/scraper/2a3df212-cb44-4b61-b5fa-1e7ac9d4001b/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/2a3df212-cb44-4b61-b5fa-1e7ac9d4001b/search_listings?page=1&order=relevance&query=nike' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for product listings on Vinted.fi by keyword and optional filters. Returns paginated results from the catalog page.

Input
ParamTypeDescription
pageintegerPage number for pagination.
orderstringSort order. Accepted values: relevance, newest_first, price_low_to_high, price_high_to_low.
querystringSearch keyword (e.g. 'nike', 'adidas takki')
price_tonumberMaximum price filter in EUR.
price_fromnumberMinimum price filter in EUR.
catalog_idsstringCatalog/category IDs to filter by (e.g. '1206' for outerwear/jackets).
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "items": "array of listing objects, each containing id, url, thumbnail, title, price, size, and condition",
    "query": "string or null, the search query used"
  },
  "sample": {
    "data": {
      "page": 1,
      "items": [
        {
          "id": "8790821400",
          "url": "https://www.vinted.fi/items/8790821400-nike-space-hippie-04?referrer=catalog",
          "size": "43",
          "price": "27.08",
          "title": "Nike Space Hippie 04",
          "condition": "Erittäin hyvä",
          "thumbnail": "https://images1.vinted.net/t/06_002d6_xS1qb8SCRbrb6Xu8bRWHAPkH/310x430/1777619178.webp?s=..."
        }
      ],
      "query": "nike"
    },
    "status": "success"
  }
}

About the vinted.fi API

The Vinted.fi API provides 3 endpoints to query the Finnish Vinted secondhand marketplace, covering listing search, full item detail pages, and seller profile data. The search_listings endpoint accepts keyword queries, price range filters, category IDs, and sort orders, returning paginated arrays of items with price, size, condition, and thumbnail. The get_listing_details and get_user_profile endpoints expose deeper fields including brand, seller identity, images, follower counts, and recent activity.

Listing Search

The search_listings endpoint queries the Vinted.fi catalog and returns paginated results. Each item in the items array includes id, url, thumbnail, title, price, size, and condition. You can narrow results using price_from and price_to (in EUR), catalog_ids for category filtering (for example, 1206 targets outerwear/jackets), and order for sorting by relevance, newest_first, price_low_to_high, or price_high_to_low. The query parameter accepts Finnish-language terms as well as brand names.

Listing Details

The get_listing_details endpoint accepts either a numeric item ID or a full Vinted.fi item URL via the item_id_or_url parameter. It returns a richer field set: brand, description (seller-written text), images (array of full-resolution URLs), condition, currency, and a seller object with username, id, and url. This is the endpoint to use when you need the full item description or want to resolve a seller identity from a search result.

User Profiles

The get_user_profile endpoint takes a numeric user ID or a Vinted member URL. It returns username, location, followers, following, last_active, and reviews counts. The listings array contains the user's current wardrobe items, each with id, title, price, currency, brand, size, status, url, and thumbnail — useful for monitoring a specific seller's active inventory or comparing wardrobe composition across users.

Common use cases
  • Track price trends for specific brands by querying search_listings with brand keywords and price_from/price_to filters over time
  • Build a wardrobe monitoring tool that polls get_user_profile for new listings in a seller's active inventory
  • Aggregate full item descriptions and multi-image arrays from get_listing_details to train secondhand clothing classifiers
  • Compare seller reputation across profiles using followers, reviews, and last_active fields
  • Filter Finnish-language listings by category via catalog_ids to build niche category feeds (e.g. jackets, shoes)
  • Cross-reference listing prices from search results with full item details to flag underpriced items by condition and brand
  • Compile seller contact points and profile URLs for reseller research using the seller object returned in item detail responses
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Vinted have an official public developer API?+
Vinted does not offer a public developer API. There is no documented API program, API keys, or developer portal available to third parties as of mid-2025.
What does `get_listing_details` return beyond what search results include?+
Search results return a summary object with id, title, price, size, condition, and thumbnail. The get_listing_details endpoint adds brand, description (the seller's full written text), an images array of full-resolution URLs, currency, and a structured seller object containing username, id, and profile url. You can pass either a numeric ID or a full Vinted item URL to the item_id_or_url parameter.
Does the API cover Vinted marketplaces outside Finland, such as vinted.de or vinted.fr?+
This API targets vinted.fi specifically. Other regional Vinted domains are not covered by these endpoints. You can fork this API on Parse and revise it to point at additional Vinted country domains if you need multi-region coverage.
Does the profile endpoint return transaction history or sold item data?+
The get_user_profile endpoint returns active wardrobe listings, along with followers, following, reviews, location, and last_active. Sold or completed transaction history is not currently exposed. You can fork the API on Parse and revise it to add an endpoint targeting sold items if that data is accessible on the profile page.
Is there a limit to how many pages of search results the API can return?+
The search_listings endpoint supports a page integer parameter for pagination, but the maximum accessible page depth depends on what Vinted.fi surfaces for a given query. Deep pagination (very high page numbers) may return empty items arrays once results are exhausted. Test with your specific query and filter combination to determine the practical depth.
Page content last updated . Spec covers 3 endpoints from vinted.fi.
Related APIs in MarketplaceSee all →
mouser.com API
mouser.com API
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.