Google Search Scraper
Pricing
from $5.00 / 1,000 results
Google Search Scraper
Fastest real-time Google Search scraper! Extract organic results, AI Overviews (SGE), community answers, and snippets. Supports city-level localization, time filters, and mobile/desktop emulation. Perfect for SEO tracking and SERP analysis.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Kevin
Actor stats
0
Bookmarked
3
Total users
1
Monthly active users
11 days ago
Last modified
Categories
Share
π Google Search Scraper
Scrape real-time Google Search results! Extract organic results, AI overviews, snippets, and more from Google Search. Get titles, URLs, snippets, sources, dates, and ranking positions for any search query. Filter by country, language, and number of results. Perfect for SEO research, SERP analysis, competitor monitoring, and market intelligence!
π Table of Contents
- β¨ Key Features
- π Input Parameters
- π€ Output Data Structure
- π‘ Usage Examples
- π― Use Cases
- β Frequently Asked Questions
- π¬ Support
- π·οΈ Tags
β¨ Key Features
| Feature | Description |
|---|---|
| π Organic Results | Extract title, URL, snippet, and position for every search result |
| π Source Info | Get the source website name and displayed link for each result |
| π Date Extraction | Capture publication dates when available |
| π€ AI Overviews | Extract Google's AI-generated summaries with reference links |
| π¬ Community Answers | Get answer counts and top answers from Reddit, Quora, StackExchange |
| π Country Filtering | Localize results to any country with ISO country codes |
| π£οΈ Language Support | Search in any language using ISO language codes |
| π City-Level Location | Specify city-level location for precise local results |
| β±οΈ Time Filtering | Filter results by time period (hour, day, week, month, year) |
| π± Device Emulation | Get desktop or mobile search results |
| π’ Custom Result Count | Request 1-100 results per search |
| π Pagination | Navigate through search result pages |
| π¬ Video Thumbnails | Get base64 encoded thumbnails for video results |
| π« Auto-Correct Control | Disable Google's spelling auto-correction |
π Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| q | String | β Yes | - | Google search query (same as what you'd type in Google) |
| start | Integer | β No | 0 | Starting position (0 for page 1, 10 for page 2, 20 for page 3, etc.) |
| num | Integer | β No | 10 | Number of results to return (1-100). Every 10 results = 1 credit |
| gl | String | β No | us | Two-letter ISO country code (us, gb, de, in, etc.) |
| hl | String | β No | en | Two-letter ISO language code (en, de, es, fr, etc.) |
| location | String | β No | - | City-level location (e.g., "London, England, United Kingdom") |
| lr | String | β No | - | Language restrict filter (e.g., "lang_fr" or "lang_fr|lang_de") |
| tbs | String | β No | - | Time-based filter: qdr:h (hour), qdr:d (day), qdr:w (week), qdr:m (month), qdr:y (year) |
| nfpr | Enum | β No | 0 | Disable auto-correction: 0 = enabled, 1 = disabled |
| device | Enum | β No | desktop | Device type: desktop or mobile |
| fetchAiOverviews | Boolean | β No | false | Include Google's AI-generated overview in results |
| returnVideoThumbnail | Boolean | β No | false | Return base64 encoded video thumbnails |
Search Query Examples
β "how to build a website"β "best programming languages 2025"β "climate change effects"β "site:github.com machine learning"β "intitle:tutorial python web scraping"β "\"exact phrase\" search example"
Supported Countries
Use ISO 3166-1 alpha-2 country codes:
us- United Statesgb- United Kingdomde- Germanyin- Indiaca- Canadaau- Australiafr- Francees- Spainjp- Japanbr- Brazil- And 200+ more...
π€ Output Data Structure
Each extracted search result contains comprehensive information organized into categories:
Core Result Data
| Field | Type | Description |
|---|---|---|
position | Number | Position in search results |
rank | Number | Rank/ranking of the result |
title | String | Title of the search result |
url | String | Full URL of the result page |
displayedLink | String | Displayed/shortened link as shown by Google |
snippet | String | Description snippet shown in search results |
source | String | Source website name |
date | String | Publication date (when available) |
Community/Q&A Data
| Field | Type | Description |
|---|---|---|
answersCount | String | Number of answers (Reddit, Quora, etc.) |
topAnswer | String | Preview of the top/best answer |
AI Overview Data (First Result Only)
| Field | Type | Description |
|---|---|---|
aiOverviewText | String | Full AI-generated overview text |
aiReferenceLinks | String | Reference links used by AI overview |
aiReferenceLinksArray | Array | Structured array of reference links with title, URL, source, date |
Search Metadata
| Field | Type | Description |
|---|---|---|
searchQuery | String | The original search query used |
searchCountry | String | Country code used for the search |
searchLanguage | String | Language code used for the search |
π‘ Usage Examples
Example 1: Basic Search
Search for a topic with default settings:
{"q": "how to build a website","gl": "us","hl": "en"}
Example 2: More Results
Get 50 results for a broader search:
{"q": "best programming languages 2025","num": 50,"gl": "us","hl": "en"}
Example 3: Page 2 Results
Get the second page of results:
{"q": "machine learning tutorials","start": 10,"num": 10,"gl": "us","hl": "en"}
Example 4: Localized Search
Search in German for Germany-specific results:
{"q": "beste Restaurants Berlin","gl": "de","hl": "de"}
Example 5: Exact Search (No Auto-Correct)
Search for an exact term without Google correcting it:
{"q": "progrmming lanuages","nfpr": "1","gl": "us","hl": "en"}
Example 6: With AI Overview
Search with Google's AI-generated overview:
{"q": "climate change effects 2025","fetchAiOverviews": true,"num": 20,"gl": "us"}
Example 7: Time-Filtered Search
Get only results from the past week:
{"q": "breaking news technology","tbs": "qdr:w","gl": "us","hl": "en"}
Example 8: City-Level Local Search
Search with precise city-level location:
{"q": "best restaurants near me","location": "London, England, United Kingdom","gl": "gb","hl": "en"}
Example 9: Mobile Search Results
Get mobile-specific search results:
{"q": "app development frameworks","device": "mobile","gl": "us","hl": "en"}
Example 10: Language-Restricted Search
Get results only in French and German:
{"q": "artificial intelligence","lr": "lang_fr|lang_de","gl": "us","hl": "en"}
π― Use Cases
π SEO Research & Analysis
- SERP Tracking - Monitor search engine result pages for target keywords
- Keyword Research - Discover what ranks for specific search queries
- Competitor Analysis - Track competitor rankings across search terms
- Content Gap Analysis - Find topics your competitors rank for but you don't
π Market Intelligence
- Trend Analysis - Track search results for emerging trends and topics
- Brand Monitoring - Monitor brand mentions across search results
- Industry Reports - Gather comprehensive data for industry research
- Product Research - Analyze search results for product-related queries
π Content Marketing
- Content Ideas - Find popular content topics and formats
- Source Discovery - Identify authoritative sources in your niche
- Snippet Optimization - Analyze successful snippets for optimization
- AI Overview Analysis - Understand what triggers AI overviews
π’ Business Intelligence
- Lead Generation - Find businesses ranking for industry keywords
- Directory Building - Create curated link lists for any topic
- Resource Compilation - Gather relevant resources and references
- Citation Building - Find citation sources and reference materials
π€ Automation & Integration
- Automated Reports - Schedule regular SERP reports
- Data Pipelines - Feed search data into analytics platforms
- Monitoring Alerts - Set up ranking change notifications
- API Integration - Use with Apify API for custom workflows
β Frequently Asked Questions
General Questions
Q: What is Google Search Scraper?
A: A powerful Apify actor that extracts real-time Google Search results including organic listings, AI overviews, snippets, source information, community answers, and ranking positions for any search query.
Q: How many results can I get per search?
A: You can request up to 100 results per search using the num parameter. For more results, use pagination with the start parameter.
Q: Is this scraper free to use?
A: The actor runs on the Apify platform. You'll need an Apify account and will be charged based on platform usage (compute units).
Q: What data format does it output?
A: Data is exported in JSON, CSV, Excel, HTML, or XML format through Apify's dataset storage.
Search Questions
Q: Can I use Google search operators?
A: Yes! You can use operators like site:, intitle:, exact phrase with quotes, exclusion with -, and more.
Q: Can I search in different countries?
A: Yes, use the gl parameter with any ISO country code (e.g., "de" for Germany, "jp" for Japan, "br" for Brazil).
Q: Can I search in different languages?
A: Yes, use the hl parameter with the ISO language code (e.g., "en" for English, "de" for German, "es" for Spanish).
Q: How do I get more than 10 results?
A: Set the num parameter to your desired count (up to 100), or use pagination by incrementing the start parameter by 10 for each page.
Data Questions
Q: What is the AI Overview?
A: Google's AI overview is an AI-generated summary that appears at the top of some search results. When available, our scraper extracts the full text and reference links.
Q: Do I get community answers?
A: Yes! For results from platforms like Reddit, Quora, and StackExchange, we extract the answer count and top answer preview.
Q: What's the difference between position and rank?
A: Both represent the ordering of results. Position is the sequential number, while rank is the ranking value from the search engine.
Technical Questions
Q: How long does it take to run?
A: Typically 3-10 seconds per search query.
Q: What if no results are found?
A: The scraper will return a record indicating no results were found for your search query.
Q: Can I schedule regular runs?
A: Yes, use Apify's scheduler feature to run the actor at specific intervals (hourly, daily, weekly).
Export & Integration
Q: What file formats are supported?
A: JSON, CSV, Excel (XLSX), HTML, XML, and RSS feed formats.
Q: Can I integrate this with other tools?
A: Yes, use Apify's API or webhooks to integrate with your tools, dashboards, and workflows.
Q: How do I download the extracted data?
A: Data is automatically saved to Apify dataset. You can download it from the platform or access via API.
π¬ Support
Need Help?
- π§ Issues - Report bugs through Apify platform
- π‘ Feature Requests - Submit enhancement suggestions
- π€ Community - Join Apify community for discussions
Troubleshooting
| Issue | Solution |
|---|---|
| "No results found" | Try broader search terms or different search query |
| Rate limit errors | The actor automatically handles this with retry logic |
| Invalid country code | Use ISO 3166-1 alpha-2 codes (us, gb, de, etc.) |
| Empty dataset | Check if your search query is valid |
| No AI overview | Not all queries trigger AI overviews β this is normal |
π·οΈ Tags
google search scraper, google scraper, search engine scraper, SERP scraper, google search api, search results scraper, SEO tool, SERP analysis, keyword research, google organic results, AI overview scraper, google snippet extractor, search ranking tracker, competitor analysis, market research, brand monitoring, content research, web search api, search data extractor, google search results, search engine data, SEO research, search analytics, google SERP data, organic search data, search position tracker, google AI overview, community answers scraper, reddit answers, quora answers, stackoverflow answers
π Dataset Views
The actor provides 5 organized table views for easy data analysis:
- π Search Overview - Quick summary with position, title, URL, snippet, source, and date
- π Detailed Results - Comprehensive data with rank, displayed link, answers, and community content
- π URLs & Links - Clean URL data with position, title, URL, displayed link, and source
- π¬ Community Results - Focus on Q&A results from Reddit, Quora, StackExchange with answers
- π€ AI Overview - Google's AI-generated overview text and reference links
π Get Started Now
Ready to scrape Google Search results?
- π Enter your search query (e.g., "best programming languages 2026")
- βοΈ Configure options (country, language, result count, AI overview)
- βΆοΈ Click Start to run the actor
- π₯ Download your search data in JSON, CSV, Excel, or HTML format
- Click "Try for free" to test the actor
β If this actor helps your workflow, please give it a star!
Made with β€οΈ for Apify Platform | Built with β€οΈ by Kevin
π₯ Start scraping Google Search results today! | View All Actors

