VOOZH about

URL: https://apify.com/mostafa-ennadi/google-keyword-scraper-volume-cpc-intent

⇱ Google Keyword Scraper - Volume, CPC & Intent Β· Apify


πŸ‘ Google Keyword Scraper - Volume, CPC & Intent avatar

Google Keyword Scraper - Volume, CPC & Intent

Pricing

from $1.00 / 1,000 keyword suggestions

Go to Apify Store

Google Keyword Scraper - Volume, CPC & Intent

$1.00 / 1,000 keyword suggestions. Get Google keyword suggestions with search volume, CPC, competition, and search intent. Bulk keyword research with country targeting and clean exports for SEO, Google Ads, and content planning.

Pricing

from $1.00 / 1,000 keyword suggestions

Rating

0.0

(0)

Developer

πŸ‘ mostafa ennadi

mostafa ennadi

Maintained by Community

Actor stats

1

Bookmarked

56

Total users

35

Monthly active users

a month ago

Last modified

Share

Get Google keyword suggestions with search volume, CPC, competition, and search intent data.

Pricing: $1.00 / 1,000 keyword suggestions

This Actor is built for SEO, Google Ads, PPC research, content planning, local SEO, lead generation, and keyword discovery.

It supports bulk seed keywords and localized Google country databases such as Google.com, Google.fr, Google.co.uk, Google.de, Google.es, Google.it, Google.co.ma, and more.


What this Actor does

This Actor takes one or more seed keywords and returns related Google keyword suggestions with useful SEO and advertising metrics.

For each keyword suggestion, you get:

  • Original seed keyword
  • Keyword suggestion
  • Selected Google country database
  • Monthly search volume
  • CPC
  • Competition
  • Informational intent
  • Navigational intent
  • Commercial intent
  • Transactional intent

Each keyword suggestion is saved as one dataset item, making it easy to export results as CSV, JSON, Excel, or use them through the Apify API.


Why this Actor is useful

Many keyword tools return only keyword suggestions and basic metrics.

This Actor also includes search intent signals, which help you understand why people search for a keyword.

Search intent can help you decide whether a keyword is better for:

  • SEO landing pages
  • Blog articles
  • Google Ads campaigns
  • Local service pages
  • Lead generation pages
  • Commercial comparison pages
  • Transactional β€œready to buy” pages

Search intent explained

Each keyword can include four intent signals:

IntentMeaningExample
informationalIntentThe user wants informationhow to create ai video
navigationalIntentThe user is looking for a brand, website, or known toolsynthesia ai video generator
commercialIntentThe user is researching before buying or choosingbest ai video generator
transactionalIntentThe user is close to taking action, buying, signing up, or requesting a servicefree ai video generator

For SEO, PPC, and lead generation, commercial and transactional intent keywords are often the most valuable.


Input

country

Select the Google country database used for localized keyword data.

Examples:

"Google.com"
"Google.fr"
"Google.co.uk"
"Google.de"
"Google.es"
"Google.it"
"Google.co.ma"

keywords

List of seed keywords.

Example:

[
"ai video generator",
"email marketing software",
"plombier paris"
]

max_keyword_suggestions

Maximum keyword suggestions returned per seed keyword.

  • Minimum: 10
  • Maximum: 1000
  • Default: 1000

Example:

If you enter 10 seed keywords and set max_keyword_suggestions to 100, the Actor can return up to 1,000 keyword suggestions.


Example input

{
"country":"Google.com",
"keywords":[
"ai video generator"
],
"max_keyword_suggestions":10
}

Example raw API response

The internal API groups keyword suggestions under each seed keyword. For example, one seed keyword can return many suggestions:

