Javascript API client
Javascript client allows you to easily integrate the ScrapingAnt API in your JS project.
#
Integration@scrapingant/scrapingant-client
is the official library to access ScrapingAnt API from your
JavaScript applications. It runs both in Node.js and browser and provides useful features like
automatic retries and parameters encoding to improve the ScrapingAnt usage experience.
It can be installed via NPM
:
Or via Yarn
:
Or check out the Github project page.
#
Start consuming APIIn order to get API key you'll need to register at ScrapingAnt Service
Usage of ScrapingAnt API client is quite straight forward, as it supports all the input and output describe at Request and response format page. Below you can find an example of it's usage:
Response will be returned in the described format as too:
warning
Javascript library automatically encodes JS snippet for you, so, please, avoid encoding on your side.
#
API referenceAll the additional info can be found at the ScrapingAnt Javascript client page.
#
Issues and trackingIn order to help us improving our service, please, don't hesitate to create an issue or feature request at Github