Realtime Google Search - Google SERP scraper avatar
Realtime Google Search - Google SERP scraper
Under maintenance

Pricing

$25.00/month + usage

Go to Apify Store
Realtime Google Search - Google SERP scraper

Realtime Google Search - Google SERP scraper

Under maintenance

Developed by

Camp8 fr0

Camp8 fr0

Maintained by Community

Realtime Google SERP scraper that delivers live search results instantly. Use this Apify actor to extract organic Google search data — titles, URLs, snippets, and ranks in realtime. Perfect for SERP monitoring, SEO research, and live search analysis.

0.0 (0)

Pricing

$25.00/month + usage

0

1

1

Last modified

4 days ago

This Apify actor lets you query Google Search in realtime and returns clean organic results only.


🚀 Features

  • Extract organic Google search results with full support for advanced search operators.
  • Supports all parameters:
    • q (required) – Search query, supports site:, intitle:, inurl:, etc.
    • num – Maximum results (min 10, max 100)
    • start – Pagination offset
    • gl – Country/region (ISO 3166-1 alpha-2)
    • hl – Language (ISO 639-1)
    • location – Geographic location for search
    • devicedesktop or mobile
    • fetch_ai_overviews – Include AI overviews if available
    • tbs – Advanced Google search parameters
    • nfpr – Auto-correction handling (0 include, 1 exclude)
    • lr – Language restrictions (lang_{code}|lang_{code})
    • return_organic_result_video_thumbnail – Base64 video thumbnails
  • Ideal for SERP monitoring, SEO research, keyword tracking, competitor analysis, and live search analytics.

📥 Input Example

{
"q": "forest",
"num": 20,
"start": 0,
"gl": "us",
"hl": "en",
"location": "New York, USA",
"device": "desktop",
"fetch_ai_overviews": false,
"tbs": "",
"nfpr": "0",
"lr": "lang_en",
"return_organic_result_video_thumbnail": false
}```
## 📤 Output Example
Each dataset item represents one organic result:
```json
{
"title": "Forest - Stay focused, be present",
"url": "https://www.forestapp.cc/",
"snippet": "Forest is an app that helps you stay focused...",
"source": "Forest App",
"displayed_link": "https://www.forestapp.cc",
"position": 1,
"rank": 1,
...
}```