Scrappa Google Search avatar

Scrappa Google Search

Pricing

Pay per usage

Go to Apify Store
Scrappa Google Search

Scrappa Google Search

Scrape Google Search results at scale. Extract organic results, knowledge panels, related searches, People Also Ask, local results, and more. Supports geo-targeting, language settings, 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

3 days ago

Last modified

Share

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

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")
google_domainstringNoGoogle domain to query (e.g., "google.com", "google.de")
startintegerNoPagination offset (0, 10, 20...)
amountintegerNoNumber of results (1-100, default: 10)
safestringNoSafe Search setting (off or active)
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.