Update Settings
Vinted Products Scraper
Update Settings
Configure scraper settings for Vinted Products Scraper
POST
Update Settings
Configure your squid settings for the Vinted Products Scraper. Control pagination depth and result limits.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonScraper Parameters
Set these parameters in theparams object:
| Parameter | Type | Default | Description |
|---|---|---|---|
| max_pages | integer | 10 | Maximum number of catalog pages to scrape per task (max: 10) |
| max_results | integer | unlimited | Maximum number of items to collect per task |
| max_unique_results_per_run | integer | unlimited | Maximum unique results across all tasks in the run |
Squid Settings
Configure general squid settings:| Setting | Type | Description |
|---|---|---|
| name | string | Display name for your squid configuration |
| concurrency | integer | Number of parallel scraping workers (default: 1) |
| export_unique_results | boolean | Export only unique results (deduplicated) |
| to_complete | boolean | Run until all tasks complete |
| no_line_breaks | boolean | Remove line breaks from results |
Vinted catalog pages typically contain 24-48 products per page.
Code Examples
Response
201