Go back
DataForSEO

DataForSEO

v1 · 39 endpoints

DataForSEO (39)

API Explorer

— credits
ColdIQ
APIs→DataForSEO
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
POSThttps://api.coldiq.com/v1/dataforseo/serp/youtube/locations0.13 cr

Get the list of locations supported for YouTube SERP queries. Credits: 0.13 per call.

Authentication

No API key — create one in the dashboard

Body

2-letter ISO country code, e.g. "US".

location_type·location_name
import requests

url = "https://api.coldiq.com/v1/dataforseo/serp/youtube/locations"

headers = {
    "Authorization": "Bearer ",
    "Content-Type": "application/json"
}

response = requests.post(url, headers=headers)
print(response.json())