POST
/v1/squids/{squid_hash}Update Settings
Configure scraper settings for Vinted Products ScraperConfigure your squid settings for the Vinted Products Scraper. Control pagination depth to limit the number of catalog pages scraped.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
| Content-Type | application/json | Yes |
Scraper Parameters
max_pages
Type:
integer
Default:
null
Description:
Maximum number of catalog pages to scrape per task
Squid Settings
name
Type:
string
Description:
Display name for your squid configuration
concurrency
Type:
integer
Description:
Number of parallel scraping workers (default: 1)
export_unique_results
Type:
boolean
Description:
Export only unique results (deduplicated)
to_complete
Type:
boolean
Description:
Run until all tasks complete
no_line_breaks
Type:
boolean
Description:
Remove line breaks from results
Pro Tip
Set `max_pages` to limit scraping depth and control costs for large catalog searches.
Note
Vinted catalog pages typically contain 24-48 products per page.