SERP Search Scout — Who Ranks & Competitor Density avatar

SERP Search Scout — Who Ranks & Competitor Density

Pricing

$0.05 / actor start

Go to Apify Store
SERP Search Scout — Who Ranks & Competitor Density

SERP Search Scout — Who Ranks & Competitor Density

Search Google SERP and analyze competitor density. Extract organic results, featured snippets, and ranking data. Lightweight alternative for quick market validation checks.

Pricing

$0.05 / actor start

Rating

0.0

(0)

Developer

Valdeir Lima

Valdeir Lima

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 days ago

Last modified

Share

Google SERP Scraper — Search Results & Rank Tracking

Scrape search engine results pages (SERP) from Google and DuckDuckGo. For any query you get the organic results: title, URL, snippet and rank position. Use it for rank tracking, competitor density analysis, keyword research and commercial-intent discovery.

What this SERP scraper does

  • Runs any list of search queries
  • Returns organic results with position, title, URL and snippet
  • DuckDuckGo engine by default (reliable, no proxy needed)
  • Optional Google engine (via residential Apify Proxy)
  • Localize results by region/country

Use cases

  • Rank tracking — see who ranks for your target keywords
  • Competitor density — measure how crowded a keyword's first page is
  • SEO research — collect titles and snippets for content gap analysis
  • Lead & market research — find the players in any niche or geo
  • Commercial intent — spot "best X", "X alternative", "X pricing" queries

Input

FieldTypeDefaultDescription
queriesarraySearch queries
enginestringduckduckgoduckduckgo (reliable) or google (needs proxy)
maxResultsinteger20Max results per query
regionstringus-enLocale, e.g. us-en, de-de, fr-fr
useProxybooleanfalseResidential proxy (required for Google)

Example input

{
"queries": ["best marketing automation for agencies"],
"engine": "duckduckgo",
"maxResults": 20,
"region": "us-en"
}

Output

{
"position": 3,
"title": "15+ Best Marketing Automation Tools for Agencies",
"url": "https://example.com/blog/best-marketing-automation",
"snippet": "Compare the top marketing automation platforms...",
"query": "best marketing automation for agencies",
"engine": "duckduckgo"
}

FAQ

Which engine should I use? DuckDuckGo is reliable with no proxy. Use Google when you specifically need Google's ranking (enable useProxy).

Can I track rankings over time? Yes — schedule the actor and store positions per query.

Does it support other countries? Yes — set region (e.g. de-de, fr-fr).