YouTube Gaming Trends Scraper
Pricing
from $4.99 / 1,000 results
YouTube Gaming Trends Scraper
Scrape trending gaming videos from YouTube Gaming section. Extracts video details, channel information, view counts, game names, and more. Perfect for gaming content analysis and market research.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Coding Frontned
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
YouTube Gaming Page Scraper
Collect current video cards from YouTube's first-party Gaming page. The Actor preserves page section and order; it does not claim the records are a global or country-wide gaming-trends ranking.
It reads YouTube's embedded page data and follows a bounded number of first-party youtubei browse continuations with native HTTP. This removes the browser/scroll dependency while preserving renderer evidence and optional proxy routing.
Input
| Field | Default | Description |
|---|---|---|
maxItems | 30 | Maximum unique video records to write (1–50). |
maxContinuationRequests | 3 | First-party continuation request cap (0–5). |
countryCode | US | Two-letter country code passed to YouTube as gl. |
locale | en-US | Language-country locale passed to YouTube as hl and request headers. |
proxyConfiguration | — | Optional Apify/custom proxy configuration. Direct requests are the default. |
Output
Records contain only values present in the YouTube renderer, plus deterministic identifiers and scrape context. Depending on the card, this can include:
rank,section,videoId,url,title,description, andthumbnailUrlchannelName,channelId, andchannelUrlviewCountText, parsedviewCount,publishedTimeText,durationisLive,liveStatus,badges, plus game/category labels only when YouTube supplies themcountryCode,locale,source,sourcePage,sourceSearchUrl, andscrapedAt
Nulls, blank strings, empty arrays/objects, and non-finite values are removed. The run is atomic: request, configuration, continuation, and zero-result failures occur before any dataset write.
Notes
- YouTube controls the exact content and ordering of
/gaming; it can change by time, country, locale, and signed-out session. - Use a modest
maxItemsand optional Residential proxy configuration when operating at scale.
Example output record:
{"recordType": "youtube_gaming_video","rank": 1,"section": "Popular gaming videos","videoId": "dQw4w9WgXcQ","title": "A public gaming video","url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ","countryCode": "US","locale": "en-US","source": "youtube.com/gaming page ordering","scrapedAt": "2026-08-16T10:00:00.000Z"}