POST/v1/tasks

Add Tasks

Add Vinted catalog search URLs to scrape product listings

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

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes
Content-Typeapplication/jsonYes

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

Pro Tip

Apply filters on Vinted first, then copy the URL. All filter parameters will be preserved in the URL.
Note

Note

Vinted operates country-specific sites (vinted.fr, vinted.de, vinted.es, etc.). Use the appropriate domain for your target market.