YouTube API Related Videos avatar

YouTube API Related Videos

Pricing

from $0.20 / 1,000 results

Go to Apify Store
YouTube API Related Videos

YouTube API Related Videos

Fetch related YouTube videos for a given video ID.

Pricing

from $0.20 / 1,000 results

Rating

0.0

(0)

Developer

Scrappa

Scrappa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

4 days ago

Last modified

Share

Fetch related YouTube videos for a single video ID. The Actor calls Scrappa's YouTube related videos endpoint and saves each related video as a separate Apify dataset item.

Input

FieldTypeRequiredDescription
idstringYesYouTube video ID.
continuationstringNoContinuation token from a previous response for fetching the next page of related videos.

Example:

{
"id": "dQw4w9WgXcQ",
"continuation": "optional-next-page-token"
}

Output

The Actor stores one dataset item per related video returned by the API. Fields depend on the current Scrappa YouTube response, and typically include the video ID, title, URL, thumbnail, duration, view count, publish metadata, and channel metadata.