Instead of ‘login’ and ‘password’ use your credentials from https://app.dataforseo.com/api-dashboard
<?php // You can download this file from here https://cdn.dataforseo.com/v3/examples/php/php_RestClient.zip require('RestClient.php'); $api_url = 'https://api.dataforseo.com/'; try { // Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-dashboard $client = new RestClient($api_url, null, 'login', 'password'); } catch (RestClientException $e) { echo "n"; print "HTTP code: {$e->getHttpCode()}n"; print "Error code: {$e->getCode()}n"; print "Message: {$e->getMessage()}n"; print $e->getTraceAsString(); echo "n"; exit(); } try { $result = array(); // #1 - using this method you can get a list of completed tasks // GET /v3/serp/youtube/organic/tasks_ready // in addition to 'youtube' and 'organic' you can also set other search engine and type parameters // the full list of possible parameters is available in documentation $tasks_ready = $client->get('/v3/serp/youtube/organic/tasks_ready'); // you can find the full list of the response codes here https://docs.dataforseo.com/v3/appendix/errors if (isset($tasks_ready['status_code']) AND $tasks_ready['status_code'] === 20000) { foreach ($tasks_ready['tasks'] as $task) { if (isset($task['result'])) { foreach ($task['result'] as $task_ready) { // #2 - using this method you can get results of each completed task // GET /v3/serp/youtube/organic/task_get/advanced/$id if (isset($task_ready['endpoint_advanced'])) { $result[] = $client->get($task_ready['endpoint_advanced']); } // #3 - another way to get the task results by id // GET /v3/serp/youtube/organic/task_get/advanced/$id /* if (isset($task_ready['id'])) { $result[] = $client->get('/v3/serp/youtube/organic/task_get/advanced/' . $task_ready['id']); } */ } } } } print_r($result); // do something with result } catch (RestClientException $e) { echo "n"; print "HTTP code: {$e->getHttpCode()}n"; print "Error code: {$e->getCode()}n"; print "Message: {$e->getMessage()}n"; print $e->getTraceAsString(); echo "n"; } $client = null; ?>
The above command returns JSON structured like this:
{ "version": "0.1.20221214", "status_code": 20000, "status_message": "Ok.", "time": "0.0791 sec.", "cost": 0, "tasks_count": 1, "tasks_error": 0, "tasks": [ { "id": "12301635-1535-0066-0000-93599fca9d02", "status_code": 20000, "status_message": "Ok.", "time": "0.0276 sec.", "cost": 0, "result_count": 1, "path": [ "v3", "serp", "youtube", "organic", "task_get", "advanced", "12301635-1535-0066-0000-93599fca9d02" ], "data": { "api": "serp", "function": "task_get", "se": "youtube", "se_type": "organic", "language_code": "en", "location_code": 2840, "keyword": "audi", "priority": 2, "device": "desktop", "os": "windows" }, "result": [ { "keyword": "audi", "se_domain": "youtube.com", "location_code": 2840, "language_code": "en", "check_url": "https://www.youtube.com/results?search_query=audi", "datetime": "2022-12-30 14:43:11 +00:00", "spell": null, "item_types": [ "youtube_video", "youtube_channel" ], "se_results_count": 32447281, "items_count": 66, "items": [ { "type": "youtube_video", "rank_group": 1, "rank_absolute": 1, "block_rank": 1, "block_name": null, "title": "The 2023 Audi Q7 55 TFSI Is An Ultra Quiet & Comfortable Luxury 3-Row SUV", "url": "https://www.youtube.com/watch?v=lrPvFuz8Leg", "video_id": "lrPvFuz8Leg", "thumbnail_url": "https://i.ytimg.com/vi/lrPvFuz8Leg/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLC4RyEK7ntuK_hkLAMXOdFmcZNz6w", "channel_id": "UC2MrtVb1dT4FhcbOlW736kA", "channel_name": "Redline Reviews", "channel_url": "https://www.youtube.com/@theredline", "channel_logo": "https://yt3.ggpht.com/R90alWqdmbF6Z_Hj6qZ3KaI7HDRMfFIfrdOgwLyXCii6GUuiW1YJs-2JDyRiDKoc8R-_X0nGPdQ=s68-c-k-c0x00ffffff-no-rj", "description": "When you need an # Audi vehicle with 3-rows of seating, the #AudiQ7 is the only vehicle in the lineup that can fit that bill. For 2023 ...", "highlighted": [ "Audi" ], "badges": [ "New", "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 764, "publication_date": "31 minutes ago", "timestamp": "2022-12-30 14:12:10 +00:00", "duration_time": "23:26", "duration_time_seconds": 1406 }, { "type": "youtube_video", "rank_group": 2, "rank_absolute": 2, "block_rank": 1, "block_name": null, "title": "Smokepurpp \"Audi\" (WSHH Exclusive - Official Music Video)", "url": "https://www.youtube.com/watch?v=1dvTJJvEFL8", "video_id": "1dvTJJvEFL8", "thumbnail_url": "https://i.ytimg.com/vi/1dvTJJvEFL8/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCT9eKRng0RYKBRJrOY8dvMAWSp6Q", "channel_id": "UC-yXuc1__OzjwpsJPlxYUCQ", "channel_name": "WORLDSTARHIPHOP", "channel_url": "https://www.youtube.com/@worldstarhiphop", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu9wtPHC4-PbaSy8pHW1Aub-9K2V2PTOf-iNDfa59g=s68-c-k-c0x00ffffff-no-rj", "description": "Watch the official music video of \" Audi \" by Smokepurpp. First single off upcoming project 'DEADSTAR'. Video shot and directed by ...", "highlighted": [ "Audi" ], "badges": null, "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 68935759, "publication_date": "5 years ago", "timestamp": "2017-12-30 14:43:10 +00:00", "duration_time": "2:39", "duration_time_seconds": 159 }, { "type": "youtube_video", "rank_group": 3, "rank_absolute": 3, "block_rank": 1, "block_name": null, "title": "I swapped my Porsche 911 Turbo for THIS!", "url": "https://www.youtube.com/watch?v=-gABdWTDY3M", "video_id": "-gABdWTDY3M", "thumbnail_url": "https://i.ytimg.com/vi/-gABdWTDY3M/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBMEwc8lpOJB62Wh9Xn008_r2krQw", "channel_id": "UCUhFaUpnq31m6TNX2VKVSVA", "channel_name": "carwow", "channel_url": "https://www.youtube.com/@carwow", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu8AG-M1ZKoJqviwbU_i8rQ4eMtHwHlucAumMN98qw=s68-c-k-c0x00ffffff-no-rj", "description": "Mat's got himself an all-new car! That's right, the Porsche 911 Turbo S is GONE, and he's swapped it for… an Audi S8! That's right ...", "highlighted": [ "Audi" ], "badges": [ "New", "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 186774, "publication_date": "3 hours ago", "timestamp": "2022-12-30 11:43:10 +00:00", "duration_time": "16:00", "duration_time_seconds": 960 }, { "type": "youtube_video", "rank_group": 4, "rank_absolute": 4, "block_rank": 1, "block_name": null, "title": "Deep Snow vs Very Low Car - I Plow The 2023 Audi RS 3 Into a Mountain of Snow To See IF I Get Stuck!", "url": "https://www.youtube.com/watch?v=aU8l64FXmHM", "video_id": "aU8l64FXmHM", "thumbnail_url": "https://i.ytimg.com/vi/aU8l64FXmHM/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBKzEK66ZgtITpwoGN0rprJyFzUTw", "channel_id": "UC6S0jAvcapqJ48ZzLfva12g", "channel_name": "The Fast Lane Car", "channel_url": "https://www.youtube.com/@TFLcar", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu-T1lONwmyrwEPz8HByJzj8_MX-_Xn_URZi8amhQA=s68-c-k-c0x00ffffff-no-rj", "description": "https://www.alltfl.com/ ) Check out our new spot to find ALL our content, from news to videos and our podcasts!", "highlighted": null, "badges": [ "New" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 3093, "publication_date": "2 hours ago", "timestamp": "2022-12-30 12:43:10 +00:00", "duration_time": "9:25", "duration_time_seconds": 565 }, { "type": "youtube_video", "rank_group": 5, "rank_absolute": 5, "block_rank": 1, "block_name": null, "title": "Suomen HULLUIN Drifting Projekti | Audi RS3 LMS TCR Analyysi", "url": "https://www.youtube.com/watch?v=UysrSLBqHy8", "video_id": "UysrSLBqHy8", "thumbnail_url": "https://i.ytimg.com/vi/UysrSLBqHy8/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLC8ufmaHfacfo0ptJCGvQLmt0vILw", "channel_id": "UCAvkydMr62SxTPQoq4-UrXA", "channel_name": "Markus Martelius", "channel_url": "https://www.youtube.com/@markusmartelius", "channel_logo": "https://yt3.ggpht.com/6NaFyfo1zLQfH7QAmK17DgTptfK9p1rehpgE9vwKQTFZrMg-UkL11OWZ-GLi4z2YIYIq42Hd8A=s68-c-k-c0x00ffffff-no-rj", "description": "Tällä videolla vierailen LMS Racingillä ja analysoin Antti Burin uuden Audi -drifteriprojektin. Buri on kilpaillut TCR-autoilla ...", "highlighted": [ "Audi" ], "badges": [ "New", "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 6433, "publication_date": "8 hours ago", "timestamp": "2022-12-30 06:43:10 +00:00", "duration_time": "15:21", "duration_time_seconds": 921 }, { "type": "youtube_video", "rank_group": 6, "rank_absolute": 6, "block_rank": 1, "block_name": null, "title": "2023 Audi S8 Exclusive - Sound, Interior and Exterior", "url": "https://www.youtube.com/watch?v=P-TBFS_ll5U", "video_id": "P-TBFS_ll5U", "thumbnail_url": "https://i.ytimg.com/vi/P-TBFS_ll5U/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCRP5ymha5pZ8wsnu8MwDwNNuibQQ", "channel_id": "UCPOhQupz3MwGSIBG0OqVnAg", "channel_name": "RoCars", "channel_url": "https://www.youtube.com/@RoCarsTV", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_zIN3BjfBqdsdBbmp-mywYZmIhArHpWBOBrqmOsw=s68-c-k-c0x00ffffff-no-rj", "description": "Audi S8 (2023): V8, 4.0 L, 571 Hp, 800 Nm 0-100 (km/h): 3.8 s Top Speed: 250 km/h Buy this car: ...", "highlighted": [ "Audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 2144002, "publication_date": "3 months ago", "timestamp": "2022-09-30 14:43:10 +00:00", "duration_time": "6:46", "duration_time_seconds": 406 }, { "type": "youtube_channel", "rank_group": 1, "rank_absolute": 7, "block_rank": 1, "block_name": null, "channel_id": "UCO5ujNeWRIwP4DbCZqZWcLw", "name": "Audi", "url": "https://www.youtube.com/@Audi", "logo": "https://yt3.googleusercontent.com/ytc/AMLnZu_iyn_apm6S6bi0P-nBUNil4mgAum9opQJGWeea=s176-c-k-c0x00ffffff-no-rj-mo", "video_count": 0, "is_verified": true, "description": "The official Audi YouTube Channel. From the beginning, advanced technology has been at the very heart of the Audi DNA.", "highlighted": [ "Audi", "Audi" ] }, { "type": "youtube_video", "rank_group": 7, "rank_absolute": 8, "block_rank": 2, "block_name": "Latest from Audi", "title": "United in Progress: The electrifying story of a motivated player", "url": "https://www.youtube.com/watch?v=sGv1poI5234", "video_id": "sGv1poI5234", "thumbnail_url": "https://i.ytimg.com/vi/sGv1poI5234/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDxehNDPFmHpP18OSfV0kJ0aqv45g", "channel_id": "UCO5ujNeWRIwP4DbCZqZWcLw", "channel_name": "Audi", "channel_url": "https://www.youtube.com/@Audi", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_iyn_apm6S6bi0P-nBUNil4mgAum9opQJGWeea=s68-c-k-c0x00ffffff-no-rj", "description": "Motivation is what drives you. In our latest episode of 'United in Progress' with our partner @FCBayern, we discuss the power of ...", "highlighted": null, "badges": [ "New" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 1525, "publication_date": "1 day ago", "timestamp": "2022-12-29 14:43:10 +00:00", "duration_time": "3:30", "duration_time_seconds": 210 }, { "type": "youtube_video", "rank_group": 8, "rank_absolute": 9, "block_rank": 2, "block_name": "Latest from Audi", "title": "Road to Dakar 2023: Season 2 Episode 5 | Getting Ready for Dakar 2023", "url": "https://www.youtube.com/watch?v=rXzNPkXMKf8", "video_id": "rXzNPkXMKf8", "thumbnail_url": "https://i.ytimg.com/vi/rXzNPkXMKf8/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDcOX1u82Togy7z2nb5sd4vYpNIPA", "channel_id": "UCO5ujNeWRIwP4DbCZqZWcLw", "channel_name": "Audi", "channel_url": "https://www.youtube.com/@Audi", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_iyn_apm6S6bi0P-nBUNil4mgAum9opQJGWeea=s68-c-k-c0x00ffffff-no-rj", "description": "Shifting the paradigm. Audi is back for Dakar Rally 2023 and this time we have first-hand knowledge of what we need to succeed.", "highlighted": [ "Audi" ], "badges": [ "New", "CC" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 27254, "publication_date": "4 days ago", "timestamp": "2022-12-26 14:43:10 +00:00", "duration_time": "4:13", "duration_time_seconds": 253 }, { "type": "youtube_video", "rank_group": 9, "rank_absolute": 10, "block_rank": 2, "block_name": "Latest from Audi", "title": "United in progress: The electrifying story of digitalizing the future", "url": "https://www.youtube.com/watch?v=5Cb4L2ec8Vw", "video_id": "5Cb4L2ec8Vw", "thumbnail_url": "https://i.ytimg.com/vi/5Cb4L2ec8Vw/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLA8uiXjyPoRq5Br37EpHUE2PZVObg", "channel_id": "UCO5ujNeWRIwP4DbCZqZWcLw", "channel_name": "Audi", "channel_url": "https://www.youtube.com/@Audi", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_iyn_apm6S6bi0P-nBUNil4mgAum9opQJGWeea=s68-c-k-c0x00ffffff-no-rj", "description": "Digitalization is a key component in shaping the future. In our latest episode of 'United in progress', Dr. Henning Löser - Senior ...", "highlighted": null, "badges": null, "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 4464, "publication_date": "2 weeks ago", "timestamp": "2022-12-16 14:43:10 +00:00", "duration_time": "3:02", "duration_time_seconds": 182 }, { "type": "youtube_video", "rank_group": 10, "rank_absolute": 11, "block_rank": 2, "block_name": "Latest from Audi", "title": "Audi x Andrés Reisinger | Shaping the future", "url": "https://www.youtube.com/watch?v=OxoM8U1yrq4", "video_id": "OxoM8U1yrq4", "thumbnail_url": "https://i.ytimg.com/vi/OxoM8U1yrq4/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBZWJDtG29HiFthoTDLUqFzMby4ig", "channel_id": "UCO5ujNeWRIwP4DbCZqZWcLw", "channel_name": "Audi", "channel_url": "https://www.youtube.com/@Audi", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_iyn_apm6S6bi0P-nBUNil4mgAum9opQJGWeea=s68-c-k-c0x00ffffff-no-rj", "description": "What is design? In celebration of the union between designers and artists, Audi and Andrés Reisinger, we asked a question.", "highlighted": [ "Audi" ], "badges": null, "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 14729, "publication_date": "3 weeks ago", "timestamp": "2022-12-09 14:43:10 +00:00", "duration_time": "3:10", "duration_time_seconds": 190 }, { "type": "youtube_video", "rank_group": 11, "rank_absolute": 12, "block_rank": 2, "block_name": "Latest from Audi", "title": "Audi x Andrés Reisinger | Design Miami 2022", "url": "https://www.youtube.com/watch?v=2CdiVKJ1rKk", "video_id": "2CdiVKJ1rKk", "thumbnail_url": "https://i.ytimg.com/vi/2CdiVKJ1rKk/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDR1xulkPYHR-1p-66SG-BzOmdtjg", "channel_id": "UCO5ujNeWRIwP4DbCZqZWcLw", "channel_name": "Audi", "channel_url": "https://www.youtube.com/@Audi", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_iyn_apm6S6bi0P-nBUNil4mgAum9opQJGWeea=s68-c-k-c0x00ffffff-no-rj", "description": "Live from Design Miami. Sharing highlights from an event where we showcased a vision of how imagination can help shape ...", "highlighted": null, "badges": null, "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 91457, "publication_date": "3 weeks ago", "timestamp": "2022-12-09 14:43:10 +00:00", "duration_time": "2:16", "duration_time_seconds": 136 }, { "type": "youtube_video", "rank_group": 12, "rank_absolute": 13, "block_rank": 2, "block_name": "Latest from Audi", "title": "Audi x Andrés Reisinger | The making of Sphere", "url": "https://www.youtube.com/watch?v=tgbmTvLsMn8", "video_id": "tgbmTvLsMn8", "thumbnail_url": "https://i.ytimg.com/vi/tgbmTvLsMn8/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLA5oyLYnqMg9MQDLIR1vi0nwOBM8Q", "channel_id": "UCO5ujNeWRIwP4DbCZqZWcLw", "channel_name": "Audi", "channel_url": "https://www.youtube.com/@Audi", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_iyn_apm6S6bi0P-nBUNil4mgAum9opQJGWeea=s68-c-k-c0x00ffffff-no-rj", "description": "A journey to expand imagination. Go behind the scenes with digital artist and designer Andrés Reisinger as he shares the ...", "highlighted": null, "badges": null, "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 3375, "publication_date": "1 month ago", "timestamp": "2022-11-30 14:43:10 +00:00", "duration_time": "1:19", "duration_time_seconds": 79 }, { "type": "youtube_video", "rank_group": 13, "rank_absolute": 14, "block_rank": 2, "block_name": "Latest from Audi", "title": "Audi x Andrés Reisinger | Sphere", "url": "https://www.youtube.com/watch?v=SIUML3WLqnE", "video_id": "SIUML3WLqnE", "thumbnail_url": "https://i.ytimg.com/vi/SIUML3WLqnE/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLB5RfWfLLkouLT3YSeARLCGewA56Q", "channel_id": "UCO5ujNeWRIwP4DbCZqZWcLw", "channel_name": "Audi", "channel_url": "https://www.youtube.com/@Audi", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_iyn_apm6S6bi0P-nBUNil4mgAum9opQJGWeea=s68-c-k-c0x00ffffff-no-rj", "description": "Experience an immersive journey into the digital world. Fuelled by imagination, this is an abstract digital artwork by the digital ...", "highlighted": null, "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 11299, "publication_date": "1 month ago", "timestamp": "2022-11-30 14:43:10 +00:00", "duration_time": "2:24", "duration_time_seconds": 144 }, { "type": "youtube_video", "rank_group": 14, "rank_absolute": 15, "block_rank": 2, "block_name": "Latest from Audi", "title": "A story of progress: Andrés Reisinger", "url": "https://www.youtube.com/watch?v=5kUIx8U1Z-s", "video_id": "5kUIx8U1Z-s", "thumbnail_url": "https://i.ytimg.com/vi/5kUIx8U1Z-s/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBbYEFMl1y3H8iYliIYdTxhB00KRQ", "channel_id": "UCO5ujNeWRIwP4DbCZqZWcLw", "channel_name": "Audi", "channel_url": "https://www.youtube.com/@Audi", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_iyn_apm6S6bi0P-nBUNil4mgAum9opQJGWeea=s68-c-k-c0x00ffffff-no-rj", "description": "In front of a backdrop that uses his own artwork to frame the infinite potential of tomorrow, Andrés Reisinger shares his story of ...", "highlighted": null, "badges": null, "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 1867134, "publication_date": "1 month ago", "timestamp": "2022-11-30 14:43:10 +00:00", "duration_time": "2:11", "duration_time_seconds": 131 }, { "type": "youtube_video", "rank_group": 15, "rank_absolute": 16, "block_rank": 2, "block_name": "Latest from Audi", "title": "Santa’s gift: The Audi grandsphere concept", "url": "https://www.youtube.com/watch?v=HsHhbUA13rM", "video_id": "HsHhbUA13rM", "thumbnail_url": "https://i.ytimg.com/vi/HsHhbUA13rM/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDl2f9qC_iuxJ8s2s2a00oU5uMtcA", "channel_id": "UCO5ujNeWRIwP4DbCZqZWcLw", "channel_name": "Audi", "channel_url": "https://www.youtube.com/@Audi", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_iyn_apm6S6bi0P-nBUNil4mgAum9opQJGWeea=s68-c-k-c0x00ffffff-no-rj", "description": "This season Santa's swapping reindeers for something a little more progressive. His sleigh is getting a bold new upgrade that's ...", "highlighted": null, "badges": [ "CC" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 3148250, "publication_date": "1 month ago", "timestamp": "2022-11-30 14:43:10 +00:00", "duration_time": "1:00", "duration_time_seconds": 60 }, { "type": "youtube_video", "rank_group": 16, "rank_absolute": 17, "block_rank": 2, "block_name": "Latest from Audi", "title": "Road To Dakar 2023: Season 2 Episode 4 I The path to progress with Carlos Sainz & Mattias Ekström", "url": "https://www.youtube.com/watch?v=I_iILvj6O94", "video_id": "I_iILvj6O94", "thumbnail_url": "https://i.ytimg.com/vi/I_iILvj6O94/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBHUwsxJxaX97f-lDYhZ7_fqmS7YQ", "channel_id": "UCO5ujNeWRIwP4DbCZqZWcLw", "channel_name": "Audi", "channel_url": "https://www.youtube.com/@Audi", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_iyn_apm6S6bi0P-nBUNil4mgAum9opQJGWeea=s68-c-k-c0x00ffffff-no-rj", "description": "The Dakar Rally is no easy feat, but for the drivers of Team Audi Sport, pushing the limits is in their DNA. Audi is preparing for the ...", "highlighted": [ "Audi", "Audi" ], "badges": [ "CC" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 1224710, "publication_date": "1 month ago", "timestamp": "2022-11-30 14:43:10 +00:00", "duration_time": "4:19", "duration_time_seconds": 259 }, { "type": "youtube_video", "rank_group": 17, "rank_absolute": 18, "block_rank": 3, "block_name": null, "title": "이 영상을 보신 분만 방전되지 않습니다👍Audi A7 55TDI quattro 배터리방전 전조증상 수입차배터리", "url": "https://www.youtube.com/watch?v=et-xoS08gHc", "video_id": "et-xoS08gHc", "thumbnail_url": "https://i.ytimg.com/vi/et-xoS08gHc/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBJFv1YV3UZVQqWeT92TnF5pNyEUg", "channel_id": "UCZsbIiUVhDhHXFSjI6q-sDQ", "channel_name": "장용석의내차를부탁해", "channel_url": "https://www.youtube.com/@car123", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu8cLpBPbYe3DtPHkMj-gCsnbcz1hcksfaBoYqOcwQ=s68-c-k-c0x00ffffff-no-rj", "description": "배터리도 월동준비와 관리는 필수 안전 운전하세요 :) ☎️1544-2287 정비예약/상담 [장용석의 내차를부탁해] 1번 하남점 (카닥터 ...", "highlighted": null, "badges": [ "New", "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 12927, "publication_date": "5 hours ago", "timestamp": "2022-12-30 09:43:10 +00:00", "duration_time": "11:18", "duration_time_seconds": 678 }, { "type": "youtube_video", "rank_group": 18, "rank_absolute": 19, "block_rank": 4, "block_name": null, "title": "NEW Audi RS6 with 800hp!", "url": "https://www.youtube.com/watch?v=9OamhF2hI18", "video_id": "9OamhF2hI18", "thumbnail_url": "https://i.ytimg.com/vi/9OamhF2hI18/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDYiNMqv50_WZCb5I0LsAQgTf1rtg", "channel_id": "UCUhFaUpnq31m6TNX2VKVSVA", "channel_name": "carwow", "channel_url": "https://www.youtube.com/@carwow", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu8AG-M1ZKoJqviwbU_i8rQ4eMtHwHlucAumMN98qw=s68-c-k-c0x00ffffff-no-rj", "description": "We have some breaking news for you Audi RS6 fan… The next RS6 is likely to be all-electric! That's right, the glorious 4-litre ...", "highlighted": [ "Audi" ], "badges": [ "New", "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 789173, "publication_date": "3 days ago", "timestamp": "2022-12-27 14:43:10 +00:00", "duration_time": "9:54", "duration_time_seconds": 594 }, { "type": "youtube_video", "rank_group": 19, "rank_absolute": 20, "block_rank": 5, "block_name": null, "title": "Audi's New Lighting Technology | A6 Avant e-Tron", "url": "https://www.youtube.com/watch?v=sgJ4LhFYjjM", "video_id": "sgJ4LhFYjjM", "thumbnail_url": "https://i.ytimg.com/vi/sgJ4LhFYjjM/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDp4RPiz7LCyQRQnFNqmEZm0JhGDw", "channel_id": "UCKSVUHI9rbbkXhvAXK-2uxA", "channel_name": "Supercar Blondie", "channel_url": "https://www.youtube.com/@SupercarBlondie", "channel_logo": "https://yt3.ggpht.com/Tu5e4QZQM1SrWBqyDrx7m9duC3H_htsKsiaH-xMBx9qfLdVwIh0ZcZf3xgZUhBbrotCFvGoXdMI=s68-c-k-c0x00ffffff-no-rj", "description": "This is the brand new Audi A6 Avant E-Tron Concept that's due to be released in 2024. Audi has displayed some seriously ...", "highlighted": [ "Audi", "Audi" ], "badges": null, "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 4896102, "publication_date": "1 month ago", "timestamp": "2022-11-30 14:43:10 +00:00", "duration_time": "8:03", "duration_time_seconds": 483 }, { "type": "youtube_channel", "rank_group": 2, "rank_absolute": 21, "block_rank": 6, "block_name": null, "channel_id": "UCuBV7qZtBMbnuB_0bXDoLaQ", "name": "Audi USA", "url": "https://www.youtube.com/@AudiUSA", "logo": "https://yt3.googleusercontent.com/ytc/AMLnZu-dITh48ly_zpAhwdEscR_Lh8Srv0Lmrc97ouh8_no=s176-c-k-c0x00ffffff-no-rj-mo", "video_count": 0, "is_verified": true, "description": "Shaping the future of premium mobility. From the beginning, advanced technology has been at the very heart of the Audi DNA.", "highlighted": [ "Audi" ] }, { "type": "youtube_video", "rank_group": 20, "rank_absolute": 22, "block_rank": 7, "block_name": null, "title": "Santa’s gift: The Audi grandsphere concept", "url": "https://www.youtube.com/watch?v=HsHhbUA13rM", "video_id": "HsHhbUA13rM", "thumbnail_url": "https://i.ytimg.com/vi/HsHhbUA13rM/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDl2f9qC_iuxJ8s2s2a00oU5uMtcA", "channel_id": "UCO5ujNeWRIwP4DbCZqZWcLw", "channel_name": "Audi", "channel_url": "https://www.youtube.com/@Audi", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_iyn_apm6S6bi0P-nBUNil4mgAum9opQJGWeea=s68-c-k-c0x00ffffff-no-rj", "description": "This season Santa's swapping reindeers for something a little more progressive. His sleigh is getting a bold new upgrade that's ...", "highlighted": null, "badges": [ "CC" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 3148250, "publication_date": "1 month ago", "timestamp": "2022-11-30 14:43:10 +00:00", "duration_time": "1:00", "duration_time_seconds": 60 }, { "type": "youtube_video", "rank_group": 21, "rank_absolute": 23, "block_rank": 8, "block_name": "People also watched", "title": "Continuation next Epic challenge jump Ramp Mount Chiliad Spiderman BMW Cars Audi Monster Truck GTA V", "url": "https://www.youtube.com/watch?v=46IpbQ_0FUw", "video_id": "46IpbQ_0FUw", "thumbnail_url": "https://i.ytimg.com/vi/46IpbQ_0FUw/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDVU55UIwY6CtaZK5Zbw3Jy3kgfXw", "channel_id": "UCItxUF4G50Z1DyRBIztFaTw", "channel_name": "Onegamesplus", "channel_url": "https://www.youtube.com/@onegamesplus", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_hlAvDlwof_RhzzBaZqjGRUva3Haa3AwcS1NKtxg=s68-c-k-c0x00ffffff-no-rj", "description": "spiderman #ramps #challenge #cars #gta5.", "highlighted": null, "badges": null, "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 2100397, "publication_date": "2 months ago", "timestamp": "2022-10-30 14:43:10 +00:00", "duration_time": "24:43", "duration_time_seconds": 1483 }, { "type": "youtube_video", "rank_group": 23, "rank_absolute": 25, "block_rank": 8, "block_name": "People also watched", "title": "NEW Mercedes-AMG SL55 Review: Better Than A Porsche 911? | 4K", "url": "https://www.youtube.com/watch?v=BtERWeUw-E0", "video_id": "BtERWeUw-E0", "thumbnail_url": "https://i.ytimg.com/vi/BtERWeUw-E0/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLApITF2uC3HLnsXIXgRNloxQMYoBg", "channel_id": "UC7Dh_sbcNd4BCXQkAqPM1AQ", "channel_name": "AutoTrader", "channel_url": "https://www.youtube.com/@AutoTraderTV", "channel_logo": "https://yt3.ggpht.com/D2rVY0GIhAZZ_QfIupATCauaxNC45N3JuDY6pqrI75VByFEj3Ey62xdpGTF-OOsGr7kDGlorlg=s68-c-k-c0x00ffffff-no-rj", "description": "Mercedes has unleashed a new version of its SL, and this time it's aimed squarely at the Porsche 911. But can this soft top AMG ...", "highlighted": null, "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 339488, "publication_date": "1 month ago", "timestamp": "2022-11-30 14:43:10 +00:00", "duration_time": "9:03", "duration_time_seconds": 543 }, { "type": "youtube_video", "rank_group": 24, "rank_absolute": 26, "block_rank": 8, "block_name": "People also watched", "title": "Audi RS3 v Mercedes-AMG A45 S: Which is best?", "url": "https://www.youtube.com/watch?v=3pbEZX2KKD8", "video_id": "3pbEZX2KKD8", "thumbnail_url": "https://i.ytimg.com/vi/3pbEZX2KKD8/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAMrfQG41pJlQfyOcCX_x7lVNwHGQ", "channel_id": "UCUhFaUpnq31m6TNX2VKVSVA", "channel_name": "carwow", "channel_url": "https://www.youtube.com/@carwow", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu8AG-M1ZKoJqviwbU_i8rQ4eMtHwHlucAumMN98qw=s68-c-k-c0x00ffffff-no-rj", "description": "Which is the best German compact performance car - the Mercedes-AMG A45 S, or the Audi RS3? Well, we're here to find out!", "highlighted": [ "Audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 1552678, "publication_date": "5 months ago", "timestamp": "2022-07-30 14:43:10 +00:00", "duration_time": "15:28", "duration_time_seconds": 928 }, { "type": "youtube_video", "rank_group": 25, "rank_absolute": 27, "block_rank": 8, "block_name": "People also watched", "title": "4,000HP NHRA Corvette C6 vs Lia Block's 1,400HP AWD Mustang // Hoonicorn vs The World 2", "url": "https://www.youtube.com/watch?v=Bc8Yj9J8MQs", "video_id": "Bc8Yj9J8MQs", "thumbnail_url": "https://i.ytimg.com/vi/Bc8Yj9J8MQs/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLC9poGvAkJ_xZeaHuwNzTZZ3yKdOA", "channel_id": "UCXlfi8sf6cKGQ8sOd0-yRuw", "channel_name": "Hoonigan", "channel_url": "https://www.youtube.com/@TheHoonigans", "channel_logo": "https://yt3.ggpht.com/NisKF9UIP0cD7okrboDbJhfPiP6Bp4Lw4I7YIP6y0GQkxgmU9Zb3kiS4zTClfkJeagoKzsuP=s68-c-k-c0x00ffffff-no-rj", "description": "Hoonicorn vs The World is BACK! But we've made a few changes this time around... We added paddle shifting to the SADEV ...", "highlighted": null, "badges": [ "CC" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 9985497, "publication_date": "1 year ago", "timestamp": "2021-12-30 14:43:10 +00:00", "duration_time": "18:13", "duration_time_seconds": 1093 }, { "type": "youtube_video", "rank_group": 26, "rank_absolute": 28, "block_rank": 8, "block_name": "People also watched", "title": "Chinese Luxury Electric SUV | Hongqi E-HS9", "url": "https://www.youtube.com/watch?v=4eI-oHSSy6g", "video_id": "4eI-oHSSy6g", "thumbnail_url": "https://i.ytimg.com/vi/4eI-oHSSy6g/hqdefault.jpg?sqp=-oaymwEcCOADEI4CSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCBShiQHVG05BAA1EqgidakpmTEAA", "channel_id": "UCKSVUHI9rbbkXhvAXK-2uxA", "channel_name": "Supercar Blondie", "channel_url": "https://www.youtube.com/@SupercarBlondie", "channel_logo": "https://yt3.ggpht.com/Tu5e4QZQM1SrWBqyDrx7m9duC3H_htsKsiaH-xMBx9qfLdVwIh0ZcZf3xgZUhBbrotCFvGoXdMI=s68-c-k-c0x00ffffff-no-rj", "description": "Chinese manufacturer Hongqi has revealed its latest entry into the EV space. The E-HS9 has been dubbed as the 'Chinese ...", "highlighted": null, "badges": null, "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 565679, "publication_date": "2 months ago", "timestamp": "2022-10-30 14:43:10 +00:00", "duration_time": "6:20", "duration_time_seconds": 380 }, { "type": "youtube_video", "rank_group": 27, "rank_absolute": 29, "block_rank": 8, "block_name": "People also watched", "title": "VW Golf v Ford Focus v Honda Civic v Astra review", "url": "https://www.youtube.com/watch?v=DCBLL6F197g", "video_id": "DCBLL6F197g", "thumbnail_url": "https://i.ytimg.com/vi/DCBLL6F197g/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBNwmsrNSNXxsoVj0EKS7Qpc8wPOg", "channel_id": "UCUhFaUpnq31m6TNX2VKVSVA", "channel_name": "carwow", "channel_url": "https://www.youtube.com/@carwow", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu8AG-M1ZKoJqviwbU_i8rQ4eMtHwHlucAumMN98qw=s68-c-k-c0x00ffffff-no-rj", "description": "We've pulled together four of the best small cars money can buy, and Mat's about to find out which one is right for you! It's fair to ...", "highlighted": null, "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 597487, "publication_date": "3 weeks ago", "timestamp": "2022-12-09 14:43:10 +00:00", "duration_time": "21:55", "duration_time_seconds": 1315 }, { "type": "youtube_video", "rank_group": 28, "rank_absolute": 30, "block_rank": 8, "block_name": "People also watched", "title": "New Range Rover Sport review: The perfect car?", "url": "https://www.youtube.com/watch?v=DaxJ2X_wtnA", "video_id": "DaxJ2X_wtnA", "thumbnail_url": "https://i.ytimg.com/vi/DaxJ2X_wtnA/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLA_tcWa7d26RdiZjnTPYCTXRPD3iA", "channel_id": "UCUhFaUpnq31m6TNX2VKVSVA", "channel_name": "carwow", "channel_url": "https://www.youtube.com/@carwow", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu8AG-M1ZKoJqviwbU_i8rQ4eMtHwHlucAumMN98qw=s68-c-k-c0x00ffffff-no-rj", "description": "Meet the new Range Rover Sport! It's the sportier edition of the world-renowned Range Rover, and Mat's about to find out if you ...", "highlighted": null, "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 1573922, "publication_date": "4 weeks ago", "timestamp": "2022-12-02 14:43:10 +00:00", "duration_time": "20:42", "duration_time_seconds": 1242 }, { "type": "youtube_video", "rank_group": 29, "rank_absolute": 31, "block_rank": 8, "block_name": "People also watched", "title": "Audi A8 v Mercedes S-Class: ULTIMATE LUXURY REVIEW!", "url": "https://www.youtube.com/watch?v=GfE5i4nsBmw", "video_id": "GfE5i4nsBmw", "thumbnail_url": "https://i.ytimg.com/vi/GfE5i4nsBmw/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDM4TGGCcyvLiLTHfXaxwEUbayHbA", "channel_id": "UCUhFaUpnq31m6TNX2VKVSVA", "channel_name": "carwow", "channel_url": "https://www.youtube.com/@carwow", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu8AG-M1ZKoJqviwbU_i8rQ4eMtHwHlucAumMN98qw=s68-c-k-c0x00ffffff-no-rj", "description": "Which is the best luxurious plug-in hybrid - the Audi A8, or the Mercedes S-Class? Well, we're putting them to the test to find out!", "highlighted": [ "Audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 1266536, "publication_date": "3 months ago", "timestamp": "2022-09-30 14:43:10 +00:00", "duration_time": "14:44", "duration_time_seconds": 884 }, { "type": "youtube_video", "rank_group": 30, "rank_absolute": 32, "block_rank": 8, "block_name": "People also watched", "title": "Audi skysphere - Wild Roadster with a Variable Wheelbase!", "url": "https://www.youtube.com/watch?v=GhUfIXRkUF8", "video_id": "GhUfIXRkUF8", "thumbnail_url": "https://i.ytimg.com/vi/GhUfIXRkUF8/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDXtG28hGpPWlAl5f2DlL1QueT9Tg", "channel_id": "UCPOhQupz3MwGSIBG0OqVnAg", "channel_name": "RoCars", "channel_url": "https://www.youtube.com/@RoCarsTV", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_zIN3BjfBqdsdBbmp-mywYZmIhArHpWBOBrqmOsw=s68-c-k-c0x00ffffff-no-rj", "description": "Audi skysphere - Interior, Exterior and Features Power: 465 kW Torque: 750 Nm Range (WLTP): 500 km 0-100 (km/h): 4 s Weight ...", "highlighted": [ "Audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 14253582, "publication_date": "1 year ago", "timestamp": "2021-12-30 14:43:10 +00:00", "duration_time": "5:58", "duration_time_seconds": 358 }, { "type": "youtube_video", "rank_group": 31, "rank_absolute": 33, "block_rank": 9, "block_name": null, "title": "Ken Block’s ELECTRIKHANA: High Stakes Playground; Las Vegas, in the Audi S1 HOONITRON", "url": "https://www.youtube.com/watch?v=SO2Li9BMQp8", "video_id": "SO2Li9BMQp8", "thumbnail_url": "https://i.ytimg.com/vi/SO2Li9BMQp8/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAtluUcUyZhwpKga1qj06Cbvf1ZUQ", "channel_id": "UCXlfi8sf6cKGQ8sOd0-yRuw", "channel_name": "Hoonigan", "channel_url": "https://www.youtube.com/@TheHoonigans", "channel_logo": "https://yt3.ggpht.com/NisKF9UIP0cD7okrboDbJhfPiP6Bp4Lw4I7YIP6y0GQkxgmU9Zb3kiS4zTClfkJeagoKzsuP=s68-c-k-c0x00ffffff-no-rj", "description": "After a billion total views across 10 wildly successful Gymkhana Films, setting the current bar for automotive action movies, Ken ...", "highlighted": null, "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 5820449, "publication_date": "2 months ago", "timestamp": "2022-10-30 14:43:10 +00:00", "duration_time": "9:36", "duration_time_seconds": 576 }, { "type": "youtube_video", "rank_group": 32, "rank_absolute": 34, "block_rank": 10, "block_name": null, "title": "The next chapter in high-class mobility | The Audi urbansphere concept", "url": "https://www.youtube.com/watch?v=9pQ9E4k8uck", "video_id": "9pQ9E4k8uck", "thumbnail_url": "https://i.ytimg.com/vi/9pQ9E4k8uck/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCx15tqQ69KshQZmHvSksK3QQ90yQ", "channel_id": "UCO5ujNeWRIwP4DbCZqZWcLw", "channel_name": "Audi", "channel_url": "https://www.youtube.com/@Audi", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_iyn_apm6S6bi0P-nBUNil4mgAum9opQJGWeea=s68-c-k-c0x00ffffff-no-rj", "description": "Experience a new sphere of progress. Redefining the future of urban travel, the Audi urbansphere concept is a vision of premium ...", "highlighted": [ "Audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 1782453, "publication_date": "8 months ago", "timestamp": "2022-04-30 14:43:10 +00:00", "duration_time": "5:39", "duration_time_seconds": 339 }, { "type": "youtube_video", "rank_group": 33, "rank_absolute": 35, "block_rank": 11, "block_name": "Channels new to you", "title": "New 2023 Audi A8 Luxury 720hp Beast in detail 4k - P R E M I E R E ! ! !", "url": "https://www.youtube.com/watch?v=l_kblKxqvOY", "video_id": "l_kblKxqvOY", "thumbnail_url": "https://i.ytimg.com/vi/l_kblKxqvOY/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLArQDhGl6eA8wbTDV2XWfLvWwxc2A", "channel_id": "UC8nVdHwuvXjZCCR77e7rYCg", "channel_name": "Gold Car Studio", "channel_url": "https://www.youtube.com/@GoldCarStudio", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_YymR_yu80morXmeBOXJvHW4fmg7OzCIFHPu0q=s68-c-k-c0x00ffffff-no-rj", "description": "Welcome to the Gold Car Studio channel Enjoy in 4K ULTRA HD video resolution If you like video, don't forget to subscribe /share/ ...", "highlighted": null, "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 1061398, "publication_date": "13 days ago", "timestamp": "2022-12-17 14:43:10 +00:00", "duration_time": "2:25", "duration_time_seconds": 145 }, { "type": "youtube_video", "rank_group": 34, "rank_absolute": 36, "block_rank": 11, "block_name": "Channels new to you", "title": "2023 Audi RSQ8 - interior and Exterior Details (Brutal SUV)", "url": "https://www.youtube.com/watch?v=mVMCmC2OjhA", "video_id": "mVMCmC2OjhA", "thumbnail_url": "https://i.ytimg.com/vi/mVMCmC2OjhA/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAhv9yRN4x9lxmBpK-uYB4qs2oNZw", "channel_id": "UCFfFgeKVVhjXtQSXRj3e-Iw", "channel_name": "MEDCARS", "channel_url": "https://www.youtube.com/@MED-CARS", "channel_logo": "https://yt3.ggpht.com/LirlYWYcvKm_OzQLR5TlbRb2LHM_kHoojCD8m8fLM1MAgbnQmO_suaZuaqvi5DmkvApr9vF0=s68-c-k-c0x00ffffff-no-rj", "description": "2023 Audi RS Q8 Starting at $123.995 Highs Blindingly quick yet quiet and smooth, Lamborghini performance for a lot less.", "highlighted": [ "Audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 353029, "publication_date": "1 month ago", "timestamp": "2022-11-30 14:43:10 +00:00", "duration_time": "7:21", "duration_time_seconds": 441 }, { "type": "youtube_video", "rank_group": 35, "rank_absolute": 37, "block_rank": 11, "block_name": "Channels new to you", "title": "Durim Malaj - Audi Bmw (prod. Nurteel)", "url": "https://www.youtube.com/watch?v=4xtILN5kqzw", "video_id": "4xtILN5kqzw", "thumbnail_url": "https://i.ytimg.com/vi/4xtILN5kqzw/hqdefault.jpg?sqp=-oaymwEcCOADEI4CSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLA91j63hHgdyZVt8rX41UACDVOhHg", "channel_id": "UCUd0P7GJ_6UiLcIpfKH9sCQ", "channel_name": "ArkivaShqip", "channel_url": "https://www.youtube.com/@ArkivaShqip", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu80CKpCyAqlCEIJ6_cH5QWIfNBvla8HWBDydslkbQ=s68-c-k-c0x00ffffff-no-rj", "description": "Music & Lyrics: Nurteel Video: Imagine Films Model: Yllka Hoti Executive producer: Labinot Nuraj Available on: Spotify: ...", "highlighted": null, "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 8331229, "publication_date": "5 months ago", "timestamp": "2022-07-30 14:43:10 +00:00", "duration_time": "2:10", "duration_time_seconds": 130 }, { "type": "youtube_video", "rank_group": 36, "rank_absolute": 38, "block_rank": 11, "block_name": "Channels new to you", "title": "JAY 187 - AUDI (Prod. by XJAY) (Official Music Video)", "url": "https://www.youtube.com/watch?v=PCarWTIuEFQ", "video_id": "PCarWTIuEFQ", "thumbnail_url": "https://i.ytimg.com/vi/PCarWTIuEFQ/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLD9tBNF7XQS_WWHulbYCyqE0ASKQg", "channel_id": "UCdw5ySG0QDorJDv4c-xLQzg", "channel_name": "FAVELA 187", "channel_url": "https://www.youtube.com/@favela1878", "channel_logo": "https://yt3.ggpht.com/sATAffPcgK5VLk3bbB_eX9gyZmmNVlVv20ql53UCjZTR9cQNaYQrgxSBOtuSBHXMa-XkPy4t2w=s68-c-k-c0x00ffffff-no-rj", "description": "# audi #JAY187 #tirana.", "highlighted": [ "audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 104036, "publication_date": "1 month ago", "timestamp": "2022-11-30 14:43:10 +00:00", "duration_time": "3:14", "duration_time_seconds": 194 }, { "type": "youtube_video", "rank_group": 37, "rank_absolute": 39, "block_rank": 11, "block_name": "Channels new to you", "title": "AUDI RS6 C8 2021r THE END!!!", "url": "https://www.youtube.com/watch?v=mE2DNRpAm34", "video_id": "mE2DNRpAm34", "thumbnail_url": "https://i.ytimg.com/vi/mE2DNRpAm34/hq720.jpg?sqp=-oaymwE2CNAFEJQDSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgB_gmAAtAFigIMCAAQARhlIFwoUzAP&rs=AOn4CLDw8CyF5gZKto3bX6-vvWtTyRCk_w", "channel_id": "UCuldmC1X5ty1fN7hsk6Igpw", "channel_name": "DOMANproject - blacharz samochodowy", "channel_url": "https://www.youtube.com/@Domann100", "channel_logo": "https://yt3.ggpht.com/EdysEnUJ2YW0wsKDqS3oWAd08quoMcMjaRonL6xRuegFxJ8IgTzfUacT5On5n2xCamiIirlWMA=s68-c-k-c0x00ffffff-no-rj", "description": null, "highlighted": null, "badges": [ "New" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 5783, "publication_date": "19 hours ago", "timestamp": "2022-12-29 19:43:10 +00:00", "duration_time": "6:36", "duration_time_seconds": 396 }, { "type": "youtube_video", "rank_group": 38, "rank_absolute": 40, "block_rank": 11, "block_name": "Channels new to you", "title": "Sick Luke - AUDI (feat. Rhove, Capo Plaza) [Visual Album]", "url": "https://www.youtube.com/watch?v=LUrrjA4tBNc", "video_id": "LUrrjA4tBNc", "thumbnail_url": "https://i.ytimg.com/vi/LUrrjA4tBNc/hq720.jpg?sqp=-oaymwE2CNAFEJQDSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgB_gmAAtAFigIMCAAQARhPIGUoYTAP&rs=AOn4CLCeKybFcurxuKyNwx9JBriU_q-2dQ", "channel_id": "UCQloxfKGGx5G1fRLB21PKZw", "channel_name": "Sick Luke", "channel_url": "https://www.youtube.com/channel/UCQloxfKGGx5G1fRLB21PKZw", "channel_logo": "https://yt3.ggpht.com/K2MUEr-eWdvIq3Jq6B8WtJJigcg77y9SCUjoSjSt3PZfIh3Pe6XRktipk-JNkWgcKIcE2NV7jw=s88-c-k-c0x00ffffff-no-rj", "description": "Stream / Vinile / CD / Bundle #X2DELUXE: https://sickluke.lnk.to/X2-DELUXE Segui #SickLuke: ...", "highlighted": null, "badges": null, "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 818853, "publication_date": "4 weeks ago", "timestamp": "2022-12-02 14:43:10 +00:00", "duration_time": "2:41", "duration_time_seconds": 161 }, { "type": "youtube_video", "rank_group": 39, "rank_absolute": 41, "block_rank": 12, "block_name": null, "title": "2023 Audi RS5 Competition // Full Review + M3 Competition 0-60 Battle", "url": "https://www.youtube.com/watch?v=UqvpIenUmL0", "video_id": "UqvpIenUmL0", "thumbnail_url": "https://i.ytimg.com/vi/UqvpIenUmL0/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBkbniQ_hsYwk3FjYwJch17e204BA", "channel_id": "UCyXiDU5qjfOPxgOPeFWGwKw", "channel_name": "Throttle House", "channel_url": "https://www.youtube.com/@ThrottleHouse", "channel_logo": "https://yt3.ggpht.com/deDXCaHYS2Oya803d42wyok04YZtKbNZ4VxFvkn8NxHGlihxl4JbwTnwSXeNuMiVv9QOQWxL=s68-c-k-c0x00ffffff-no-rj", "description": "The 2023 Audi RS5 Sportback Competition ($109050 starting in Canada, $95895 starting in the US) aims to be so much more ...", "highlighted": [ "Audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 623757, "publication_date": "3 weeks ago", "timestamp": "2022-12-09 14:43:10 +00:00", "duration_time": "17:38", "duration_time_seconds": 1058 }, { "type": "youtube_video", "rank_group": 40, "rank_absolute": 42, "block_rank": 13, "block_name": null, "title": "Smokepurpp - Audi.", "url": "https://www.youtube.com/watch?v=Ka-fCsj2Qfk", "video_id": "Ka-fCsj2Qfk", "thumbnail_url": "https://i.ytimg.com/vi/Ka-fCsj2Qfk/hq720.jpg?sqp=-oaymwE2CNAFEJQDSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgB1AaAAuADigIMCAAQARhyIFcoJjAP&rs=AOn4CLDDTyUPWqtCJJFntsVfxmfppnMh5w", "channel_id": "UCVg18zoqoJL_9RwO3JXWBmA", "channel_name": "smokepurpp", "channel_url": "https://www.youtube.com/channel/UCVg18zoqoJL_9RwO3JXWBmA", "channel_logo": "https://yt3.ggpht.com/CrEGeKxF8ZbIyAuVqxBauO3LC0wnPoM-vXBhPdzMzGCt2eVO_2pIAdYILMWc6GXngjwVUk8nGog=s88-c-k-c0x00ffffff-no-rj", "description": "Smokepurpp - Audi . http://smarturl.it/Deadstar.", "highlighted": [ "Audi" ], "badges": null, "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 597273, "publication_date": "5 years ago", "timestamp": "2017-12-30 14:43:10 +00:00", "duration_time": "2:45", "duration_time_seconds": 165 }, { "type": "youtube_video", "rank_group": 41, "rank_absolute": 43, "block_rank": 14, "block_name": "From related searches", "title": "The 2023 MINI Cooper S Combines Driving Fun And Style But There's A Drawback", "url": "https://www.youtube.com/watch?v=Np_LnTmTiIY", "video_id": "Np_LnTmTiIY", "thumbnail_url": "https://i.ytimg.com/vi/Np_LnTmTiIY/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBlQHFVnITme92uP1vpUwkv_FVZ-w", "channel_id": "UCnRXwIiUyy1Jk3eviwPTdNg", "channel_name": "TFLnow", "channel_url": "https://www.youtube.com/@TFLnow", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu8pX5kbxWHC8pz654FU_YfbiudERiR0Dpir2RD-2A=s68-c-k-c0x00ffffff-no-rj", "description": "In this video, Tommy gets behind the wheel of the latest MINI Cooper S, a fun-to-drive hatchback that's aging fast.", "highlighted": null, "badges": null, "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 32047, "publication_date": "4 months ago", "timestamp": "2022-08-30 14:43:10 +00:00", "duration_time": "13:59", "duration_time_seconds": 839 }, { "type": "youtube_video", "rank_group": 42, "rank_absolute": 44, "block_rank": 14, "block_name": "From related searches", "title": "Jeep® | Jeep 4xe Day: Freedom Is Electric", "url": "https://www.youtube.com/watch?v=bQNxyMYXHmY", "video_id": "bQNxyMYXHmY", "thumbnail_url": "https://i.ytimg.com/vi/bQNxyMYXHmY/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAFfgpD0hJKr9RhXA2nChT8C5SNVg", "channel_id": "UCMWLdSdAyDcCy_OVzONKm0w", "channel_name": "Jeep", "channel_url": "https://www.youtube.com/@Jeep", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu8NE4g_wsR8MwVAJt4s7TWT9GRCJEfiFvALssjo9jI=s68-c-k-c0x00ffffff-no-rj", "description": "For 80 years, the Jeep® name has been indelibly associated with freedom, authenticity, adventure, and passion. These are ...", "highlighted": null, "badges": [ "CC" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 2704406, "publication_date": "3 months ago", "timestamp": "2022-09-30 14:43:10 +00:00", "duration_time": "7:17", "duration_time_seconds": 437 }, { "type": "youtube_video", "rank_group": 43, "rank_absolute": 45, "block_rank": 15, "block_name": null, "title": "This Is The NEW Audi S8?", "url": "https://www.youtube.com/watch?v=GfGu4IgPjoI", "video_id": "GfGu4IgPjoI", "thumbnail_url": "https://i.ytimg.com/vi/GfGu4IgPjoI/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDffyq5W7J6Uc0itYYMcDsfRfsLJw", "channel_id": "UC7Dh_sbcNd4BCXQkAqPM1AQ", "channel_name": "AutoTrader", "channel_url": "https://www.youtube.com/@AutoTraderTV", "channel_logo": "https://yt3.ggpht.com/D2rVY0GIhAZZ_QfIupATCauaxNC45N3JuDY6pqrI75VByFEj3Ey62xdpGTF-OOsGr7kDGlorlg=s68-c-k-c0x00ffffff-no-rj", "description": "Rory has a look at the Audi Grandsphere concept, which previews the next generation Audi A8 and S8, as well as the ...", "highlighted": [ "Audi", "Audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 1377055, "publication_date": "4 months ago", "timestamp": "2022-08-30 14:43:10 +00:00", "duration_time": "14:45", "duration_time_seconds": 885 }, { "type": "youtube_video", "rank_group": 44, "rank_absolute": 46, "block_rank": 16, "block_name": null, "title": "The CAR WIZARD shares the top AUDI cars TO Buy & NOT to Buy", "url": "https://www.youtube.com/watch?v=ooBsXAXboIo", "video_id": "ooBsXAXboIo", "thumbnail_url": "https://i.ytimg.com/vi/ooBsXAXboIo/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLD6aMiXfjsa8bNMGI55vjN-vwDUaQ", "channel_id": "UC2TTf3i4wwsRW8ex1zRXH8A", "channel_name": "Car Wizard", "channel_url": "https://www.youtube.com/@CarWizard", "channel_logo": "https://yt3.ggpht.com/62arHJU1KOExdN9sOYBJG2Yi8xS5dSVb1200K1FOiYvSIwCYGijytVQGFijZihiUyULf9Org67E=s68-c-k-c0x00ffffff-no-rj", "description": "The CAR WIZARD ♂️ shares the top Audi cars to Buy and which ones NOT to Buy. AMAZON AFFILIATE STORE: ...", "highlighted": [ "Audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 964708, "publication_date": "2 years ago", "timestamp": "2020-12-30 14:43:10 +00:00", "duration_time": "17:20", "duration_time_seconds": 1040 }, { "type": "youtube_video", "rank_group": 45, "rank_absolute": 47, "block_rank": 17, "block_name": null, "title": "MatoLale - AUDI (prod by Sivi & Edlir Begolli)", "url": "https://www.youtube.com/watch?v=g11oKpnTCtQ", "video_id": "g11oKpnTCtQ", "thumbnail_url": "https://i.ytimg.com/vi/g11oKpnTCtQ/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAEGFpbIhbgygb9A6GJeLMscTPcSQ", "channel_id": "UCEafEHdKEWYOnHDJBNmk9jg", "channel_name": "MATOLALE", "channel_url": "https://www.youtube.com/channel/UCEafEHdKEWYOnHDJBNmk9jg", "channel_logo": "https://yt3.ggpht.com/0v-iQNYcovAemApnSfRi2UlaVBeCSGY0k9SWZo2j46AC0SA6WVRkFTlMOblqItzLMXCr6sQ29Q=s88-c-k-c0x00ffffff-no-rj", "description": "MatoLale - AUDI (prod by Sivi & Edlir Begolli). ✔️ Did you subscribe to MATOLALE's ...", "highlighted": [ "AUDI" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 6564763, "publication_date": "1 year ago", "timestamp": "2021-12-30 14:43:10 +00:00", "duration_time": "2:56", "duration_time_seconds": 176 }, { "type": "youtube_video", "rank_group": 46, "rank_absolute": 48, "block_rank": 18, "block_name": null, "title": "New 2023 Audi A8 Luxury 720hp Beast in detail 4k - P R E M I E R E ! ! !", "url": "https://www.youtube.com/watch?v=l_kblKxqvOY", "video_id": "l_kblKxqvOY", "thumbnail_url": "https://i.ytimg.com/vi/l_kblKxqvOY/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLArQDhGl6eA8wbTDV2XWfLvWwxc2A", "channel_id": "UC8nVdHwuvXjZCCR77e7rYCg", "channel_name": "Gold Car Studio", "channel_url": "https://www.youtube.com/@GoldCarStudio", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_YymR_yu80morXmeBOXJvHW4fmg7OzCIFHPu0q=s68-c-k-c0x00ffffff-no-rj", "description": "Welcome to the Gold Car Studio channel Enjoy in 4K ULTRA HD video resolution If you like video, don't forget to subscribe /share/ ...", "highlighted": null, "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 1061398, "publication_date": "13 days ago", "timestamp": "2022-12-17 14:43:11 +00:00", "duration_time": "2:25", "duration_time_seconds": 145 }, { "type": "youtube_video", "rank_group": 47, "rank_absolute": 49, "block_rank": 19, "block_name": null, "title": "2022 Audi RS 3 - POV First Impressions", "url": "https://www.youtube.com/watch?v=gnEcaXjV5KA", "video_id": "gnEcaXjV5KA", "thumbnail_url": "https://i.ytimg.com/vi/gnEcaXjV5KA/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDkh4xvJdLOxPUgaOAuhhmrx_g2HA", "channel_id": "UCD4NnnbISbr4dvmmzQxC2bA", "channel_name": "TheTopher", "channel_url": "https://www.youtube.com/@TheTopher", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu9TQiO30PN1j0TXbz2Nra0AShg77S2wcfWVK6vwJA=s68-c-k-c0x00ffffff-no-rj", "description": "Base Price: $59995 (including destination) Engine: Inline-5 Cylinder Turbo 401 hp @ 6500 rpm: 369 lb-ft torque @ 3500 rpm ...", "highlighted": null, "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 272503, "publication_date": "4 months ago", "timestamp": "2022-08-30 14:43:11 +00:00", "duration_time": "37:38", "duration_time_seconds": 2258 }, { "type": "youtube_video", "rank_group": 48, "rank_absolute": 50, "block_rank": 20, "block_name": null, "title": "Audi R8 v RS e-tron GT v RS3 v RS6 v RSQ8 v RS5: DRAG RACE", "url": "https://www.youtube.com/watch?v=PmOItT3TtTE", "video_id": "PmOItT3TtTE", "thumbnail_url": "https://i.ytimg.com/vi/PmOItT3TtTE/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAqzA_GsYesDJhUtqCMLtZwtPylBw", "channel_id": "UCUhFaUpnq31m6TNX2VKVSVA", "channel_name": "carwow", "channel_url": "https://www.youtube.com/@carwow", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu8AG-M1ZKoJqviwbU_i8rQ4eMtHwHlucAumMN98qw=s68-c-k-c0x00ffffff-no-rj", "description": "Welcome to the greatest Audi drag race of all time! We've brought together SIX high-performance Audis to go head-to-head over ...", "highlighted": [ "Audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 4670919, "publication_date": "11 months ago", "timestamp": "2022-01-30 14:43:11 +00:00", "duration_time": "17:27", "duration_time_seconds": 1047 }, { "type": "youtube_video", "rank_group": 49, "rank_absolute": 51, "block_rank": 21, "block_name": null, "title": "2023 Audi Q7 // The Largest Audi is Still Going STRONG! (2023 changes)", "url": "https://www.youtube.com/watch?v=6TGmPfm5Zf0", "video_id": "6TGmPfm5Zf0", "thumbnail_url": "https://i.ytimg.com/vi/6TGmPfm5Zf0/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAAjyX8eyf5YjQo56ToftVVVD81mg", "channel_id": "UCeVTw5cnNOjtUN24PMKN8DA", "channel_name": "Car Confections", "channel_url": "https://www.youtube.com/@CarConfections", "channel_logo": "https://yt3.ggpht.com/NKphLX6RMG7DHYLbsvzrlMkRstcZDdowHVDpvPto-pLYgKUCEYFEB5aWNyUIOKY3ko666T7jZg=s68-c-k-c0x00ffffff-no-rj", "description": "Meet the 2023 Audi Q7 Premium Plus! For 2023, it gets a few updates to make it more competitive against all its rivals! Is it still a ...", "highlighted": [ "Audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 79977, "publication_date": "2 months ago", "timestamp": "2022-10-30 14:43:11 +00:00", "duration_time": "28:17", "duration_time_seconds": 1697 }, { "type": "youtube_video", "rank_group": 50, "rank_absolute": 52, "block_rank": 22, "block_name": null, "title": "THE PERFECT CAR? 2023 AUDI RS7 V8TT 3.2 SEC! - BEAUTY SHOTS, ACCELERATIONS, SOUND CHECKS & much more", "url": "https://www.youtube.com/watch?v=ZfbruNqrGA0", "video_id": "ZfbruNqrGA0", "thumbnail_url": "https://i.ytimg.com/vi/ZfbruNqrGA0/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAHTiDL_QScNo5zxsntysg7WWn3Dw", "channel_id": "UCs1V2QoEHzL-isndn6ngFhA", "channel_name": "Auditography", "channel_url": "https://www.youtube.com/@Auditography", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu8DEe_QS4qcLj8trTwVx4W_B-M5Xulmh4OGUrka=s68-c-k-c0x00ffffff-no-rj", "description": "We've had quite a few C8 Audi RS7's on the channel, so when I got this Nardo gray beauty from Audi Poland over the Holiday ...", "highlighted": [ "Audi", "Audi" ], "badges": [ "New", "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 6686, "publication_date": "20 hours ago", "timestamp": "2022-12-29 18:43:11 +00:00", "duration_time": "5:02", "duration_time_seconds": 302 }, { "type": "youtube_video", "rank_group": 51, "rank_absolute": 53, "block_rank": 23, "block_name": null, "title": "BETTER THAN GOLF R? 2022 Audi S3 Review", "url": "https://www.youtube.com/watch?v=WjuDBq5gAN8", "video_id": "WjuDBq5gAN8", "thumbnail_url": "https://i.ytimg.com/vi/WjuDBq5gAN8/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCdceLr5k1boGhuRowdvJS0v-kDIw", "channel_id": "UC86SBFIAgnYL3ll2ZDgmsuA", "channel_name": "TheStraightPipes", "channel_url": "https://www.youtube.com/@TheStraightPipes", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_mWZ0ienYzM5MwQntBG-U6v2AEEisqnvblpFYojA=s68-c-k-c0x00ffffff-no-rj", "description": "2022 Audi S3 review by The Straight Pipes. The Audi S3 Quattro Technik is putting down 306 horsepower and 295 lb-ft of torque ...", "highlighted": [ "Audi", "Audi" ], "badges": null, "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 453350, "publication_date": "1 year ago", "timestamp": "2021-12-30 14:43:11 +00:00", "duration_time": "16:33", "duration_time_seconds": 993 }, { "type": "youtube_video", "rank_group": 52, "rank_absolute": 54, "block_rank": 24, "block_name": null, "title": "BMW X1 vs Audi Q3 comparison REVIEW for the best compact premium SUV!", "url": "https://www.youtube.com/watch?v=KGolz7M2NYM", "video_id": "KGolz7M2NYM", "thumbnail_url": "https://i.ytimg.com/vi/KGolz7M2NYM/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLA0cV_408eO0pLTVpJrEo4jKycaMA", "channel_id": "UCG0__4AhnoCWRH7TPO0PQyg", "channel_name": "Autogefühl", "channel_url": "https://www.youtube.com/@autogefuehl", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu-8IbljXsLrO8RI6krLhHASvvG1s68p1N1IE6iGzQ=s68-c-k-c0x00ffffff-no-rj", "description": "This is our in-depth comparison review of the BMW X1 vs Audi Q3. We're taking a look at Exterior, Interior and the driving ...", "highlighted": [ "Audi" ], "badges": [ "New", "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 32404, "publication_date": "2 days ago", "timestamp": "2022-12-28 14:43:11 +00:00", "duration_time": "51:29", "duration_time_seconds": 3089 }, { "type": "youtube_video", "rank_group": 53, "rank_absolute": 55, "block_rank": 25, "block_name": null, "title": "2023 Audi RS3 (inc. 0-100, autonomy & reverse speed test) review: This 5cyl engine is unreal!", "url": "https://www.youtube.com/watch?v=JGR0VjEYppc", "video_id": "JGR0VjEYppc", "thumbnail_url": "https://i.ytimg.com/vi/JGR0VjEYppc/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDLJmdkdnseomX9NsdFcC3QLk3ZNA", "channel_id": "UC7DvMhvy3H7ntEgn9n3xQcQ", "channel_name": "CarExpert", "channel_url": "https://www.youtube.com/@CarExpertAus", "channel_logo": "https://yt3.ggpht.com/QaHsYP8omctJg-cu3VhKK6_95ZTw3uzZY8_2l_UxlB5dTcvguSlARo-CXrvmrbR_qPn6MIeURw=s68-c-k-c0x00ffffff-no-rj", "description": "The 5-cylinder engine in the Audi RS3 is one of my favourite engines ever. It sounds unreal, is hyper responsive and suits this tiny ...", "highlighted": [ "Audi" ], "badges": [ "New", "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 21304, "publication_date": "1 day ago", "timestamp": "2022-12-29 14:43:11 +00:00", "duration_time": "22:10", "duration_time_seconds": 1330 }, { "type": "youtube_video", "rank_group": 54, "rank_absolute": 56, "block_rank": 26, "block_name": null, "title": "WORLD PREMIERE! 2023 AUDI RS7 PERFORMANCE - MORE POWER, FASTER AND LIGHTER - FINALLY!!! - In Detail", "url": "https://www.youtube.com/watch?v=dwPPShKsfeU", "video_id": "dwPPShKsfeU", "thumbnail_url": "https://i.ytimg.com/vi/dwPPShKsfeU/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDS52GfHy7gEvvk1rfjsPcIDtiTmA", "channel_id": "UCs1V2QoEHzL-isndn6ngFhA", "channel_name": "Auditography", "channel_url": "https://www.youtube.com/@Auditography", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu8DEe_QS4qcLj8trTwVx4W_B-M5Xulmh4OGUrka=s68-c-k-c0x00ffffff-no-rj", "description": "As with the RS6 Performance a few hours ago, here we go again! Finally. Finally. Finally. Let me repeat that again: FINALLY.", "highlighted": null, "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 300897, "publication_date": "1 month ago", "timestamp": "2022-11-30 14:43:11 +00:00", "duration_time": "3:14", "duration_time_seconds": 194 }, { "type": "youtube_video", "rank_group": 55, "rank_absolute": 57, "block_rank": 27, "block_name": null, "title": "Audi skysphere - Wild Roadster with a Variable Wheelbase!", "url": "https://www.youtube.com/watch?v=GhUfIXRkUF8", "video_id": "GhUfIXRkUF8", "thumbnail_url": "https://i.ytimg.com/vi/GhUfIXRkUF8/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDXtG28hGpPWlAl5f2DlL1QueT9Tg", "channel_id": "UCPOhQupz3MwGSIBG0OqVnAg", "channel_name": "RoCars", "channel_url": "https://www.youtube.com/@RoCarsTV", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_zIN3BjfBqdsdBbmp-mywYZmIhArHpWBOBrqmOsw=s68-c-k-c0x00ffffff-no-rj", "description": "Audi skysphere - Interior, Exterior and Features Power: 465 kW Torque: 750 Nm Range (WLTP): 500 km 0-100 (km/h): 4 s Weight ...", "highlighted": [ "Audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 14253582, "publication_date": "1 year ago", "timestamp": "2021-12-30 14:43:11 +00:00", "duration_time": "5:58", "duration_time_seconds": 358 }, { "type": "youtube_video", "rank_group": 56, "rank_absolute": 58, "block_rank": 28, "block_name": null, "title": "2023 Audi RSQ8 - interior and Exterior Details (Brutal SUV)", "url": "https://www.youtube.com/watch?v=mVMCmC2OjhA", "video_id": "mVMCmC2OjhA", "thumbnail_url": "https://i.ytimg.com/vi/mVMCmC2OjhA/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAhv9yRN4x9lxmBpK-uYB4qs2oNZw", "channel_id": "UCFfFgeKVVhjXtQSXRj3e-Iw", "channel_name": "MEDCARS", "channel_url": "https://www.youtube.com/@MED-CARS", "channel_logo": "https://yt3.ggpht.com/LirlYWYcvKm_OzQLR5TlbRb2LHM_kHoojCD8m8fLM1MAgbnQmO_suaZuaqvi5DmkvApr9vF0=s68-c-k-c0x00ffffff-no-rj", "description": "2023 Audi RS Q8 Starting at $123.995 Highs Blindingly quick yet quiet and smooth, Lamborghini performance for a lot less.", "highlighted": [ "Audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 353029, "publication_date": "1 month ago", "timestamp": "2022-11-30 14:43:11 +00:00", "duration_time": "7:21", "duration_time_seconds": 441 }, { "type": "youtube_video", "rank_group": 57, "rank_absolute": 59, "block_rank": 29, "block_name": null, "title": "2023 BMW 3 Series vs Mercedes C-Class vs Audi A4 // The $50,000 Question", "url": "https://www.youtube.com/watch?v=q_gV4KgqItk", "video_id": "q_gV4KgqItk", "thumbnail_url": "https://i.ytimg.com/vi/q_gV4KgqItk/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLACUEm-RrS-vMeCpW27gFGHDGTvvA", "channel_id": "UCyXiDU5qjfOPxgOPeFWGwKw", "channel_name": "Throttle House", "channel_url": "https://www.youtube.com/@ThrottleHouse", "channel_logo": "https://yt3.ggpht.com/deDXCaHYS2Oya803d42wyok04YZtKbNZ4VxFvkn8NxHGlihxl4JbwTnwSXeNuMiVv9QOQWxL=s68-c-k-c0x00ffffff-no-rj", "description": "The Mercedes-Benz C300 ($60365 as specced in Canada, ~$48400 in the US) is all new this year, and has seen several ...", "highlighted": null, "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 1086151, "publication_date": "2 months ago", "timestamp": "2022-10-30 14:43:11 +00:00", "duration_time": "25:39", "duration_time_seconds": 1539 }, { "type": "youtube_video", "rank_group": 58, "rank_absolute": 60, "block_rank": 30, "block_name": null, "title": "FRANKLIN Ft. CYNi, IJ & LALA - Audi (Official Video)", "url": "https://www.youtube.com/watch?v=T-Tz8zWnIJM", "video_id": "T-Tz8zWnIJM", "thumbnail_url": "https://i.ytimg.com/vi/T-Tz8zWnIJM/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLANqiMtsaCemk4fttXVJvgRgrcgHg", "channel_id": "UCzFMnnfsC75BmUxDuGyMAQQ", "channel_name": "FRANKLIN WWT", "channel_url": "https://www.youtube.com/channel/UCzFMnnfsC75BmUxDuGyMAQQ", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu-WPZ4YWEVgZ4wM2A0qmnVdShT4NMYAFeyYWSbg=s88-c-k-c0x00ffffff-no-rj", "description": "Stream: https://songwhip.com/franklinwwt FRANKLIN Ft. CYNi, IJ & LALA - Audi Connect with artists: Instagram Franklin: ...", "highlighted": [ "Audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 1191858, "publication_date": "2 years ago", "timestamp": "2020-12-30 14:43:11 +00:00", "duration_time": "3:09", "duration_time_seconds": 189 }, { "type": "youtube_video", "rank_group": 59, "rank_absolute": 61, "block_rank": 31, "block_name": null, "title": "The Audi Car of the Future - Audi Skysphere", "url": "https://www.youtube.com/watch?v=1SaqSIvon_U", "video_id": "1SaqSIvon_U", "thumbnail_url": "https://i.ytimg.com/vi/1SaqSIvon_U/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBA24Ju4HwuUMOuxySy18JWN99o8A", "channel_id": "UCKSVUHI9rbbkXhvAXK-2uxA", "channel_name": "Supercar Blondie", "channel_url": "https://www.youtube.com/@SupercarBlondie", "channel_logo": "https://yt3.ggpht.com/Tu5e4QZQM1SrWBqyDrx7m9duC3H_htsKsiaH-xMBx9qfLdVwIh0ZcZf3xgZUhBbrotCFvGoXdMI=s68-c-k-c0x00ffffff-no-rj", "description": "This is the Audi car of the future called the Audi Skysphere and I am the first person in the World to drive one! The futuristic car has ...", "highlighted": [ "Audi", "Audi" ], "badges": null, "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 10599630, "publication_date": "1 year ago", "timestamp": "2021-12-30 14:43:11 +00:00", "duration_time": "9:44", "duration_time_seconds": 584 }, { "type": "youtube_video", "rank_group": 60, "rank_absolute": 62, "block_rank": 32, "block_name": null, "title": "We Bought a Hurricane Flood Damaged $100,000 Electric Audi E-Tron and its been a nonstop nightmare", "url": "https://www.youtube.com/watch?v=f2S-GkNEHtc", "video_id": "f2S-GkNEHtc", "thumbnail_url": "https://i.ytimg.com/vi/f2S-GkNEHtc/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLC5VAi-0hB_X4KVp4-Lu9S-Zaad6w", "channel_id": "UCfV0_wbjG8KJADuZT2ct4SA", "channel_name": "Rich Rebuilds", "channel_url": "https://www.youtube.com/@RichRebuilds", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_u9Hxk46xqtCYbXP1LLW8HW2btI7MVQN-A-nBuig=s68-c-k-c0x00ffffff-no-rj", "description": "Taking on another New Project, this could be a step too far? Check Out our Merch ...", "highlighted": null, "badges": [ "New" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 305918, "publication_date": "3 days ago", "timestamp": "2022-12-27 14:43:11 +00:00", "duration_time": "23:06", "duration_time_seconds": 1386 }, { "type": "youtube_video", "rank_group": 61, "rank_absolute": 63, "block_rank": 33, "block_name": null, "title": "Why Lando Norris should be Audi’s number one F1 target", "url": "https://www.youtube.com/watch?v=bybfFPNnQiY", "video_id": "bybfFPNnQiY", "thumbnail_url": "https://i.ytimg.com/vi/bybfFPNnQiY/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDvZNxsjLOrdb1Ych61JJ3SWEBFfQ", "channel_id": "UCaTxfj0BzL-MaCy-YUqPRoQ", "channel_name": "THE RACE", "channel_url": "https://www.youtube.com/@WeAreTheRace", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu-7fYm3pUHInj80u8BY1p13KMUNCpSSaWuXJEkh=s68-c-k-c0x00ffffff-no-rj", "description": "When ex-McLaren boss Andreas Seidl starts as Sauber CEO in January his first priority will be hiring a new F1 team principal.", "highlighted": null, "badges": [ "New" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 184767, "publication_date": "3 days ago", "timestamp": "2022-12-27 14:43:11 +00:00", "duration_time": "8:29", "duration_time_seconds": 509 }, { "type": "youtube_video", "rank_group": 62, "rank_absolute": 64, "block_rank": 34, "block_name": null, "title": "2022 Audi Q3 45 S line Premium - POV Review", "url": "https://www.youtube.com/watch?v=P5-9ejtSa9I", "video_id": "P5-9ejtSa9I", "thumbnail_url": "https://i.ytimg.com/vi/P5-9ejtSa9I/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCqhgD1r4dJWYsiRaP6FBrIOgcqvg", "channel_id": "UCD4NnnbISbr4dvmmzQxC2bA", "channel_name": "TheTopher", "channel_url": "https://www.youtube.com/@TheTopher", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu9TQiO30PN1j0TXbz2Nra0AShg77S2wcfWVK6vwJA=s68-c-k-c0x00ffffff-no-rj", "description": "MSRP: From $38700 Horsepower: 228 hp Engine: 2.0 L 4-cylinder Cargo volume: 23.7 ft³, 48 ft³ with seat area MPG: 21 city / 28 ...", "highlighted": null, "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 54089, "publication_date": "1 month ago", "timestamp": "2022-11-30 14:43:11 +00:00", "duration_time": "14:15", "duration_time_seconds": 855 }, { "type": "youtube_video", "rank_group": 63, "rank_absolute": 65, "block_rank": 35, "block_name": null, "title": "2022 Audi RS 7 - Perfect Car In Beautiful Details", "url": "https://www.youtube.com/watch?v=0AcvHuGeOZE", "video_id": "0AcvHuGeOZE", "thumbnail_url": "https://i.ytimg.com/vi/0AcvHuGeOZE/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCA3ELa189xmcteaQzQgT-x7aFnYQ", "channel_id": "UCPOhQupz3MwGSIBG0OqVnAg", "channel_name": "RoCars", "channel_url": "https://www.youtube.com/@RoCarsTV", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu_zIN3BjfBqdsdBbmp-mywYZmIhArHpWBOBrqmOsw=s68-c-k-c0x00ffffff-no-rj", "description": "Audi RS 7 Sportback (2022) - Interior, Exterior and Drive Engine: V8, 4.0 L, 600 Hp, 800 Nm Perfomance: 0-100 (km/h): 3.6 s Top ...", "highlighted": [ "Audi" ], "badges": [ "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 2205765, "publication_date": "1 year ago", "timestamp": "2021-12-30 14:43:11 +00:00", "duration_time": "4:58", "duration_time_seconds": 298 }, { "type": "youtube_video", "rank_group": 64, "rank_absolute": 66, "block_rank": 36, "block_name": null, "title": "This SUV Is One Of The Best Audis Ever! (Audi SQ8 V8 2023 Review)", "url": "https://www.youtube.com/watch?v=tUWLEvi5nCo", "video_id": "tUWLEvi5nCo", "thumbnail_url": "https://i.ytimg.com/vi/tUWLEvi5nCo/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLB3A6tf2htHEek9G8IDxJ3inZuXxA", "channel_id": "UCOrq9kPbzUCCpFTsDyzC-kw", "channel_name": "Chasing Cars", "channel_url": "https://www.youtube.com/@chasingcars", "channel_logo": "https://yt3.ggpht.com/ytc/AMLnZu9_lW4fuPmi6JZ8vFzEQo7iPfvj_74tcBEOQszYsQ=s68-c-k-c0x00ffffff-no-rj", "description": "We test the new Audi SQ8 with the petrol V8 engine, which replaces the old diesel V8 we loved - but don't worry, the 2023 SQ8 is ...", "highlighted": [ "Audi" ], "badges": [ "New", "4K" ], "is_live": false, "is_shorts": false, "is_movie": null, "views_count": 7990, "publication_date": "2 days ago", "timestamp": "2022-12-28 14:43:11 +00:00", "duration_time": "11:30", "duration_time_seconds": 690 } ] } ] } ] }
Description of the fields for sending a request:
Field name | Type | Description |
---|---|---|
id |
string | task identifier unique task identifier in our system in the UUID format you will be able to use it within 30 days to request the results of the task at any time |
As a response of the API server, you will receive JSON-encoded data containing a tasks
array with the information specific to the set tasks.
You can also get all available SERP features and possible extra elements by making a request to the following Sandbox URL:
https://sandbox.dataforseo.com/v3/serp/youtube/organic/task_get/advanced/00000000-0000-0000-0000-000000000000
The response will include all available items in the YouTube Organic SERP Advanced endpoint with the fields containing dummy data.
You won’t be charged for using Sandbox endpoints.
Description of the fields in the results array:
Field name | Type | Description |
---|---|---|
version |
string | the current version of the API |
status_code |
integer | general status code you can find the full list of the response codes here Note: we strongly recommend designing a necessary system for handling related exceptional or error conditions |
status_message |
string | general informational message you can find the full list of general informational messages here |
time |
string | execution time, seconds |
cost |
float | total tasks cost, USD |
tasks_count |
integer | the number of tasks in the tasks array |
tasks_error |
integer | the number of tasks in the tasks array returned with an error |
tasks |
array | array of tasks |
id |
string | task identifier unique task identifier in our system in the UUID format |
status_code |
integer | status code of the task generated by DataForSEO; can be within the following range: 10000-60000 you can find the full list of the response codes here |
status_message |
string | informational message of the task you can find the full list of general informational messages here |
time |
string | execution time, seconds |
cost |
float | cost of the task, USD |
result_count |
integer | number of elements in the result array |
path |
array | URL path |
data |
object | contains the same parameters that you specified in the POST request |
result |
array | array of results |
keyword |
string | keyword received in a POST array the keyword is returned with decoded %## (plus symbol ‘+’ will be decoded to a space character) |
se_domain |
string | search engine domain in a POST array |
location_code |
integer | location code in a POST array |
language_code |
string | language code in a POST array |
check_url |
string | direct URL to search engine results you can use it to make sure that we provided accurate results |
datetime |
string | date and time when the result was received in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00” example: 2019-11-15 12:57:46 +00:00 |
spell |
object | autocorrection of the search engine if the search engine provided results for a keyword that was corrected, we will specify the keyword corrected by the search engine and the type of autocorrection |
item_types |
array | types of search results in SERP contains types of search results ( items ) found in SERP.possible item types: youtube_channel , youtube_video , youtube_video_paid |
se_results_count |
integer | total number of results in SERP |
items_count |
integer | the number of results returned in the items array |
items |
array | elements of search results found in SERP |
‘youtube_channel’ element | ||
type |
string | type of element = ‘youtube_channel’ YouTube channel related to the specified search term |
rank_group |
integer | group rank in SERP position within a group of elements with identical type valuespositions of elements with different type values are omitted from rank_group |
rank_absolute |
integer | absolute rank in SERP for the target domain absolute position among all the elements in SERP |
block_rank |
integer | block rank in SERP position among all the blocks in SERP |
block_name |
string | name of the block in SERP example: "People also watched"
|
channel_id |
string | ID of the channel |
name |
string | name of the channel |
url |
string | URL of the channel |
logo |
string | the URL of the page where the logo image is hosted |
video_count |
integer | the number of videos counted on the channel |
is_verified |
boolean | indicates whether the channel has a “verified” label |
description |
string | description of the channel |
highlighted |
array | highlighted keywords in the description |
‘youtube_video’ element | ||
type |
string | type of element = ‘youtube_video’ |
rank_group |
integer | group rank in SERP position within a group of elements with identical type valuespositions of elements with different type values are omitted from rank_group |
rank_absolute |
integer | absolute rank in SERP for the target domain absolute position among all the elements in SERP |
block_rank |
integer | block rank in SERP position among all the blocks in SERP |
block_name |
string | name of the block in SERP example: "People also watched"
|
title |
string | title of the video |
url |
string | URL of the video |
video_id |
string | ID of the video |
thumbnail_url |
string | the URL of the page where the thumbnail is hosted |
channel_id |
string | the ID of the channel where the video is published |
channel_name |
string | the name of the channel where the video is published |
channel_url |
string | the URL of the channel where the video is published |
channel_logo |
string | the URL of the page where the logo image of the channel is hosted |
description |
string | description of the video |
highlighted |
array | highlighted keywords in the description |
badges |
array | video badges example: New , CC , 4K
|
is_live |
boolean | indicates whether the video is a live broadcast |
is_shorts |
boolean | indicates whether the video is shorts |
is_movie |
boolean | indicates whether the video is a movie |
views_count |
integer | number of views of the video |
publication_date |
string | the date when the video is published |
timestamp |
string | date and time when the result is published in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00” example: 2022-11-15 12:57:46 +00:00
|
duration_time |
string | duration of the video |
duration_time_seconds |
integer | duration of the video in seconds | ‘youtube_video_paid’ element |
type |
string | type of element = ‘youtube_video_paid’ |
rank_group |
integer | group rank in SERP position within a group of elements with identical type valuespositions of elements with different type values are omitted from rank_group |
rank_absolute |
integer | absolute rank in SERP for the target domain absolute position among all the elements in SERP |
block_rank |
integer | block rank in SERP position among all the blocks in SERP |
block_name |
string | name of the block in SERP example: "People also watched"
|
title |
string | title of the video |
url |
string | URL of the video |
video_id |
string | ID of the video |
thumbnail_url |
string | the URL of the page where the thumbnail is hosted |
channel_id |
string | the ID of the channel where the video is published |
channel_name |
string | the name of the channel where the video is published |
channel_url |
string | the URL of the channel where the video is published |
channel_logo |
string | the URL of the page where the logo image of the channel is hosted |
description |
string | description of the video |
highlighted |
array | highlighted keywords in the description |
badges |
array | video badges example: New , CC , 4K
|
is_live |
boolean | indicates whether the video is a live broadcast |
is_shorts |
boolean | indicates whether the video is shorts |
is_movie |
boolean | indicates whether the video is a movie |
views_count |
integer | number of views of the video |
publication_date |
string | the date when the video is published |
timestamp |
string | date and time when the result is published in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00” example: 2022-11-15 12:57:46 +00:00
|
duration_time |
string | duration of the video |
duration_time_seconds |
integer | duration of the video in seconds |