Keyword Research Youtube API Documentation – SEO API - VebAPI

Keyword Research Youtube

Unlock the Power of Youtube Keyword Research for Your Youtube Channel with our API. Get Accurate Monthly Search Volume, Keyword Difficulty, and Competition Details to Drive Traffic and Boost Views!

Keyword Research Youtube

GET

Unlock the Power of Youtube Keyword Research for Your Youtube Channel with our API. Get Accurate Monthly Search Volume, Keyword Difficulty, and Competition Details to Drive Traffic and Boost Views!

GET /youtube/keywordresearch

Parameters

keyword
Required query
string

the keyword you want to search for

X-API-KEY
Required header
string

Your vebAPI api key

Example Request


curl -X GET "https://vebapi.com/api/youtube/keywordresearch?keyword=email marketing" \
    -H "X-API-KEY: YOUR_API_KEY" \
    -H "Content-Type: application/json"

Response

{
    "exact_keyword": [
        {
            "keyword": "email marketing",
            "monthlysearch": 229164,
            "competition_score": 56,
            "difficulty": "High",
            "overallscore": 66
        }
    ],
    "related_keywords": [
        {
            "keyword": "email marketing tips",
            "monthlysearch": 2611,
            "competition_score": 53,
            "difficulty": "High",
            "overallscore": 50,
            "last_update": "2025-08-08 02:00:09"
        },
        {
            "keyword": "email marketing complete guide",
            "monthlysearch": 1486,
            "competition_score": 40,
            "difficulty": "Medium",
            "overallscore": 52,
            "last_update": "2025-08-08 02:00:09"
        },
        {
            "keyword": "hubspot crm demo",
            "monthlysearch": 1540,
            "competition_score": 34,
            "difficulty": "Medium",
            "overallscore": 55,
            "last_update": "2025-08-08 02:00:09"
        },
        {
            "keyword": "ecommerce email marketing",
            "monthlysearch": 2407,
            "competition_score": 27,
            "difficulty": "Medium",
            "overallscore": 60,
            "last_update": "2025-08-08 02:00:09"
        },
        {
            "keyword": "increase sales with email marketing",
            "monthlysearch": 0,
            "competition_score": 14,
            "difficulty": "Low",
            "overallscore": 35,
            "last_update": "2025-08-08 02:00:09"
        },
        {
            "keyword": "email marketing for beginners",
            "monthlysearch": 18003,
            "competition_score": 37,
            "difficulty": "Medium",
            "overallscore": 63,
            "last_update": "2025-08-08 02:00:09"
        }
    ]
}