Get the list of locations supported for YouTube SERP queries. Credits: flat charge per call regardless of how many rows …
Authentication
No API key - create one in the dashboard
Body
2-letter ISO country code, e.g. "US".
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())