[
{
"ok":true,
"status":200,
"keyword":"ai video generator",
"search_engine":"Google.com",
"payload":{
"search_term":"ai+video+generator",
"search_engine":"Google.com"
},
"suggestions_count":10,
"total_suggestions_available":421,
"max_keyword_suggestions":10,
"data":{
"meta":{
"tunnel":true,
"path":"live-tools/keyword-research/similar-keywords"
},
"data":{
"results":{
"ai video generator":{
"search_volume":246000,
"competition":0.42,
"cpc":0.81,
"intents":{
"informational":35,
"navigational":0,
"commercial":0,
"transactional":45
}
},
"ai video generators":{
"search_volume":165000,
"competition":0.44,
"cpc":3,
"intents":{
"informational":0,
"navigational":0,
"commercial":33,
"transactional":53
}
},
"ai videogenerator":{
"search_volume":110000,
"competition":0.53,
"cpc":0.54,
"intents":{
"informational":0,
"navigational":0,
"commercial":33,
"transactional":52
}
},
"free ai video generator":{
"search_volume":74000,
"competition":0.64,
"cpc":0.71,
"intents":{
"informational":58,
"navigational":0,
"commercial":0,
"transactional":31
}
},
"ai video generator free":{
"search_volume":18100,
"competition":0.6,
"cpc":2.05,
"intents":{
"informational":0,
"navigational":48,
"commercial":41,
"transactional":31
}
},
"ai video maker":{
"search_volume":18100,
"competition":0.56,
"cpc":0.6,
"intents":{
"informational":0,
"navigational":46,
"commercial":0,
"transactional":39
}
},
"synthesia ai video generator":{
"search_volume":14800,
"competition":0,
"cpc":0.66,
"intents":{
"informational":0,
"navigational":0,
"commercial":0,
"transactional":72
}
},
"text to videos ai":{
"search_volume":12100,
"competition":0.57,
"cpc":0.57,
"intents":{
"informational":33,
"navigational":58,
"commercial":0,
"transactional":0
}
},
"best ai video generator":{
"search_volume":12100,
"competition":0.73,
"cpc":6.56,
"intents":{
"informational":0,
"navigational":0,
"commercial":0,
"transactional":59
}
},
"best ai video generators":{
"search_volume":12100,
"competition":0.72,
"cpc":6.42,
"intents":{
"informational":0,
"navigational":0,
"commercial":38,
"transactional":56
}
}
}
}
}
}
]

Example Apify dataset output

In the Apify dataset, the Actor saves each keyword suggestion as a separate row.

Example dataset item:

{
"seedKeyword":"ai video generator",
"keyword":"ai video generator",
"searchEngine":"Google.com",
"searchVolume":246000,
"cpc":0.81,
"competition":0.42,
"informationalIntent":35,
"navigationalIntent":0,
"commercialIntent":0,
"transactionalIntent":45
}

Another dataset item:

{
"seedKeyword":"ai video generator",
"keyword":"best ai video generator",
"searchEngine":"Google.com",
"searchVolume":12100,
"cpc":6.56,
"competition":0.73,
"informationalIntent":0,
"navigationalIntent":0,
"commercialIntent":0,
"transactionalIntent":59
}

Output fields

FieldDescription
seedKeywordOriginal keyword submitted by the user
keywordKeyword suggestion returned by the Actor
searchEngineSelected Google country database
searchVolumeEstimated monthly search volume
cpcEstimated cost per click
competitionKeyword competition score
informationalIntentInformational search intent score
navigationalIntentNavigational search intent score
commercialIntentCommercial search intent score
transactionalIntentTransactional search intent score

Common use cases

SEO keyword research

Find keyword ideas for landing pages, blog posts, and SEO content.

{
"country":"Google.com",
"keywords":["ai video generator"],
"max_keyword_suggestions":100
}

Local SEO

Find localized service keywords for cities and local businesses.

{
"country":"Google.fr",
"keywords":[
"plombier paris",
"serrurier lyon",
"electricien marseille"
],
"max_keyword_suggestions":100
}

Google Ads and PPC research

Find keywords with CPC, competition, and commercial or transactional intent.

{
"country":"Google.co.uk",
"keywords":["emergency plumber london"],
"max_keyword_suggestions":50
}

Content planning

Find informational keywords for blog posts and guides.

{
"country":"Google.com",
"keywords":["how to create ai video"],
"max_keyword_suggestions":100
}

Pricing

This Actor is priced per keyword suggestion returned.

$1.00 / 1,000 keyword suggestions

Example:

