Google Search Scraper avatar
Google Search Scraper

Pricing

Pay per usage

Go to Apify Store
Google Search Scraper

Google Search Scraper

Scrape Google Search results at scale. Get organic results, knowledge panels, People Also Ask, related searches, and local results. Supports geo-targeting and pagination.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Scrappa

Scrappa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Share

Extract Google Search results at scale. Get organic results, knowledge panels, People Also Ask, related searches, local results, and more.

Features

  • Organic Results - Title, URL, snippet, and position for each result
  • Knowledge Graph - Rich information panels for entities
  • People Also Ask - Related questions and answers
  • Related Searches - Suggested search queries
  • Local Results - Business listings with maps data
  • Inline Content - Videos, images, and other embedded results
  • Geo-targeting - Search from any location worldwide
  • Language Support - Interface and results in any language
  • Pagination - Retrieve multiple pages of results

Input

FieldTypeRequiredDescription
querystringYesSearch query
locationstringNoLocation for geo-targeted results (e.g., "New York, NY")
glstringNoCountry code (e.g., "us", "uk", "de")
hlstringNoLanguage code (e.g., "en", "de", "es")
startintegerNoPagination offset (0, 10, 20...)
amountintegerNoNumber of results (1-100, default: 10)
tbsstringNoTime filter (qdr:h, qdr:d, qdr:w, qdr:m, qdr:y)
tbmstringNoSearch type (nws, vid, isch, shop)

Output

Dataset (Organic Results)

Each organic result is saved to the dataset:

{
"position": 1,
"title": "Example Title",
"link": "https://example.com/page",
"displayed_link": "example.com › page",
"snippet": "Description text from the search result...",
"source": "example.com"
}

Key-Value Store (Full Response)

The complete response is saved to the OUTPUT key, including:

{
"search_information": {
"query_displayed": "your search query",
"total_results": 1000000
},
"organic_results": [...],
"related_searches": [
{ "query": "related query", "link": "https://..." }
],
"related_questions": [...],
"knowledge_graph": {...},
"local_results": {...},
"inline_videos": [...],
"inline_images": [...]
}

Example

{
"query": "best pizza in chicago",
"location": "Chicago, IL, USA",
"gl": "us",
"hl": "en",
"amount": 20
}

Pricing

$0.30 per 1,000 results. No additional API keys required.

Support

For issues or questions, contact us through Apify.