Vinted API — Real-Time REST Access | No Proxy Needed ⚡
Pricing
from $5.00 / 1,000 api requests
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
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
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
| Method | Endpoint | Description |
|---|---|---|
POST | /api/v1/catalog/search | Search products with filters |
GET | /api/v1/items/{id}/details | Get full item details |
GET | /api/v1/users/{id} | Get user profile |
GET | /api/v1/users/{id}/wardrobe?page=1 | Get user's items |
GET | /api/v1/users/{id}/evaluations?page=1 | Get user reviews |
GET | /api/v1/users/search?query=... | Search users |
GET | /api/v1/brands/search?query=... | Search brands |
GET | /api/v1/catalog/tree | Full category tree |
GET | /api/v1/catalog/sizes?catalog_id=1 | Sizes by category |
GET | /api/v1/colors?catalog_id=1 | Colors by category |
GET | /api/v1/materials?catalog_id=1 | Materials by category |
GET | /api/v1/price_suggestions?brand_id=1&catalog_id=2 | Price 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 requestsurl = "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
Related Actors
- Vinted Product Search — Batch scraper for bulk product data
- Vinted User Scraper — Bulk user profile extraction
- Vinted Item Details — Bulk item detail extraction
- Vinted Market Intelligence — Catalog, brands, pricing analytics
🌍 Connect with us
- 📖 Docs: https://getkops.com/docs
- 💬 Discord: https://discord.getkops.com
- ✉️ Contact: contact@alexvl.fr