NAVNavbar
Logo
cURL php NodeJS Python cSharp

YouTube SERP API: Overview

YouTube SERP API provides search results based on the selected search engine type. The following is the list of available search engine types:

The returned results are specific to the indicated keyword, search engine, language and location parameters. We emulate set location and search engine with the highest accuracy so that the results you receive will match the actual search results for the specified parameters at the time of task setting. You can always check the returned results accessing the check_url in the Incognito mode to make sure the received data is entirely relevant. Note that user preferences, search history, and other personalized search factors are ignored by our system and thus would not be reflected in the returned SERP results.

Note: YouTube SERP API provides results for desktop only. You can indicate the following OS that you would like to receive SERP results for when setting a task: Windows, macOS.

YouTube SERP API functions

The Advanced function is supported across all YouTube API search engine types and provides a complete overview of search results and video data.

Methods

The cost of using YouTube SERP API endpoints depends on the selected method and priority of task execution. Available methods and priorities are described below.

DataForSEO has two main methods to deliver SERP results: Standard and Live.

If your system requires delivering instant results, the Live method is the best solution for you. Unlike the Standard method, this method doesn’t require making separate POST and GET requests to the corresponding endpoints.

If you don’t need to receive data in real-time, you can use the Standard method of data retrieval. This method requires making separate POST and GET requests, but it’s more affordable. Using this method, you can retrieve the results after our system collects them.

‌Alternatively, you can specify pingback_url or postback_url when setting a task, and we will notify you on completion of tasks or send the results to you respectively. Note that if you use the postback_url field, the only function that will be applied for data retrieval is advanced.

If you use the Standard method without specifying pingback_url or postback_url, you can receive the list of id for all completed tasks using the ‘Tasks Ready’ endpoint. It is designed to provide you with the list of completed tasks, which haven’t been collected yet. Then, you can retrieve the results using the ‘Task GET’ endpoint.

You can send up to 2000 POST and GET API calls per minute in total, with each POST call containing no more than 100 tasks. Contact us if you would like to raise the limit. ‌Visit DataForSEO Help Center to get practical tips for request handling depending on your SERP API payload volume.

Priorities and cost

The Live method delivers results in real-time, and accordingly, the cost of requests made using this method will be the highest.

The Standard method has two different priorities that stand for the relative speed of task execution and have different prices:

1. Normal priority;
2. High priority.

If you use YouTube Organic or YouTube comments you will be billed per each SERP containing 20 results.
Note: setting depth above the default value will increase the cost of the task. For example, if the default value is 20, you will be billed for every 20 results. So, if you specify "depth": 30, the price for the task will be multiplied by 2 and you will be billed as for 40 results.

For each API call to YouTube Video Info and YouTube Subtitles you will be charged x3 SEPR price regardless of the result.

The cost can be calculated on the Pricing page. To learn more about the cost of all SERP API methods, priorities, and additional parameters, please refer to this help article.

You can test YouTube SERP API for free using DataForSEO Sandbox.