Every request to the Scraping Robot API should contain an access token. If a user does not pass the token or it is invalid - Scraping Robot will respond with status 401 (Unauthorized).

The token can be passed in two ways:

  • As a query-parameter:

    • ?token=
  • In the Authorization header (bearer authentication):

    • Authorization: Bearer

Note: To receive your Scraping Robot API access token you must register an account at https://dashboard.scrapingrobot.com/sign-up.