Youtube Search Scraper avatar
Youtube Search Scraper

Pricing

$9.99/month + usage

Go to Apify Store
Youtube Search Scraper

Youtube Search Scraper

Effortlessly fetch search results based on keywords! Get relevant videos and channels without logging into a YouTube account or using the YouTube API. Simply enter your keywords, scrape the results, and access the information you need quickly and efficiently.

Pricing

$9.99/month + usage

Rating

5.0

(1)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

5

Bookmarked

138

Total users

8

Monthly active users

2.9 days

Issues response

5 days ago

Last modified

Share

πŸ” YouTube Scraper: Effortlessly Fetch Search Results by Keywords! πŸŽ₯

Looking to gather YouTube search results without the hassle of logging in or using the YouTube API? Our YouTube Scraper is the perfect tool for you! With just a few keywords, you can quickly retrieve relevant videos and channels tailored to your search needs. πŸš€

✨ Key Features:

  • Keyword-Based Search: Simply enter your keywords and let our scraper do the work for you!
  • Retrieve Videos and Channels: Get comprehensive results that include both videos and channels related to your search.
  • No Login Required: Enjoy the freedom of scraping YouTube without the need for an account.
  • No API Calls Needed: Bypass the limitations of the YouTube API and access search results effortlessly.
  • Fast and Efficient: Quickly gather the information you need with our optimized scraping tool.

Input

A full explanation of an input example in JSON.

{
"keyword": "Minecraft",
}

Output sample

The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"video": [
{
"videoId": "PE2YZhcC4NY",
"url": "https://www.youtube.com/watch?v=PE2YZhcC4NY",
"title": "A Minecraft Movie | Teaser",
"thumbnail": "https://i.ytimg.com/vi/PE2YZhcC4NY/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLC_VxQVvMde0_jCxn5mgvqvNsjExg",
"description": "Be There and Be Square. #MinecraftMovie - only in theaters 2025 From Warner Bros. Pictures and Legendary Pictures and ...",
"movingThumbnail": "https://i.ytimg.com/an_webp/PE2YZhcC4NY/mqdefault_6s.webp?du=3000&sqp=CN7cg7cG&rs=AOn4CLA7r_i6a5wUx9KOwKt5EAGJQQuOgQ",
"channelName": "Warner Bros. Pictures",
"channelAvatar": "https://yt3.ggpht.com/CoYiDB8ojHTQvSwr9h8clzpcm85wiFaHroW0MaVgTnDEXAIMxhGlzC5Vwo9N3-z3obfVqc_G62I=s68-c-k-c0x00ffffff-no-rj",
"isChannelVerified": true,
"publishedTime": "6 days ago",
"viewH": "33,303,435 views",
"view": 33303,
"durationH": "1 minute, 20 seconds",
"duration": 80
},
...
],
"channel": [
{
"channelId": "UC1sELGmy5jp5fQUugmuYlXQ",
"url": "https://www.youtube.com/@minecraft",
"channelName": "@minecraft",
"username": "@minecraft",
"avatar": "https://yt3.ggpht.com/_DiGCcjGwJQAZ3zmlyB8TCYuA8O9tDJ9zGNysq5sR0rxwYb6SP5fW8cb3LbfcRwfui0m27oIhA=s176-c-k-c0x00ffffff-no-rj-mo",
"isChannelVerified": true,
"subscriberH": "13.5M subscribers",
"description": "This is the official YouTube channel of Minecraft. We tell stories about the Minecraft Universe. ESRB Rating: Everyone 10+ with ..."
},
...
]
}
]