Google Search Results Scraper avatar

Google Search Results Scraper

Under maintenance

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Google Search Results Scraper

Google Search Results Scraper

Under maintenance

Scrape 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

Biddut Hossain

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

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

FieldTypeDescriptionDefault
queryStringThe search keyword/phrase to look up on Google— (required)
maxResultsIntegerMaximum number of results to scrape10

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

  1. Open the Actor on Apify.
  2. Fill in your search query and (optionally) maxResults.
  3. Click Start.
  4. 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.