
Youtube Profiles By Keyword
Learn More
What info can the YouTube Profile Scraper extract?
Public profile data such as channel URL, user ID, avatar, banner, channel name, subs, views, and top content.
Is the data real-time?
Yes. The tool fetches live data directly from YouTube — always up to date.
What formats are supported?
JSON, CSV are supported.
Can I also scrape a channel's top videos?
Yes. Optionally extract a channel's top video info (title, URL, views, publish date) for insights into content strategy and audience preferences.
Result
This is an example of how results will look like.
json
[
{
"url": "https://www.youtube.com/@mrbeast",
"handle": "@MrBeast",
"handle_md5": "dd748d5dfc88b91ea388429c3c685874",
"banner_img": "https://yt3.googleusercontent.com/5KWiriZZ_KEoEdSMFTJKj2M6vR_XSiRZeQ-ix0cvG3TGZuGoi8sfAjrSiZAP0GzXBkmF8ZGytw=w2560-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj",
"profile_image": "https://yt3.googleusercontent.com/nxYrc_1_2f77DoBadyxMTmv7ZpRZapHR5jbuYe7PlPd5cIRJxtNNEYyOC0ZsxaDyJJzXrnJiuDE=s160-c-k-c0x00ffffff-no-rj",
"name": "MrBeast",
"subscribers": "433M subscribers",
"Description": "SUBSCRIBE FOR A COOKIE!\nNew MrBeast or MrBeast Gaming video every single Saturday at noon eastern time!\nAccomplishments:\n- Raised $20,000,000 To Plant 20,000,000 Trees\n- Removed 30,000,000 pounds of trash from the ocean\n- Helped 2,000 people walk again\n- Helped 1,000 blind people see\n- Helped 1,000 deaf people hear\n- Built wells in Africa\n- Built and gave away 100 houses\n- Adopted every dog in a shelter (twice)\n- Given millions to charity\n- Started my own snack company Feastables\n- Started my own software company Viewstats\n- Started Lunchly, a tasty, better-for-you lunch option\n- Gave away a private island (twice)\n- Gave away 1 million meals\n- I counted to 100k\n- Ran a marathon in the world's largest shoes\n- Survived 50 hours in Antarctica\n- Recreated Squid Game in real life\n- Created the largest competition show with 1000 people (Beast Games)\n- Gave $5,000,000 to one person\n- Passed T-Series to become most subscribed YouTube channel 🥹\nyou get it, I appreciate all of you so much :)\n",
"videos_count": "897 videos",
"created_date": "Joined Feb 19, 2012",
"views": "94,660,385,358 views",
"Details": "United States",
"Links": [
"linktr.ee/mrbeast",
"teamwater.org",
"instagram.com/mrbeast",
"twitter.com/MrBeast",
"facebook.com/mrbeast"
],
"identifier": "UCX6OQ3DkcsbYNE6H8uQQuVA",
"id": "UCX6OQ3DkcsbYNE6H8uQQuVA",
"has_podcast": null,
"top_videos": [
{
"image_url": "https://i.ytimg.com/vi/0e3GPea1Tyg/hqdefault.jpg?sqp=-oaymwEnCNACELwBSFryq4qpAxkIARUAAIhCGAHYAQHiAQoIGBACGAY4AUAB&rs=AOn4CLBlA4hqAq4i39E-7ftigKDiraJahA",
"posted_time": "3 years ago",
"title": "$456,000 Squid Game In Real Life!",
"video_url": "https://www.youtube.com/watch?v=0e3GPea1Tyg",
"views": "873,771,522 views"
}
],
"input": {
"spider_errors": true,
"proxy_region": "us",
"url": "https://www.youtube.com/@mrbeast",
"user_id": 3096,
"pay_num": 1,
"user_input_id": "youtube_profiles_by-url",
"spider_item": {},
"spider_url": "https://www.youtube.com/@mrbeast"
},
"error": null,
"error_code": null
}
]
Dictionary
| Column name | Description | Data type |
|---|---|---|
| url | URL that links directly to the YouTube profile | Url |
| handle | Unique to each user (e.g., @name) | Text |
| handle_md5 | This field stores the MD5 hash of the handle field. | Text |
| banner_img | URL that links to the banner photo | Url |
| profile_image | URL that links to the profile picture | Url |
| name | Profile name | Text |
| subscribers | How many subscribers the profile has | Number |
| Description | Brief descriptions or statements that users write to introduce themselves or share their interests and passions on YouTube | Text |
| videos_count | How many videos the profile has | Number |
| created_date | The date the profile was created | Date |
| views | How many views the profile has | Number |
| Details | Country of registration in the profile | Object |
| Links | Third-party platform links in the profile | Text |
| identifier | The user's channel ID | Object |
| discovery_input | Search keywords | Text |
| id | Unique ID | Array |
| has_podcast | Whether there is a blog | Array |
| top_videos | The user's popular video information | Array |
Input
YouTube Keyword keyword Required Text
Description: This parameter is used to specify the keyword for searching a YouTube channel.
Pages to Search back page_turning Optional Number
Description: Please enter how many pages of products to scrape. For example, if you enter 2, the tool will scrape all products from both page 1 and page 2 of the search results.