ScrAPI logo

Playground

Test drive all the features and generate the code for your own project.

The target URL to scrape for content (required)

Browser Options

Use a headless browser if you need to execute Javascript

Enable if you want to use a real browser to make the request

Enable if you want to automatically detect and solve any captchas

Enable to accept or reject popup dialogs when using browser commands

Proxy Options

Use a proxy to rotate your IP address and change your geographic location

Optionally select the type of the proxy to use for the scrape request

Request / Response Options

Select the request method to use on the target URL

Select the response format from the API call

Advanced Options

Optionally provide a session identifier to store cookies and use sticky IP addresses

Optional webhook URL that will be called when the scraping operation is complete (POST)

Request

curl --location 'https://api.scrapi.tech/v1/scrape'
--header 'Content-Type: application/json'
--header 'X-API-KEY: 00000000-0000-0000-0000-000000000000'
--data '{
  "url": "",
  "useBrowser": false,
  "solveCaptchas": false,
  "acceptDialogs": false,
  "browserCommands": null,
  "proxyType": null,
  "proxyCountry": null,
  "customProxyUrl": null,
  "requestMethod": "GET",
  "requestBodyBase64": null,
  "responseFormat": "JSON",
  "cookies": {},
  "headers": {},
  "callbackUrl": null,
  "sessionId": null
}'

The playground (no API key) is limited to one concurrent call and twenty free calls per day with minimal queuing capabilities.