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 -k -x username:[email protected]:5959 -H "x-netnut-geo-location:FR" https://website-to-unblock.com
Dynamic Page Rendering
For scenarios where you need the rendered HTML of a web page, use the x-netnut-html-render: true
in your request.
curl -k -x username:[email protected]:5959 -H "x-netnut-html-render:true" https://website-to-unblock.com
Last updated