VOOZH about

URL: https://apify.com/seemuapps/google-youtube-data

โ‡ฑ Google YouTube Data ยท Apify


Pricing

from $10.00 / 1,000 search query executeds

Go to Apify Store

Search YouTube via the Data API v3 and return enriched video metadata โ€” title, channel, stats, duration, and thumbnail โ€” for every result.

Pricing

from $10.00 / 1,000 search query executeds

Rating

0.0

(0)

Developer

๐Ÿ‘ Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 days ago

Last modified

Share

Turn any list of YouTube search queries into a clean dataset of video metadata โ€” title, channel, view/like/comment counts, duration, publish date, and thumbnail โ€” pulled live from the official YouTube Data API v3.

What you get

  • One dataset row per (query, video) โ€” perfect for pivoting by keyword
  • Full statistics โ€” viewCount, likeCount, commentCount as parsed integers
  • Parsed duration โ€” both raw ISO 8601 (PT4M13S) and seconds (253)
  • Best-available thumbnail URL (high โ†’ medium โ†’ default)
  • Channel attribution โ€” channelId and channelTitle on every row
  • Sort and filter by relevance, date, rating, view count, or title
  • Time-bounded queries โ€” optional publishedAfter ISO 8601 cutoff
  • Error-tolerant โ€” failed queries emit a single error row, the run continues

Use cases

  • Channel competitive analysis โ€” pull every top-ranking video for a keyword set and compare which channels dominate
  • Content discovery โ€” surface the newest high-engagement videos in any niche, refreshed on a schedule
  • Trend tracking โ€” feed the dataset into a dashboard to chart view-count growth across topics over time
  • Influencer research โ€” identify creators ranking for target keywords, ranked by subscribers and engagement
  • Video SEO datasets โ€” build training data of titles, descriptions, durations, and view counts to model what ranks
  • Ad targeting โ€” assemble lists of high-traffic videos by topic for YouTube placement campaigns

How to use

  1. Paste your Search Queries โ€” one per entry
  2. Set Max Results Per Query (1โ€“50, default 10)
  3. Pick an Order โ€” relevance (default), date, rating, viewCount, or title
  4. Optionally set Published After to a datetime to filter out older videos
  5. Run the actor โ€” results appear in the Dataset tab

Output format

Each dataset record:

{
"query":"apify scraping",
"videoId":"dQw4w9WgXcQ",
"status":"success",
"title":"How to scrape any website with Apify",
"channelId":"UCxxxxxxxxxxxxxxxxxxxx",
"channelTitle":"Apify",
"publishedAt":"2024-03-12T14:00:00Z",
"description":"In this video we showโ€ฆ",
"thumbnailUrl":"https://i.ytimg.com/vi/dQw4w9WgXcQ/hqdefault.jpg",
"viewCount":12453,
"likeCount":412,
"commentCount":38,
"durationIso":"PT8M21S",
"durationSeconds":501,
"url":"https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"error":null
}

If a query fails, one row is emitted with status: "error", videoId: "", and error containing the reason โ€” the run continues with the remaining queries.

Order options

OrderBest for
relevanceDefault YouTube ranking โ€” what a typical user would see
dateNewest videos first โ€” trend monitoring, news topics
ratingHighest-rated videos โ€” quality discovery
viewCountMost-watched videos โ€” competitive benchmarking
titleAlphabetical by title โ€” deterministic ordering for diffs

Notes

  • Powered by the official YouTube Data API v3 โ€” every result is current, no scraping fragility
  • Each query costs 100 API units (search) + 1 unit per 50 videos (videos.list)
  • A video that matches multiple input queries is emitted once per query so you can analyse keyword overlap

You might also like

YouTube Video & Channel Scraper

cloud9_ai/youtube-scraper

Extract YouTube video data via official API v3: titles, views, likes, comments, thumbnails, channel stats, tags. Search by keyword or scrape entire channels. Requires YouTube API key. Perfect for content research, competitor analysis, trend monitoring.

YouTube Channel Stats Scraper

botflowtech/youtube-channel-stats-scraper

Extract comprehensive statistics from YouTube channels including subscribers, views, video count, engagement metrics, and recent video performance using the official YouTube Data API v3.

YouTube Channel Videos Scraper

seemuapps/youtube-channel-videos-scraper

List every video on a YouTube channel with title, duration, approximate upload date, thumbnail, and direct URL.

๐Ÿ”ฅYoutube Advanced Search Scraper

aimscrape/youtube-search-video-scraper

Search YouTube and export a clean video list (video URL/ID, title, thumbnail, views text, publish date, duration, channel metadata) using an Apify Actor.

Youtube Metadata Scraper

scrapapi/youtube-metadata-scraper

๐ŸŽฅ YouTube Metadata Scraper (youtube-metadata-scraper) pulls video & channel data: titles, descriptions, tags, thumbnails, duration, views, likes, upload dates, and channel stats. ๐Ÿ”Ž Ideal for SEO, content research, and competitor analysis. โšก Fast, reliable, API-friendly.

YouTube Channel Scraper

logiover/youtube-channel-scraper

Scrape every YouTube channel video without an API key or login. YouTube Data API alternative; export channel video data to CSV, JSON or Excel.

Youtube Search Scraper

crawlerbros/youtube-search-scraper

Scrape YouTube search results without cookies. Extracts video metadata (title, views, duration, channel info), channel profiles, and playlists. Supports all YouTube search filters (sort, upload date, type, duration, features).

76

5.0

YouTube Trending Video Scraper

akash9078/youtube-trending-scraper

Scrape YouTube trending videos by region and category using the YouTube Data API v3. Extract video metadata, views, likes, comments, and more for SEO research, content planning, and trend analysis.

๐Ÿ‘ User avatar

Akash Kumar Naik

65

YouTube Videos Scraper

thescrapelab/Apify-YouTube-Videos-Scraper-2-0

Scrape YouTube video metadata from search queries, channels, and video URLs without the YouTube API. Export titles, links, views, thumbnails, and channel data.