Keyword Research - Single API Documentation – SEO API - VebAPI

Keyword Research - Single

CPC , Monthly Search Volume, and competition of a keyword

Keyword Research - Single

GET

CPC , Monthly Search Volume, and competition of a keyword

GET /seo/singlekeyword

Parameters

keyword
Required query
string

the keyword

country
Required query
string

country name in 2 chrctr like us , in etc

X-API-KEY
Required header
string

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"
}