PhearJS renders dynamic webpages using PhantomJS: fetch a page, render it and return a pretty JSON object. PhearJS is offered as a hosted API as well as an open source...
phearjs renders dynamic webpages using phantomjs: fetch a page, render it and return a pretty json object. phearjs is offered as a hosted api as well as an open source solution that you can host yourself.
many websites rely on javascript for data via ajax and frontend rendering. when a machine (e.g. curl) requests such a page it only 'sees' an empty page.
this is a problem when you want to get a static copy of a dynamic page, e.g. for seo purposes, web scraping or data mining. phearjs fixes this by rendering pages in a headless phantomjs browser and returning a fancy json object containing the rendered page + meta data about the response.
javascript web-scraping search-engine-optimization angularjs dynamic data-extraction ajaxweb-scraping