Get keyword ideas
POST/ad-publishing/google/keyword-ideas
Retrieve keyword suggestions for Google Ads campaigns
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location identifier
- application/json
- Body
- Example (auto)
Bodyrequired
urlstringrequired
Target URL
languageCodestring
Language code
locationsstring[]
Target locations
keywordsstring[]
Seed keywords
{
"url": "https://example.com",
"languageCode": "en",
"locations": [
"US",
"CA"
],
"keywords": [
"marketing"
]
}
Keyword suggestions ordered by search volume, highest first
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
textstringrequired
Suggested keyword
avgMonthlySearchesstringrequired
Average monthly search volume, returned as a string rather than a number
[
{
"text": "crm software",
"avgMonthlySearches": "450000"
}
]