Web Scraping API
Targeting websites not listed in Available targets list
You can use universal
parameter as your target and supply any URL you want, which will return the HTML of the targeted URL.
Code examples for targeting ip.smartproxy.com
website (with authorization details changed only):
Result of the above code:

Once you have an active Web Scraping API subscription, you can try sending a request right from the dashboard Web > Authentication method tab simply by entering your username, password and clicking on Generate. You will also see an example of curl request generated right below your entered user:pass
.
Note that this is only an example with preset values to get you on the right track for forming your own request, meaning you will not be able to change the request values in the dashboard itself – that will have to be done in your code.

Check out this recipe for a step by step explanation of how to implement Web Scraping API
Updated 6 months ago