YouTube Related Videos Scraper avatar

YouTube Related Videos Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
YouTube Related Videos Scraper

YouTube Related Videos Scraper

From one watch-page video id, collect recommended videos with thumbnails, channels, and stats—paged automatically up to your cap.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Share

Start from a single video (its watch-page id) and collect recommended videos that appear next to it in the product: titles, channels, thumbnails, view hints, and publish text when available. Optionally bias the list with region and language hints. The actor follows the continuation flow so you can gather more than one page—up to the limit you set.

Who it’s for

  • Creators and analysts mapping what the product suggests after a given clip.
  • Researchers building recommendation graphs from a seed video.
  • Automation that stores “related” snapshots on a schedule.

What you can do with it

  • Paste one video id from a watch URL.
  • Optional region and language hints to align the feed with an audience.
  • Cap how many related rows to collect across pages.

How it works (in plain terms)

You provide the starting video id and options. The actor loads the first page of related items, saves rows until your cap, then automatically requests additional pages using the continuation value returned by the service, pausing briefly between requests. You do not paste tokens yourself.

Input

FieldRequiredWhat it means
Starting video ID (videoId)YesThe id from the watch URL (v= parameter).
Region (region)NoCountry or region code to bias results (e.g. US, GB).
Language hint (language)NoLocale or language preference (e.g. en).
Maximum results (maxResults)NoUpper bound on related rows to collect (default 100).

Output

  • One row per related video (until your cap). The starting id is skipped if it appears again in the list.
  • Related item fields typically include type, videoId, title, channelTitle, channelId, channelHandle, channelThumbnail, views and publish text, thumbnail, and more when returned.
  • Seed context: seedVideoId repeats your input id; seedVideoTitle / seedChannelTitle are taken from the header block when the response includes them (title and channel of the video you started from).
  • Optional: region when you set it; scrapedAt on every row.

Field availability varies by item and may change over time.

{
"type": "video",
"videoId": "ZnH9WjE7x8c",
"title": "Ultimate 80s Classics – Timeless Icons in One Playlist",
"channelTitle": "Flashback Grooves",
"viewCountText": "8.9M views",
"publishedTimeText": "11 months ago",
"publishDate": "2025-04-26",
"publishedAt": "2025-04-26T00:00:00Z",
"channelId": "UC2OVENVJuluxCf5OhMC3z0w",
"channelHandle": "@FlashbackGrooves",
"channelThumbnail": [
{
"url": "https://yt3.ggpht.com/OSSmN8y1Mi_gj9uOw2P_t5v1zmiZDPKM7E7Nx3opDi9-8fUQZ4MDc001MMSpfz9HjVVzdeqbww=s68-c-k-c0x00ffffff-no-rj",
"width": 68,
"height": 68
}
],
"description": "",
"thumbnail": [
{
"url": "https://i.ytimg.com/vi/ZnH9WjE7x8c/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBdABAlyqNW1iKvDNpCKwQPRb8k3w",
"width": 168,
"height": 94
},
{
"url": "https://i.ytimg.com/vi/ZnH9WjE7x8c/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLD8p2sdJWT-1qMbvfnlSn3ESP-zpA",
"width": 336,
"height": 188
}
],
"seedVideoId": "dQw4w9WgXcQ",
"seedVideoTitle": "Rick Astley - Never Gonna Give You Up (Official Video) (4K Remaster)",
"seedChannelTitle": "Rick Astley",
"region": "US",
"scrapedAt": "2026-03-27T01:44:08.334Z"
}