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
,jpg
,jpeg
html
Example:
curl -x -k unblock.pyproxy.io:16500 -U "username-zone-unblock:password" -H "X-Pyproxy-Render:png" "https://github.com/" > pyproxy.png
The result will be stored in an image file named py.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