Google Search
by devisty
Run real Google searches programmatically. Get clean, structured JSON results for SEO tracking, brand monitoring, or market research without getting blocked.
Opens on Apify.com
About Google Search
Need to pull live data from Google without getting blocked? I've been there. This actor is essentially a programmable search engine—it runs real Google searches and hands you the structured results as clean JSON. It handles the messy parts like executing queries, managing headless browsers, and rotating proxies, so you can focus on using the data. I use it for tracking search rankings for my clients, monitoring brand mentions, or gathering SERP data for content research. It’s reliable for one-off checks and scales up for ongoing monitoring jobs. If you're tired of wrestling with rate limits and CAPTCHAs when scraping Google manually, this automates the whole process.
What does this actor do?
Google Search is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Google Search Actor
Scrape Google search results in real-time through an API. This actor returns structured data including organic results, ads, knowledge panels, and related queries.
Key Features
- Real-time results: Fetches current Google search data, not cached or delayed
- Structured output: Returns JSON with parsed search elements:
- Organic results (title, URL, snippet, position)
- Paid ads and shopping results
- Knowledge panels and featured snippets
- Related searches and "people also ask" questions
- Customizable searches: Supports location, language, and device type simulation
- Pagination: Automatically handles multiple search results pages
- Proxy support: Built-in proxy rotation to avoid blocks
How to Use
Run the actor via Apify API, Apify Console, or schedule regular crawls.
Basic API call:
curl "https://api.apify.com/v2/acts/apify~google-search/run-sync?token=YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"queries": ["web scraping tools"]}'
Using Apify SDK (JavaScript):
const results = await apify.call('apify/google-search', {
queries: ['latest AI developments'],
maxPagesPerQuery: 3,
countryCode: 'US'
});
Configure runs in Apify Console by setting input parameters and selecting proxies.
Input/Output
Input configuration (main fields):
- queries: Array of search strings (required)
- maxPagesPerQuery: Results pages per query (default: 1)
- countryCode: Two-letter country code for localized results (e.g., "FR")
- languageCode: Language for results (e.g., "lang_en")
- mobileResults: Boolean to simulate mobile device
Output structure:
Each search result includes:
- query: The original search term
- organicResults: Array of standard search results with positions 1-N
- paidResults: Ads and sponsored listings
- knowledgePanel: Extracted entity information if present
- relatedQueries: Suggested searches from Google
- peopleAlsoAsk: Expanded Q&A sections
Example result object:
{
"query": "web scraping",
"organicResults": [
{
"title": "What Is Web Scraping?",
"url": "https://example.com/web-scraping",
"snippet": "Web scraping is data extraction from websites...",
"position": 1
}
],
"searchMetadata": {
"totalResults": "About 100,000,000 results",
"timeTaken": 0.45
}
}
Find the actor at: https://apify.com/apify/google-search?fpr=python_automation
View full documentation at: https://docs.apify.com/actors/examples/google-search
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Google Search now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- devisty
- Pricing
- Paid
- Total Runs
- 4,034,525
- Active Users
- 252
Related Actors
Web Scraper
by apify
Cheerio Scraper
by apify
Website Content Crawler
by apify
Legacy PhantomJS Crawler
by apify
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support