Inline Videos
Inline video results are shown as a video carousel within Google Search results. Each item in the inline_videos array represents one video.
Endpoint:
https://api.scrapingdog.com/googleAPI Response

API Response
{
"inline_videos": [
{
"title": "Web Scraping 101: How To Scrape 99% of Sites",
"source": "YouTube · Dorian Develops",
"date": "Nov 19, 2024",
"platform": "YouTube",
"duration": "18:58",
"position": 1
},
{
"title": "The 9 Best Ways to Scrape Any Website in N8N",
"source": "YouTube · Nick Saraev",
"date": "Feb 8, 2025",
"platform": "YouTube",
"duration": "1:08:45",
"position": 2
},
{
"title": "Scrape Any Website in 5 Minutes! Web Scraping Tutorial",
"source": "YouTube · Kunal Kushwaha",
"date": "Apr 11, 2024",
"platform": "YouTube",
"duration": "21:39",
"position": 3
}
]
}