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
10d 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 →
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.