Vinted API — Real-Time REST Access | No Proxy Needed ⚡ avatar

Vinted API — Real-Time REST Access | No Proxy Needed ⚡

Pricing

from $5.00 / 1,000 api requests

Go to Apify Store
Vinted API — Real-Time REST Access | No Proxy Needed ⚡

Vinted API — Real-Time REST Access | No Proxy Needed ⚡

The only real-time Vinted REST API on Apify. Sub-200ms responses, 15+ endpoints covering search, items, users, brands, categories. Zero proxy costs — advanced iOS TLS fingerprinting bypasses all anti-bot. Auto-scaling Standby mode.

Pricing

from $5.00 / 1,000 api requests

Rating

0.0

(0)

Developer

Kops

Kops

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

Vinted API — Real-Time REST Access ⚡

The only real-time Vinted REST API on Apify. Instant responses, zero proxies, auto-scaling.

What Is This?

This actor runs as a live REST API server using Apify's Standby mode. Instead of batch scraping, you get a full HTTP API endpoint that responds to requests in real-time (sub-200ms latency). OpenAPI v3 schema included.

Endpoints

MethodEndpointDescription
POST/api/v1/catalog/searchSearch products with filters
GET/api/v1/items/{id}/detailsGet full item details
GET/api/v1/users/{id}Get user profile
GET/api/v1/users/{id}/wardrobe?page=1Get user's items
GET/api/v1/users/{id}/evaluations?page=1Get user reviews
GET/api/v1/users/search?query=...Search users
GET/api/v1/brands/search?query=...Search brands
GET/api/v1/catalog/treeFull category tree
GET/api/v1/catalog/sizes?catalog_id=1Sizes by category
GET/api/v1/colors?catalog_id=1Colors by category
GET/api/v1/materials?catalog_id=1Materials by category
GET/api/v1/price_suggestions?brand_id=1&catalog_id=2Price suggestions

How to Use

Once the actor is started in Standby mode, you'll get a URL like:

https://your-actor-name.apify.actor/api/v1/catalog?query=nike

Make standard HTTP requests to any of the endpoints above. Responses are JSON.

Example with cURL

$curl "https://your-actor-name.apify.actor/api/v1/catalog?query=nike&page=1&per_page=20"

Example with Python

import requests
url = "https://your-actor-name.apify.actor/api/v1/items/12345678"
headers = {"Authorization": "Bearer YOUR_APIFY_TOKEN"}
response = requests.get(url, headers=headers)
print(response.json())

Pricing

$0.005 per API request (Pay per Event)

Example: 10,000 requests = $50

Why This Actor?

  • 🚀 Real-time — Sub-200ms responses, no batch waiting
  • 💰 No proxy costs — iOS TLS fingerprinting bypasses all anti-bot
  • 📡 Auto-scaling — Apify scales instances based on request volume
  • 🔧 Full REST API — 13 endpoints covering all Vinted data
  • 🔒 Optional auth — Add an API token for private access

🌍 Connect with us