Fast YouTube Channel Scraper avatar
Fast YouTube Channel Scraper

Pricing

from $0.50 / 1,000 videos

Go to Store
Fast YouTube Channel Scraper

Fast YouTube Channel Scraper

Developed by

Streamers

Streamers

Maintained by Apify

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.

3.4 (10)

Pricing

from $0.50 / 1,000 videos

208

Total users

5K

Monthly users

647

Runs succeeded

>99%

Issues response

3.3 days

Last modified

a day ago

GL

Getting video captions?

Closed

glebesman opened this issue
8 months ago

Hello, is it possible to return video captions, like other Youtube scraping actors are doing?

These and similar bits of info I'm interested in: ... "captions": { "captionTracks": [ { "base_url": "https://www.youtube.com/api/timedtext?v=OjW7KCtMu1M&ei=P5UoZ_7yAZzDmLAP_Py9uQs.... ..... 5B&key=yt8&kind=asr&lang=en", "name": { "text": "English (auto-generated)" }, "vss_id": "a.en", "language_code": "en", "kind": "asr", "is_translatable": true } .....

Thank you!

lukas.prusa avatar

Hi, thanks for opening this issue!

Unfortunately no. Reason is due to the pricing and inner functionality of this scraper. Basically, this scraper only gets “simplified” videos that are extracted in batches of multiple results. This allows us to lower the cost to $1.00 / 1,000 videos instead of the other scrapers (e.g. YouTube Scraper), which extract each video in detail and thus cost more - $5.00 / 1,000 videos.

You can always push the video URLs straight into the other YouTube scrapers, which are able to extract the details :)

I hope this helps, thanks!

GL

glebesman

8 months ago

I'm not talking about video URL (yours actually returns working video download URLs). I'm talking about text video transcripts (XML actually) This actor - https://console.apify.com/actors/1p1aa7gcSydPkAE0d ( $0.5/1000 results ) does this. Hope you can add it too.