Quick Start
Web Scraping API Quick Start
Authentication
Once you have an active Web Core
or Web Advanced
subscription, you will be able to check your generated proxy Username, Basic Auth. Token, as well as see or regenerate a new Password in the Scraper tab.

Web Scraping API Authentication Section.
Integrations
Realtime
This integration method allows you add all of your desired parameters into the URL for synchronous requests. It requires to keep an open connection until a successful/unsuccessful response is returned.
Example
https://scraper-api.smartproxy.com/v2/scrape?target=google_search&query=world&domain=com&access_token=pass2021
Learn more here.
Asynchronous
This method allows you to queue up multiple requests asynchronously and receive results at a later time or to your added callback URL.
Example
curl -u username:password -X POST --url https://scraper-api.smartproxy.com/v2/task -H "Content-Type: application/json" -d "{\"url\": \"https://ip.smartproxy.com\", \"target\": \"universal\" }"
Learn more here.
Support
Need help or just want to say hello? Our customer support is available 24/7. You can also reach us anytime via email at [email protected].
Updated 6 days ago