Google Videos Scraper avatar

Google Videos Scraper

Pricing

$4.99/month + usage

Go to Apify Store
Google Videos Scraper

Google Videos Scraper

Scrape video results from Google Videos search including title, link, source, duration, date, and thumbnail

Pricing

$4.99/month + usage

Rating

0.0

(0)

Developer

codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Apify Actor that scrapes video results from Google Videos search. Extracts video title, link, source, duration, date, and thumbnail from the Google Videos SERP.

What it does

This scraper searches Google Videos and extracts structured data from the results. It supports pagination, country/language targeting, and proxy configuration for reliable access.

Input

FieldTypeDefaultDescription
querystring"machine learning tutorial"The video search term to use on Google Videos
maxItemsinteger50Maximum number of video results to retrieve (1–500)
glstring"us"Two-letter country code for localized results (e.g. us, in, uk)
hlstring"en"Two-letter language code (e.g. en, es, de)
proxyConfigurationobjectApify ResidentialProxy settings (residential recommended)

Example input

{
"query": "machine learning tutorial",
"maxItems": 50,
"gl": "us",
"hl": "en"
}

Output

Each result in the dataset contains the following fields:

FieldTypeDescription
positionintegerResult position on the page
titlestringVideo title
linkstringDirect URL to the video
sourcestringVideo source / channel name
durationstringVideo duration (e.g. "12:34")
datestringPublished date or relative age (e.g. "2 months ago")
thumbnailstringThumbnail image URL
searchQuerystringThe original search query
searchUrlstringGoogle Videos search URL used
scrapedAtstringISO timestamp of when the result was scraped

Example output

{
"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"
}

Features

  • Scrapes video results from the Google Videos tab
  • Extracts title, link, source, duration, date, and thumbnail
  • Handles Google consent pages and CAPTCHA detection
  • Session rotation and browser fingerprint randomization
  • Parallel tab scraping for fast pagination
  • Configurable country and language targeting
  • Residential proxy support for reliable access