JavaScript rendering
We offer a complete solution that saves you from setting up proxies, browser fingerprints, headless browsers, etc. Simply set the render type in the header, and you’ll receive a rendered result.
You can choose between the following render types:
png
html
Example:
curl -x -k unblock.abcproxy.com:17610 -U "username-zone-unblock:password" -H "X-Abc-Render:png" "https://github.com/" > abc.png
The result will be stored in an image file named abc.png
.
If you select html
as the render type, you will receive the rendered HTML of the page.
Render Result:
Choosing an image render type will return a rendered image of the page.

Last updated