Query Parameters
Getting Started
ScrapeAutomate is one of the easiest scraping tools available on the web. To get started with scraping, you only need two things:- Your unique
api_key - The
Encoded URLof the web page you want to scrape.
You can get your API key after creating an account on
ScrapeAutomate.
API Key
Your unique API key is essential to authenticate every API request. After creating and verifying your account on ScrapeAutomate, your API key will be visible on the builder page as highlighted in the image below.
Code Example
URL
You must provide anencoded-URL to use ScrapeAutomate API. Encoding ensures that the URL is processed correctly by the API and that special characters (like spaces, question marks, and ampersands) do not cause issues.
You can use websites like urlencoder to easily encode your URLs.

url as shown below:
The
url parameter and api_key are both required. If any of these
parameters are missing, your request won’t be processed.Render
The render parameter is a boolean value that determines whether ScrapeAutomate should render javascript while scraping. Setting render totrue enables features like taking screenshots, blocking specific resources, form-filling, and clicking elements.
By default, the render parameter is set to
false. Note that launching a
browser consumes more ten times more credits.