Add Tasks
Vinted Products Scraper
Add Tasks
Add Vinted catalog search URLs to scrape product listings
POST
Add Tasks
Add Vinted catalog search URLs to scrape product listings from the marketplace. The scraper extracts product details, pricing, and seller information.
Use Vinted’s catalog URL with search filters applied. You can filter by category, brand, size, price range, and sort order directly in the URL.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonRequest Body
| Field | Type | Required | Description |
|---|---|---|---|
| squid | string | Yes | Hash of your squid configured with the Vinted Products Scraper crawler |
| tasks | array | Yes | Array of task objects, each containing a url field |
Task Object
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Vinted catalog URL (e.g., https://www.vinted.fr/catalog?search_text=nike&order=newest_first) |
Vinted operates country-specific sites (vinted.fr, vinted.de, vinted.es, etc.). Use the appropriate domain for your target market.
Code Examples
Response
200