Keyword Research - Single
Parameters
the keyword
country name in 2 chrctr like us , in etc
your vebapi api key
Example Request
curl -X GET "https://vebapi.com/api/seo/singlekeyword?keyword=email marketing&country=us" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json"
Response
{
"text": "email marketing",
"cpc": "40.55",
"vol": 22200,
"v": 22200,
"competition": "High",
"score": "10.1375"
}
📘 Keyword Research - Single API – VebAPI
Get CPC, monthly search volume, competition level, and an internal keyword score for any single keyword.
📝 Description
The Keyword Research - Single API provides precise SEO metrics for a specific keyword. It returns vital data such as Cost-Per-Click (CPC), monthly search volume, keyword competition, and a proprietary score to evaluate keyword quality.
Ideal for SEO tools, content planning dashboards, PPC estimators, and keyword analysis modules.
🎯 Key Benefits
-
📊 Instantly get keyword-specific metrics
-
💰 Know the advertising value with CPC
-
🔍 Understand search demand with monthly volume
-
⚔️ Identify keyword competition level
-
🚦 Score helps prioritize keywords for SEO/PPC
🌐 Base URL
https://vebapi.com/api/seo/singlekeyword
📥 Input Parameters
Parameter | Type | Required | Description |
---|---|---|---|
keyword |
string | ✅ Yes | The keyword to analyze. Example: email marketing |
country |
string | ✅ Yes | 2-letter ISO country code. Example: us for United States |
Headers Required:
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
📤 Output Response
The response is a JSON object containing key metrics for the given keyword.
Field | Type | Description |
---|---|---|
text |
string | The keyword text you queried |
cpc |
string | Estimated cost-per-click in USD |
vol / v |
number | Estimated monthly search volume |
competition |
string | Competition level: Low , Medium , or High |
score |
string | Internal keyword score (based on volume, CPC, and competition) |