YouTube Scraper avatar
YouTube Scraper

Pricing

$5.00 / 1,000 videos

Go to Store
YouTube Scraper

YouTube Scraper

Developed by

Streamers

Streamers

Maintained by Apify

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.

4.6 (31)

Pricing

$5.00 / 1,000 videos

1009

Total users

29K

Monthly users

6.7K

Runs succeeded

>99%

Issues response

1.5 days

Last modified

8 days ago

title

id

url

viewCount

likes

channelName

numberOfSubscribers

duration

Crawlee, the web scraping and browser automation library

g1Ll9OlFwEQ

https://www.youtube.com/watch?v=g1Ll9OlFwEQ

10150

136

Apify

6640

00:03:15

Crawlee for Python: Build reliable crawlers. Fast.

Ejhudr7e-h4

https://www.youtube.com/watch?v=Ejhudr7e-h4

916

23

Apify

6640

00:03:39

Build a Web Scraper from Scratch | JavaScript | Playwright | Crawlee

DOtJEwVsJic

https://www.youtube.com/watch?v=DOtJEwVsJic

4411

109

deejaydev

1680

00:22:43

The data above is synthetic and does not reflect real-world values. View full dataset

BU

Crawling returns randomly different results with same input parameters

Closed

buyary opened this issue
a month ago

Run gYuBqeEjDoP8V29uB returned different (better) results, matching closer my own YouTube search. Why is this unreliable?

ruocco-l avatar

Hello and thank you for opening this issue.

In general, there is no guarantee that two searches are the exact same, that is because we have no way to know how Youtube prioritize the video to push out first, especially in the first 10 results on a relative niche search. Probably a bigger scrape (even just 20/30 items) will probably return more consistent runs, where you can also notice the unpredictability of the YouTube search algorithm (by confronting the order property we output with every video scraped).

Other factor may influence the search algorithm but it should be a small to no impact (the difference of the same search made by a user in LA and one in NY, there is no reason to think that the search would be vastly different).

Hope this clarifies a bit. I'll close this issue to avoid cluttering but feel free to ask more questions if you need to!