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.decodo.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.decodo.com/v2/task -H "Content-Type: application/json" -d "{\"url\": \"https://ip.smartproxy.com\", \"target\": \"universal\" }"

Learn more here.


Support

Still can't find an answer? Want to say hi? We take pride in our 24/7 customer support. Alternatively, you can reach us via our support email at [email protected].

Feedback

Something's missing? Request an article!
Got feedback? Let us know how we're doing and what can be improved.


```