Skip to main content

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 URL of 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. API Key Example

Code Example

Do not share your API key with anyone. Sharing your API key can lead to unauthorized access, unexpected charges, and potential security vulnerabilities.

URL

You must provide an encoded-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 Example After encoding the URL, pass it in the query parameter named 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 to true 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.