RuTube Search Scraper
Pricing
$19.99/month + usage
Go to Apify Store

RuTube Search Scraper
Scrape video search results from RuTube.ru with automatic pagination and comprehensive video data extraction including titles, channels, views, and descriptions.
Pricing
$19.99/month + usage
Rating
5.0
(1)
Developer

PowerAI
Maintained by Community
Actor stats
1
Bookmarked
3
Total users
2
Monthly active users
5 days ago
Last modified
Categories
Share
🎬 RuTube Search Scraper
This actor allows you to scrape video search results from RuTube.ru by providing a search URL. It automatically handles pagination and extracts comprehensive video information including titles, channels, views, descriptions, and more.
Features
- URL-based Scraping: Extract videos by providing a complete RuTube search URL
- Automatic Pagination: Automatically scrolls and loads more videos until reaching the end or max items limit
- Comprehensive Video Data: Extract detailed information about each video including:
- Video titles and descriptions
- Video URLs and page URLs
- Thumbnail images
- Video duration
- Channel information (name, URL, avatar)
- View counts
- Publish dates
- Age ratings
- Smart Deduplication: Automatically removes duplicate videos based on video URLs
Input Parameters
| Field | Type | Required | Description |
|---|---|---|---|
searchUrl | string | Yes | Complete RuTube search URL to scrape |
maxItems | integer | No | Maximum number of videos to fetch (default: unlimited) |
proxyConfiguration | object | No | Proxy settings for the actor |
How to Get Search URL
- Go to RuTube.ru
- Use the search bar to find videos
- Copy the complete URL from your browser's address bar
- Paste it into the
searchUrlfield
Example search URL:
https://rutube.ru/search/?query=iphone
Output
The output is a dataset of video objects, each containing:
searchUrl: The original search URL usedidx: Index position in the search resultsvideoUrl: Direct link to the video pageimage: URL of the video thumbnail imageimageAlt: Alt text of the thumbnail imageduration: Video duration (e.g., "17:47")title: Video titlepageUrl: Link to the video pagechannelTitle: Name of the channel/authorchannelUrl: Link to the channel pagechannelImage: URL of the channel avatar imageviews: Number of views (integer)publishDateText: Publish date as text (e.g., "День назад")ageRating: Age rating (e.g., "12+")description: Video descriptionscrapedAt: Timestamp of when the video was scraped
Example output:
[{"searchUrl": "https://rutube.ru/search/?query=iphone","idx": 0,"videoUrl": "https://rutube.ru/video/8fdf909d53efb09ff2005cf3d6f517c0/","image": "https://pic.rutubelist.ru/video/2025-11-10/f5/53/f55307fd338778829bb274878f68fa28.jpg?width=500","imageAlt": "IPHONE 17 PRO MAX vs IPHONE 16 PRO MAX. ЧТО ВЫБРАТЬ в 2025?","duration": "17:47","title": "IPHONE 17 PRO MAX vs IPHONE 16 PRO MAX. ЧТО ВЫБРАТЬ в 2025?","pageUrl": "https://rutube.ru/video/8fdf909d53efb09ff2005cf3d6f517c0/","channelTitle": "ЧЕСТНЫЙ БЛОГ","channelUrl": "https://rutube.ru/channel/31235654/","channelImage": "https://pic.rutubelist.ru/user/e6/3c/e63caf45dab7fa1a156672eb92db8493.jpg?width=40","views": 375,"publishDateText": "День назад","ageRating": "12+","description": "✅ Купить Iphone 17 Pro Max...","scrapedAt": "2025-11-11T05:14:05.154Z"},...]
Use Cases
- Video content research and analysis
- Channel performance tracking
- Trending video discovery
- Content catalog building
- Market research for video platforms
- Competitor analysis
- View count and engagement tracking
Notes
- The actor works with RuTube.ru search results
- Results are saved incrementally as they are found
- All timestamps are in ISO 8601 format
- The actor handles network delays and timeouts gracefully
- View counts are extracted as integers
- Video descriptions may be truncated in search results
Limitations
- Only works with RuTube.ru search URLs
- Cannot scrape detailed video information from video pages (only listing data)
- Some dynamic content may require additional wait time
- Rate limiting may apply if scraping very large datasets
Start scraping video search results from RuTube today!