Google Search Results Scraper
Under maintenancePricing
from $1.00 / 1,000 results
Google Search Results Scraper
Under maintenanceScrape Google Search results by keyword. Extracts titles, links, and snippets from search engine results pages (SERPs). Input a query and max results count to get clean, structured JSON or CSV data — perfect for SEO rank tracking, keyword research, competitor analysis, and market research work.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Biddut Hossain
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape Google Search results by keyword and extract titles, links, and snippets from the search engine results pages (SERPs).
✨ Features
- 🔍 Search Google for any keyword or phrase
- 📄 Extracts title, URL, and snippet for each result
- ⚙️ Configurable number of results
- 💾 Outputs clean, structured data (JSON, CSV, Excel, etc.)
📥 Input
| Field | Type | Description | Default |
|---|---|---|---|
query | String | The search keyword/phrase to look up on Google | — (required) |
maxResults | Integer | Maximum number of results to scrape | 10 |
Example input
{"query": "best coffee shops in New York","maxResults": 10}
📤 Output
Each scraped result is pushed to the dataset in this format:
{"title": "Example Result Title","link": "https://example.com","snippet": "A short description of the search result..."}
You can export the dataset as JSON, CSV, Excel, XML, or HTML directly from the Apify platform.
▶️ How to use
- Open the Actor on Apify.
- Fill in your search
queryand (optionally)maxResults. - Click Start.
- View or download results from the Dataset tab.
⚠️ Limitations
- Google may block or rate-limit repeated automated requests (CAPTCHAs, IP bans).
- HTML structure of Google SERPs changes periodically — selectors may need updates.
- For higher reliability and scale, consider enabling Apify Proxy (residential proxies) and/or rendering pages with a headless browser.
🛠 Built With
📄 License
This Actor is provided as-is for educational and research purposes. Please review Google's Terms of Service before using this scraper.