Discover/vinted.it API
live

vinted.it APIvinted.it

Access Vinted.it secondhand listings via API. Retrieve homepage items and search results with item IDs, names, promotion status, and direct URLs.

Endpoints
2
Updated
14d ago
Try it

No input parameters required.

api.parse.bot/scraper/e71bdd90-2192-497d-9fdc-eb595d3b28f3/<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/e71bdd90-2192-497d-9fdc-eb595d3b28f3/get_ads' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Retrieve items currently listed on the Vinted.it homepage. Returns recently listed or featured items visible on the landing page.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "ads": "array of item objects with id, name, is_promoted, and url",
    "total": "integer count of items returned"
  },
  "sample": {
    "data": {
      "ads": [
        {
          "id": "8846398964",
          "url": "https://www.vinted.it/items/8846398964",
          "name": "Abito Fluido Nero con Balze e Volant – Flower by Charm`s Paris",
          "is_promoted": false
        },
        {
          "id": "8846395602",
          "url": "https://www.vinted.it/items/8846395602",
          "name": "Borsa bauletto braccialini",
          "is_promoted": false
        }
      ],
      "total": 17
    },
    "status": "success"
  }
}

About the vinted.it API

The Vinted.it API exposes 2 endpoints that return structured listing data from Italy's Vinted marketplace. The get_ads endpoint surfaces items currently visible on the homepage, while search_items lets you query the catalog by keyword and receive matching listings — each response includes item id, name, is_promoted, url, and a total count of results.

Endpoints

The API has two endpoints. get_ads takes no parameters and returns an ads array of items currently featured on the Vinted.it landing page, along with a total integer. Each item object includes id, name, is_promoted (boolean indicating promoted status), and url (direct link to the listing). This is useful for tracking which items are actively being surfaced to visitors without a search query.

Search

The search_items endpoint accepts a required query string and returns an items array with the same four fields: id, name, is_promoted, and url. The query parameter accepts single words like scarpe or multi-word Italian-language phrases like vintage borsa, as well as brand names like Nike. The total field in the response tells you how many matching items were returned for that query.

Data Scope and Fields

Both endpoints return the same item object shape. The is_promoted flag distinguishes organically listed items from paid or boosted ones, which is useful for competitive research or filtering. The url field points directly to the Vinted.it item page. Neither endpoint exposes pricing, seller information, item condition, photos, or category metadata — only the four core identification and promotion fields are returned.

Common use cases
  • Monitor which items are currently promoted on the Vinted.it homepage using is_promoted from get_ads
  • Build a keyword-based alert system that tracks new listings matching a brand or product type via search_items
  • Compare search result counts (total) across different queries to gauge category demand on Vinted Italy
  • Aggregate item URLs for a price comparison tool that visits individual listing pages for further detail
  • Detect trending secondhand categories by running periodic keyword searches and comparing result volumes
  • Filter promoted vs. organic listings in homepage results to analyze paid visibility on the platform
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 publish a public developer API or documentation for third-party access to its catalog data.
What does `is_promoted` mean in the response?+
The is_promoted boolean field indicates whether a listing has been boosted or featured, as opposed to appearing organically. Both get_ads and search_items include this field on every item object, so you can filter promoted items from organic ones in your own application logic.
Does the API return item prices, seller details, or photos?+
Not currently. Both endpoints return id, name, is_promoted, and url only. Pricing, seller profiles, condition grades, and image URLs are not part of the response. You can fork this API on Parse and revise it to add an endpoint that retrieves those fields from individual listing pages.
Does `search_items` support pagination or filtering by category?+
The current search_items endpoint accepts only a query string and returns a single batch of results with a total count. Pagination parameters and category or size filters are not exposed. You can fork this API on Parse and revise it to add offset-based pagination or category filter parameters.
Is the data specific to Vinted Italy (vinted.it)?+
Yes. This API is scoped to the vinted.it domain, which serves the Italian market. Listings from other Vinted regional domains — such as vinted.fr, vinted.de, or vinted.co.uk — are not included in the results.
Page content last updated . Spec covers 2 endpoints from vinted.it.
Related APIs in MarketplaceSee all →
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.
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.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
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.
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.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
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.