Discover/vinted.co.uk API
live

vinted.co.uk APIvinted.co.uk

Access Vinted UK marketplace data via API. Search listings, get item details, compare prices, and browse categories across second-hand fashion and more.

Endpoints
5
Updated
28d ago
Try it
Page number for pagination.
Category ID to filter results. Use get_categories to retrieve valid IDs.
Search keyword (e.g. 'nike shoes', 'levi jeans').
api.parse.bot/scraper/4134c107-4d58-43bb-bf6d-24a642f27b69/<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/4134c107-4d58-43bb-bf6d-24a642f27b69/search_listings?search_text=nike+shoes' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for product listings on Vinted UK by keyword and optional filters. Returns paginated results with item details including price, brand, condition, and image.

Input
ParamTypeDescription
pageintegerPage number for pagination.
category_idintegerCategory ID to filter results. Use get_categories to retrieve valid IDs.
search_textrequiredstringSearch keyword (e.g. 'nike shoes', 'levi jeans').
Response
{
  "type": "object",
  "fields": {
    "page": "integer current page number",
    "items": "array of listing objects with id, title, brand, price_gbp, currency, url, image_url, condition, like_count",
    "total": "integer total number of items returned on this page"
  },
  "sample": {
    "data": {
      "page": 1,
      "items": [
        {
          "id": 8789338033,
          "url": "https://www.vinted.co.uk/items/8789338033-fujifilm-colour-35mm-film",
          "brand": "FUJIFILM",
          "title": "Fujifilm Colour 35mm Film",
          "currency": "GBP",
          "condition": "New with tags",
          "image_url": "https://images1.vinted.net/t/04_00be5_pvVQqFfa7Y17MbcqnMB2i4dc/f800/1777576841.webp",
          "price_gbp": "8.0",
          "like_count": 15
        }
      ],
      "total": 20
    },
    "status": "success"
  }
}

About the vinted.co.uk API

The Vinted UK API provides 5 endpoints for querying live second-hand marketplace listings on vinted.co.uk. Use search_listings to query items by keyword and filter by category, returning fields like price_gbp, condition, brand, and image_url. You can also retrieve individual listing details, pull a fast price summary for any search term, and run batch searches across multiple keywords in a single request.

Search and Filter Listings

search_listings accepts a required search_text parameter plus optional category_id and page inputs. Results come back as an array of item objects including id, title, brand, price_gbp, currency, url, image_url, condition, and like_count, along with a total count for the current page. Use get_categories first to retrieve valid category_id values — it returns an array of objects with integer id and name, covering Vinted's main taxonomy.

Listing Detail and Price Intelligence

get_listing_detail takes a numeric item_id (obtainable from search_listings results) and returns a fuller record: title, description, brand, color, price, currency, condition, category (as a path string), url, and image_url. For quick market scans, get_search_prices accepts a single search_text keyword and returns an array of price strings in 'amount currency' format (e.g. '18.74 GBP') covering the first 10 matching results — useful for fast competitive benchmarking without fetching full listing objects.

Batch Keyword Search

search_by_keyword_list accepts a JSON-encoded array of search terms via the keywords parameter. It returns a results object keyed by each keyword, with each value being an array of matching items containing id, title, brand, price_gbp, and url. This avoids making separate calls when monitoring multiple search terms simultaneously.

Coverage Notes

All endpoints target the Vinted UK storefront (vinted.co.uk) and prices are denominated in GBP. Pagination is supported on search_listings via the page parameter. Seller profile data, buyer/seller messaging, and transaction history are not part of the current endpoint set.

Common use cases
  • Track resale prices for specific brands (e.g. Nike, Levi's) using get_search_prices to monitor price_gbp trends over time
  • Build a price comparison tool that queries multiple clothing keywords in one call via search_by_keyword_list
  • Aggregate second-hand inventory data by category using get_categories IDs with search_listings filters
  • Enrich a listing database by fetching color, condition, and category path from get_listing_detail using IDs from search results
  • Monitor like_count on search result items to identify high-demand second-hand products
  • Feed a deal-alert system by polling search_listings for a keyword and flagging items below a target price_gbp
  • Catalogue available Vinted UK category taxonomy for mapping to an internal product classification system
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 key program or official endpoint reference available for third-party developers on their site.
What does `get_listing_detail` return beyond what appears in search results?+
search_listings returns a concise item object with fields like title, brand, price_gbp, condition, and image_url. get_listing_detail adds color, a full category path string, and the raw price number (separate from the GBP-labelled field), giving you the structured record for a single item in one call.
Does the API cover Vinted marketplaces outside the UK, such as vinted.fr or vinted.de?+
Not currently. All endpoints target vinted.co.uk and return prices in GBP. You can fork this API on Parse and revise it to point at other Vinted country domains if you need listings from France, Germany, or other regional storefronts.
How does pagination work in `search_listings`, and are there limits on how many items are returned?+
The page parameter on search_listings is an optional integer that steps through result pages. The total field in each response reflects the count of items returned on that page, not the overall catalogue count. There is no per_page parameter exposed, so page size is determined by Vinted's default result set.
Does the API return seller profile information such as ratings, location, or number of items listed?+
Not currently. The available endpoints cover listing-level data: item attributes, prices, conditions, categories, and images. Seller profile fields such as ratings, feedback count, or location are not exposed in any current endpoint response. You can fork this API on Parse and revise it to add a seller detail endpoint if that data is required.
Page content last updated . Spec covers 5 endpoints from vinted.co.uk.
Related APIs in MarketplaceSee all →
vinted.fi API
Search for secondhand items on Vinted.fi and access detailed listing information, pricing, and seller profiles to find great deals on fashion, electronics, and more. Browse product catalogs and view comprehensive item descriptions and user information to make informed purchasing decisions.
vinted.de API
Search and browse secondhand items on Vinted.de with customizable filters to find exactly what you're looking for. Get detailed product information including descriptions, categories, colors, and pricing to make informed purchasing decisions.
vinted.fr API
Search and browse secondhand product listings on Vinted.fr with flexible filtering by price, category, and condition to find the items you're looking for. Sort results by relevance, price, or newest listings and navigate through pages to discover available products on the marketplace.
vinted.it API
Browse and search secondhand listings on Vinted.it to retrieve product names, IDs, and direct URLs. Access homepage listings and search results in real-time.
shpock.com API
Search and browse products listed on Shpock.com, view detailed listing information and seller profiles, and explore all available marketplace categories. Find what you're looking for by searching inventory, checking seller histories, and discovering related items from individual merchants.
ebay.co.uk API
Search eBay UK listings and sold items to find products, compare prices, and view seller feedback and ratings. Access detailed item information, explore categories, and discover daily deals all in one place.
etsy.com API
Discover what shoppers are searching for on Etsy by accessing real-time trending keywords and popular search terms that can help you identify market demand and optimize your product listings. Get instant access to autocomplete suggestions and "Popular right now" trends to stay ahead of customer interests and improve your shop's visibility.
amazon.co.uk API
amazon.co.uk API