Youtube Search Scraper
DeprecatedPricing
Pay per usage
Go to Apify Store
Youtube Search Scraper
DeprecatedScrape YouTube Search using advance filters and more. Scrape channels, videos, shorts, and more. Cheapest and fastest. Try now!
Pricing
Pay per usage
Rating
0.0
(0)
Developer
The Netaji
Maintained by CommunityActor stats
2
Bookmarked
31
Total users
3
Monthly active users
a month ago
Last modified
Categories
Share
Search YouTube for videos, channels, playlists, and more with advanced filtering options.
Use Cases
- Content Discovery: Find videos by keywords
- Competitor Analysis: Research competing channels
- Trend Research: Identify trending topics
- Channel Discovery: Find relevant channels
- Playlist Curation: Discover playlist collections
- Market Research: Analyze content landscape
Input Parameters
| Field | Type | Required | Description | Example | Default |
|---|---|---|---|---|---|
type | string | Yes | Scraper type | search | - |
searchQuery | string | Yes | Search keywords | cat videos | - |
searchType | string | No | Type filter | video | video |
sortBy | string | No | Sort order | relevance | relevance |
duration | string | No | Duration filter | short | - |
uploadDate | string | No | Upload date filter | week | - |
features | string | No | Feature filters (comma-separated) | HD,subtitles | - |
maxItem | number | No | Max results | 50 | 100 |
resumeToken | string | No | Continue from previous search | - | - |
geo | string | No | ISO 3166-2 country code | US | US |
lang | string | No | Language code | en | en |
Search Type Options
video: Search for videos (default)channel: Search for channelsplaylist: Search for playlistsmovie: Search for moviesshow: Search for TV showsshorts: Search for YouTube Shorts
Sort Options
relevance(default): Most relevant resultsrating: Highest rated contentdate: Most recent uploadsviews: Most viewed content
Duration Filters
short: Videos under 4 minutesmedium: Videos 4-20 minuteslong: Videos over 20 minutes
Upload Date Filters
hour: Last hourtoday: Last 24 hoursweek: Last 7 daysmonth: Last 30 daysyear: Last 12 months
Feature Filters (comma-separated)
HD: High definition videossubtitles: Videos with captionsCCommons: Creative Commons licensed3D: 3D videosLive: Live streamsPurchased: Paid content4K: 4K resolution360: 360° videosLocation: Videos with locationHDR: HDR videosVR180: VR180 format
Example Input - Basic Search
{"type": "search","searchQuery": "cat videos","searchType": "video","maxItem": 50}
Example Input - Advanced Search
{"type": "search","searchQuery": "machine learning tutorial","searchType": "video","sortBy": "views","duration": "long","uploadDate": "year","features": "HD,subtitles","maxItem": 100,"geo": "US","lang": "en"}
Output Schema
Video Result Object
{"type": "video","videoId": "dQw4w9WgXcQ","title": "Never Gonna Give You Up","thumbnails": [...],"channel": {"id": "UCuAXFkgsw1L7xaCfnd5JJOw","name": "Rick Astley","thumbnails": [...]},"duration": "213","viewCount": "1234567890","publishedTimeText": "14 years ago","badges": ["CC"]}
Channel Result Object
{"type": "channel","channelId": "UCuAXFkgsw1L7xaCfnd5JJOw","name": "Rick Astley","handle": "@RickAstley","thumbnails": [...],"subscriberCount": "5.2M subscribers","videoCount": "234 videos","description": "Official channel..."}
Playlist Result Object
{"type": "playlist","playlistId": "PLrAXtmErZgOeiKm4sgNOknGvNjby9efdf","title": "Machine Learning Course","channel": {"id": "UCxxx...","name": "Stanford University"},"videoCount": 42,"thumbnails": [...]}
Notes
- Free tier limited to 100 results
- Results include mixed content types when using general search
- Pagination automatically continues until maxItem
- Some filters may limit result availability
- Shorts require specific search type for best results