Get official Google Ads monthly search volume, competition, and CPC bid ranges for any keyword list. Try free — pay per generation, no subscription.
About this model
Keywords Search Volume returns official Google Ads monthly search volume, competition level, and low/high CPC bid ranges for a batch of keywords in a single call. Because the numbers come straight from Google Ads rather than a third-party estimate, they match what advertisers see in their own Ads account, making this endpoint useful for validating keyword lists before committing budget. Results include up to 12 months of historical monthly search volume alongside the current snapshot, so you can spot seasonality before building a campaign or content calendar.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.005 per batch | Official Google Ads search volume, competition, and CPC data for up to 100 keywords per call. |
| Fal.ai | Not available | Not offered as a standalone API. |
| Replicate | Not available | Not offered as a standalone API. |
Official Google Ads search volume, competition, and CPC data for up to 100 keywords per call.
Not offered as a standalone API.
Not offered as a standalone API.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Keywords | array | List of keywords to get Google Ads search volume for. | seo,keyword research |
| Location | Enum (213 options) | Country to target for the search. | United States |
| Language | Enum (129 options) | Language to search in. | English |
List of keywords to get Google Ads search volume for.
seo,keyword researchCountry to target for the search.
United StatesLanguage to search in.
EnglishDeveloper documentation
keywords array of the terms you want volume data for.location (country) and language — both default to United States / English if omitted.curl -X POST https://api.muapi.ai/api/v1/seo-keywords-search-volume \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"keywords": ["ai video generator", "text to speech api"],
"location": "United States",
"language": "English"
}'
Frequently asked
Up to 100 keywords in a single `keywords` array.
Directly from Google Ads, the same source advertisers see in their own account — not a modeled estimate.
Each keyword returns a competition level (LOW, MEDIUM, HIGH) and a 0-1 competition index reflecting how many advertisers bid on that term.
Yes, each keyword includes up to 12 months of historical monthly search volume alongside the current figure.
Yes, set `location` and `language` to any supported country/language pair; both default to United States / English.