Headless Browser
While crawling a page, it may require you to render the JavaScript on that page. Using a headless browser, we can easily fetch such pages for you. To enable JavaScript rendering, all you need to do is set render=true and we will use a headless Google Chrome instance to fetch the page.
Sample Code
curl -d "key=YOUR_API_KEY&url=http://httpbin.org/ip&method=GET&render=true" -X POST "https://api.syphoon.com"
Result
{
"origin": "assigned_ip_address"
}