Examples:
Linkedin
For scraping pages from LinkedIn you only need to specify your API_KEY
and LinkedIn URL
:
curl -X POST "https://scrape.infatica.io/" -d '{"api_key": "API_KEY", "url": "https://www.linkedin.com/"}'
LinkedIn - the cost will be 130 credits per request. You don't need to use the render_js parameter.
Indeed
For scraping pages from Indeed you only need to specify your API_KEY
, Indeed URL
and country_code
that you need.
curl -X POST "https://scrape.infatica.io/" -d '{"api_key": "API_KEY", "url": "https://indeed.com/", "render_js": "True", "country_code": "us"}'
Indeed - the cost will be 10 credits per request with render_js parameter.