v1
latestOpenAPI 3.1.02026-07-24490622.0 KBKeyword Research API
Post Keyword Information Bulk
Returns comprehensive keyword metrics and intelligence for a large list of exact keywords via POST request. This endpoint supports larger keyword lists and provides search volume, competition data, cost estimates, and performance insights for bulk keyword analysis.
post/v2/related/getKeywordInformation
Request body
Example request
{
"countryCode": "US",
"costPerClickOption": "Broad",
"monthlyCostOption": "Broad",
"adultFilter": true
}Response
Successfully retrieved bulk keyword information. Returns comprehensive metrics including search volume, competition levels, cost estimates, and performance data for each requested keyword in the payload.
Example response
{
"resultCount": 100,
"results": [
{
"keyword": "red shoes",
"searchVolume": 266000,
"liveSearchVolume": 82000,
"rankingDifficulty": 98,
"totalMonthlyClicks": 219000,
"percentMobileSearches": 0.52009505,
"percentDesktopSearches": 0.47990492,
"percentSearchesNotClicked": 0.1792681,
"percentPaidClicks": 0.52188635,
"percentOrganicClicks": 0.47811362,
"broadCostPerClick": 0.73,
"phraseCostPerClick": 0.67,
"exactCostPerClick": 0.65,
"broadMonthlyClicks": 57019.8,
"phraseMonthlyClicks": 42150.3,
"exactMonthlyClicks": 29094.6,
"broadMonthlyCost": 41604.9,
"phraseMonthlyCost": 25542,
"exactMonthlyCost": 19041.6,
"paidCompetitors": 15,
"rankingHomepages": 8,
"serpFeaturesCsv": "Images,Maps",
"serpFirstResult": "example.com"
}
]
}