The Google SERP Scraper extracts search result data from Google — including titles, URLs, snippets, and more. It supports multiple keywords and a specified location.
The scraper runs asynchronously and returns a jobId
, which you can use to poll for results or receive updates via a webhook.
List of search queries, like “best running shoes” or “top tech blogs”
Google canonical location string, e.g. “United States”, “Germany”, “New York, NY”
Receive real-time updates when your scraper job starts, completes, or collects data.
Use the Results API to fetch your data using the jobId
, with support for polling and pagination.
Cancel an active scraper job early if it’s no longer needed or you want to save credits.
The Google SERP Scraper extracts search result data from Google — including titles, URLs, snippets, and more. It supports multiple keywords and a specified location.
The scraper runs asynchronously and returns a jobId
, which you can use to poll for results or receive updates via a webhook.
List of search queries, like “best running shoes” or “top tech blogs”
Google canonical location string, e.g. “United States”, “Germany”, “New York, NY”
Receive real-time updates when your scraper job starts, completes, or collects data.
Use the Results API to fetch your data using the jobId
, with support for polling and pagination.
Cancel an active scraper job early if it’s no longer needed or you want to save credits.