Custom Parameters

NetNut’s Website Unblocker supports multiple functionalities and headers for customized requests.

Geolocation

Access content as if you are in different geographical locations, for tailored and localized web scraping unblock capabilities.

Request specific country name in the x-netnut-geo-location header.

For instance, to simulate accessing a website from France, add "x-netnut-geo-location:FR" to your request, as in the example below:

curl -x username:password@unblocker.netnut.io:5959 -k https://website-to-unblock.com -H "x-netnut-geo-location:FR"

Dynamic Page Rendering

For scenarios where you need the rendered HTML of a web page, use the x-netnut-html-render header in your request.

To have the page rendered and receive the HTML content, include the X-Web-Unblocker-Render: html flag in your cURL command, as in the example below:

curl -x username:password@unblocker.netnut.io:5959 -k https://website-to-unblock.com -H "x-netnut-html-render:true"

Last updated

Copyright NetNut LTD