Keyword Discovery — Autocomplete, PAA & Related Searches avatar

Keyword Discovery — Autocomplete, PAA & Related Searches

Pricing

Pay per usage

Go to Apify Store
Keyword Discovery — Autocomplete, PAA & Related Searches

Keyword Discovery — Autocomplete, PAA & Related Searches

Scrapes Google Autocomplete suggestions (with a-z expansion), People Also Ask questions, and Related Searches for any seed keyword. Returns structured keyword ideas with source labels. No search volume or keyword difficulty — pure discovery. $0.003/query.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Manchitt Sanan

Manchitt Sanan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Discover keyword ideas from three Google sources using a single seed keyword. No paid API keys needed.

What It Returns

  • Autocomplete suggestions — Google's type-ahead predictions, including a-z letter expansion (e.g., "seed a", "seed b", ...) for broader coverage
  • People Also Ask (PAA) questions — Questions Google surfaces in the "People also ask" SERP feature
  • Related Searches — Terms from the "Related searches" section at the bottom of Google results

Quick Start

{
"keywords": ["best web scraper 2026"],
"expandAlphabet": true,
"dryRun": false
}

Input

FieldTypeRequiredDefaultDescription
keywordsstring[]YesSeed keywords to expand
expandAlphabetbooleanNotrueAppend a-z to seed for deeper autocomplete discovery
dryRunbooleanNofalseLog what would be done without fetching data

Output Example

{
"seed": "best web scraper 2026",
"autocomplete": [
"best web scraper 2026 free",
"best web scraper 2026 reddit",
"best web scraper for beginners",
"best web scraper chrome extension"
],
"peopleAlsoAsk": [
"What is the best web scraper in 2026?",
"Is web scraping legal?",
"What is the easiest web scraper to use?"
],
"relatedSearches": [
"web scraper tools",
"free web scraping software",
"python web scraper"
],
"totalDiscovered": 10
}

Pricing

$0.003 per seed keyword processed (pay-per-event via Apify platform charging).

Free tier limit: 0 (all usage is charged).

Limitations

  • No search volume data — this actor discovers keywords, it does not estimate monthly search volume (that requires paid APIs like SEMrush, Ahrefs, or Google Ads API)
  • No keyword difficulty (KD) — same reason; KD scoring requires backlink/SERP analysis APIs
  • Google may block requests — from datacenter IPs, Google may return CAPTCHAs or empty results. The actor handles this gracefully and returns whatever data it gets
  • PAA and Related Searches extraction is regex-based — Google changes its HTML structure frequently; results may vary

Tue Apr 14 22:51:12 IST 2026