VOOZH about

URL: https://apify.com/streamers/youtube-channel-scraper/api

⇱ πŸŽπŸ’¨ Fast Youtube Channel Scraper API Β· Apify


Pricing

from $0.50 / 1,000 videos

Go to Apify Store

Fast YouTube Channel Scraper

This alternative YouTube Data API has no limits or quotas. Use it to scrape one or multiple YouTube channels: channel info, URL, total number of subscribers, videos and views, creation date. Try it and get basic video data. You can download extracted data in JSON, CSV, and Excel.

Pricing

from $0.50 / 1,000 videos

Rating

4.7

(39)

Developer

πŸ‘ Streamers

Streamers

Maintained by Apify

Actor stats

415

Bookmarked

16K

Total users

2K

Monthly active users

31 days

Issues response

3 hours ago

Last modified

Share

You might also like

YouTube Scraper

streamers/youtube-scraper

YouTube crawler and video scraper. Alternative YouTube API with no limits or quotas. Extract and download channel name, likes, number of views, and number of subscribers.

88K

4.8

Youtube Channel Scraper

grow_media/youtube-channel-scraper

Extract comprehensive data from YouTube channels including video stats, channel details, and engagement metrics. Support for multiple channels (up to 100), date filtering, and sorting options. Get video views, likes, comments, duration, tags plus channel subscribers, total views, and more.

1.5K

4.9

Youtube Channel Finder

scraper-engine/youtube-channel-finder

YouTube Channel Finder Scraper helps discover YouTube channels based on keywords, topics, or niches. It extracts channel details like name, URL, subscriber count, and description. Perfect for influencer outreach, market research, or tracking niche creators to support targeted marketing strategies.

πŸ‘ User avatar

Scraper Engine

84

🏯 Youtube Channel Scraper

apidojo/youtube-channel-scraper

The perfect tool for exceptional YouTube channel video retrieval tool. Experience unparalleled quickness and thoroughness in searching and directly obtaining videos from channels. Furthermore, it's incredibly affordable at only $0.50 per 1000 videos!

642

5.0

Youtube Channel Finder

coregent/youtube-channel-finder

Fast YouTube channel discovery tool that extracts comprehensive channel information from YouTube searches and videos. Discover 5-20+ channels per search with 15 complete fields including profile, metrics, and metadata. No residential proxy required.

159

5.0

YouTube Description Extractor πŸ“

easyapi/youtube-description-extractor

Extract complete descriptions from YouTube videos automatically. Perfect for content analysis, SEO research, and marketing insights. Supports batch processing with proxy integration for reliable results. πŸŽ₯ πŸ“

🏯 Youtube Scraper (Pay Per Result)

apidojo/youtube-scraper

Experience unparalleled efficiency and depth with its ultra-fast capabilities in searching, URL, playlist, channel, and profile scraping. It comes equipped with a variety of filters to customize your data collection precisely. Plus, it's incredibly affordable at only $0.50 per 1000 videos!

6.6K

4.7

YouTube Email Scraper (Profile, Website, Social, Email)

futurizerush/youtube-email-scraper

Extract business emails from YouTube channels. Find contacts in descriptions and websites. Features keyword search, bulk processing, email validation. Perfect for influencer outreach. Note: Not all channels have available emails - extraction success varies by channel. Better & Easier (No CAPTCHA)

Fast YouTube Channel Scraper API | Profiles, Subs & Stats

apidojo/youtube-channel-information-scraper

Extreme flexibility with search functionalities enables you to retrieve extensive channel information in detail. Not just that but YouTube Channel Information Scraper offers you Country, Language, and Location geo-targeting capabilities. Only $0.50 per 1000 channels!

985

5.0

YouTube Video Details Scraper

deanter/youtube-video-details-scraper

Input: YouTube video link | πŸ‘‰ Output: Transcript, video description, video title πŸ‘ŒπŸ‘‰ This actor processes a YouTube video link and extracts the transcript, description, and title of the video. It's perfect for gathering video metadata and subtitles for further analysis or content creation.

You can access the Fast YouTube Channel Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "startUrls": [
< {
< "url": "https://www.youtube.com/@Apify"
< }
< ],
< "maxResults": 10,
< "maxResultsShorts": 0,
< "maxResultStreams": 0
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/streamers~youtube-channel-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

πŸŽπŸ’¨ Fast Youtube Channel Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Fast YouTube Channel Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/streamers~youtube-channel-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/streamers~youtube-channel-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/streamers~youtube-channel-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Fast YouTube Channel Scraper API programmatically via the Apify API.

You can choose from:

Fast YouTube Channel Scraper API in Python

Fast YouTube Channel Scraper API in JavaScript

Fast YouTube Channel Scraper API through CLI

Fast YouTube Channel Scraper OpenAPI definition

You can start Fast YouTube Channel Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Fast YouTube Channel Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Fast YouTube Channel Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.