Retrieving digital assets...
Scrape video results from Google Videos search including title, link, source, duration, date, and thumbnail
99%
30s
500+
Apify Actor that scrapes video results from Google Videos search. Extracts video title, link, source, duration, date, and thumbnail from the Google Videos SERP.
This scraper searches Google Videos and extracts structured data from the results. It supports pagination, country/language targeting, and proxy configuration for reliable access.
| Field | Type | Default | Description |
|---|---|---|---|
query | string | "machine learning tutorial" | The video search term to use on Google Videos |
maxItems | integer | 50 | Maximum number of video results to retrieve (1–500) |
gl | string | "us" | Two-letter country code for localized results (e.g. us, in, uk) |
hl | string | "en" | Two-letter language code (e.g. en, es, de) |
proxyConfiguration | object | Apify Residential | Proxy settings (residential recommended) |
{
"query": "machine learning tutorial",
"maxItems": 50,
"gl": "us",
"hl": "en"
}
Each result in the dataset contains the following fields:
| Field | Type | Description |
|---|---|---|
position | integer | Result position on the page |
title | string | Video title |
link | string | Direct URL to the video |
source | string | Video source / channel name |
duration | string | Video duration (e.g. "12:34") |
date | string | Published date or relative age (e.g. "2 months ago") |
thumbnail | string | Thumbnail image URL |
searchQuery | string | The original search query |
searchUrl | string | Google Videos search URL used |
scrapedAt | string | ISO timestamp of when the result was scraped |
{
"position": 1,
"title": "Machine Learning Full Course - Learn Machine Learning 10 Hours",
"link": "https://www.youtube.com/watch?v=GwIo3gDZCVQ",
"source": "edureka!",
"duration": "10:33:49",
"date": "5 years ago",
"thumbnail": "https://i.ytimg.com/vi/GwIo3gDZCVQ/hq720.jpg",
"searchQuery": "machine learning tutorial",
"searchUrl": "https://www.google.com/search?q=machine+learning+tutorial&tbm=vid&start=0&gl=us&hl=en",
"scrapedAt": "2026-02-28T08:30:00.000Z"
}
Explore more automation tools and scrapers to supercharge your data acquisition workflow.