POST
/v1/tasksAdd Tasks
Add Vinted catalog search URLs to scrape product listingsAdd 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
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
| Content-Type | application/json | Yes |
Request Body
squid
Type:
string
Required:
Yes
Description:
Hash of your squid configured with the Vinted Products Scraper crawler
tasks
Type:
array
Required:
Yes
Description:
Array of task objects, each containing a `url` field
Task Object
url
Type:
string
Required:
Yes
Description:
Vinted catalog URL (e.g., `https://www.vinted.fr/catalog?search_text=nike&order=newest_first`)
Pro Tip
Apply filters on Vinted first, then copy the URL. All filter parameters will be preserved in the URL.
Note
Vinted operates country-specific sites (vinted.fr, vinted.de, vinted.es, etc.). Use the appropriate domain for your target market.