Migrating from API v1 to v2
The following migration steps should be done before 1st July 2025.
If you are the scrape.smartproxy.com
domain with any of the following routes:
/v1/scraper
/v1/task
/v1/task/batch
You need to upgrade to new v2 endpoints. The required changes are:
- Changing the subdomain
scrape
->scraper-api
- Changing the brand name
smartproxy
->decodo
- Changing the api version
v1
->v2
As an example, if you are using synchronous scraping, the required changes are:
https://scraper.smartproxy.com/v1/scrape
should be changed tohttps://scraper-api.decodo.com/v2/scrape
All existing authentication, targets and parameters will work on the new v2 route.
Updated about 7 hours ago