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) |