YouTube Search Scout — Builder & Demand Signals avatar

YouTube Search Scout — Builder & Demand Signals

Pricing

$0.10 / actor start

Go to Apify Store
YouTube Search Scout — Builder & Demand Signals

YouTube Search Scout — Builder & Demand Signals

Search YouTube for builder and demand signals. Extract video metadata, engagement stats, and channel info for any query. Perfect for competitor research, content planning, and market validation.

Pricing

$0.10 / actor start

Rating

0.0

(0)

Developer

Valdeir Lima

Valdeir Lima

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

20 days ago

Last modified

Share

YouTube Search Scraper — No API Key

Scrape YouTube search results without an API key or login. Enter any search query and get structured video data: title, channel, view count, length, publish date, description and URL. Perfect for market research, demand validation, competitor content analysis and finding creators in any niche.

What this YouTube scraper does

  • Searches YouTube for any query (or list of queries)
  • Extracts video title, channel name, channel URL, views, length, age and description
  • Parses real view counts into numbers so you can sort and filter
  • No YouTube Data API key and no quota limits — it reads ytInitialData

Use cases

  • Demand research — see how many videos and views a topic gets
  • Competitor analysis — find who is making content in your niche and how it performs
  • Influencer / creator discovery — build lists of channels by keyword
  • Content ideas — surface high-performing titles and angles
  • Trend spotting — track "I built…", "$X MRR", or any niche phrase

Input

FieldTypeDefaultDescription
searchQueriesarrayYouTube search terms
maxResultsinteger30Max videos per query
useProxybooleantrueRoute through Apify Proxy to avoid consent walls

Example input

{
"searchQueries": ["ai automation agency", "how I built a saas"],
"maxResults": 50
}

Output

{
"videoId": "abc123",
"url": "https://www.youtube.com/watch?v=abc123",
"title": "How I Built a SaaS Startup",
"channel": "Starter Story",
"views": 876031,
"publishedText": "1 year ago",
"lengthText": "18:24",
"query": "how I built a saas"
}

FAQ

Do I need a YouTube API key? No. There are no API quotas to worry about.

Are view counts accurate? They are parsed from YouTube's own search page (e.g. "1.2M views" → 1200000).

Can I scrape multiple keywords at once? Yes — pass several terms in searchQueries.

Why enable proxy? YouTube sometimes shows a consent wall; Apify Proxy avoids it.