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
/
api
/
scrapers
/
leads-generator
/
google
/
create-and-run
Authorizations
Authorization
string
headerrequiredYou 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
name
string
requiredThe name of the scraping task.
search_type
enum<string>
requiredThe search type. It can be either 'url' or 'keywords'.
Available options:
url
, keywords
keywords
string
Keywords to search. Required if the search type is 'keywords'.
url
string
URL to search. Required if search type is 'url'.
limit_pages
integer
requiredLimit the number of pages to scrape.
Response
200 - application/json
message
string
scraper
object
results
object[]