Google Scraper
Create and run a leads generator scraper for Google platform
This endpoint allows you to create and run a leads generator scraper for Google based on URL / keywords.
POST
Authorizations
You can retrieve your token by visiting the API Tokens section inside your profile page or see https://docs.mrscraper.com/documentation/api-token for the details.
Body
application/json
The name of the scraping task.
Example:
"Google - MrScraper"
The search type. It can be either 'url' or 'keywords'.
Available options:
url
, keywords
Example:
"url"
Limit the number of pages to scrape.
Example:
1
Keywords to search. Required if the search type is 'keywords'.
Example:
"MrScraper"
URL to search. Required if search type is 'url'.
Example:
"https://mrscraper.com"