If you submit 10 seed keywords and the Actor returns 1,000 keyword suggestions in total, you are charged for 1,000 results.

The price is based on output results, not the number of seed keywords submitted.


Notes

  • One dataset item = one keyword suggestion.
  • max_keyword_suggestions is applied per seed keyword.
  • Results are localized based on the selected Google country database.
  • Empty or invalid seed keywords are ignored.
  • Duplicate seed keywords are automatically removed.
  • The Actor is optimized for bulk keyword research and clean dataset exports.

Best practices

For better results:

  • Use short seed keywords.
  • Use service + city combinations for local SEO.
  • Use commercial terms if you want lead-generation keywords.
  • Use informational phrases if you want blog topic ideas.
  • Start with max_keyword_suggestions set to 50 or 100 for testing.
  • Use 1000 when you need full keyword expansion.

Examples of good seed keywords:

ai video generator
best ai video generator
free ai video generator
plombier paris
serrurier marseille
email marketing software
best CRM tools
emergency plumber london

Summary

Google Keyword Scraper - Volume, CPC & Intent helps you discover keyword ideas with useful SEO and PPC metrics.

It is useful for:

  • SEO agencies
  • PPC specialists
  • Content marketers
  • Local SEO websites
  • Lead generation businesses
  • Market research
  • Keyword database building

Export clean keyword suggestions with search volume, CPC, competition, and search intent in minutes.

You might also like

Google Keyword Research Tool

powerai/google-keyword-research-tool

Scrape keyword research data including search volume, CPC, and competition metrics from Google.

Google Keyword Data Extractor bulk

iskander/google-keyword-search-volume-api

Get google keywords metrics, extract search volume, cost per click (CPC) and competition

πŸ‘ User avatar

Iskandar Souissi

353

1.0

Free Keyword Research Tool for SEO β€” Volume + CPC

s-r/google-keywords

Free keyword research tool for SEO. Combines Google Autocomplete with monthly search volume, CPC, SEO difficulty, paid difficulty, and search intent classification for any seed keyword in 50+ countries and languages.

Google Keyword Finder

dxbear/google-keyword-finder

Find profitable keywords in seconds with our lightning-fast Google keyword research tool. Get search volume, competition data, and CPC insights for any niche.

Google Keyword Suggestions Scraper

powerai/google-keywords-suggest-scraper

Get Google keyword suggestions and insights including search volume, competition level, and bid estimates for any keyword.

Semrush Keyword Magic Tool

burbn/semrush-keyword-magic-tool

Extract Semrush Keyword Magic Tool keyword ideas and variations into a clean dataset. Get average monthly search volume, Low/High CPC, competition level & index, search intent + confidence, SERP feature type, monetization score, and monthly search trends. Perfect for SEO keyword research.

Semrush Keyword Overview

burbn/semrush-global-keyword-scraper

Scrape Semrush Global keyword data: search volume by country, CPC, KD%, and intent with trends. Perfect for international SEO and global keyword research.

Keyword Research Tool: Search Volume, CPC & Keyword Ideas

santhej/keyword-research-tool

Bulk keyword research: accurate Google search volume, CPC, competition & thousands of keyword ideas for any seed or market. Clean JSON/CSV for SEO, PPC & content. Up to 5,000 keywords/run, 190+ countries. No subscriptions, no API keys.

πŸ‘ User avatar

Santhej Kallada

10

5.0

Google Keyword Planner MCP

smacient/google-keyword-planner-mcp

A comprehensive Google Keyword Planner MCP Actor that provides keyword research, search volume analysis, and location-based targeting using Google's official data. Ideal for SEO professionals, digital marketers, and content creators seeking data-driven keyword strategies.

πŸ‘ User avatar

Tacheon Digital

395

2.8

semrush keyworlds scraper

marceli/semrush-keyworlds-scraper

Keyword Insight Pro is a powerful data enrichment tool designed to enhance your keyword research process. By seamlessly scraping data from SEMrush, it provides in-depth insights into your target keywords, including search volume, competition, and trends.

πŸ‘ User avatar

Data_Scraper_Pro Marcel

69