TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Anyone sells YouTube video lists?

1 pointsby sdsdsdsdsdsdsabout 7 years ago
I am planning to make a youtube video search engine(hopefully better than what youtube offers currently). What is a good way to collect a million video URLs other than scraping or using youtube APIs? Does anyone sell a premade list?<p>Followup question. How do podcast search engines get the data? Do they scrape from podcast websites?

1 comment

dabmancerabout 7 years ago
Personally, I would add some data to your search engine every time a person makes a new search query by searching that same query on youtube&#x27;s api (<a href="https:&#x2F;&#x2F;developers.google.com&#x2F;youtube&#x2F;v3&#x2F;code_samples&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;youtube&#x2F;v3&#x2F;code_samples&#x2F;</a>) or by scraping the data. Now that you&#x27;ve got some relevant results, you can sort through those (or all of the URLs you have collected) to give a more refined list of search results. If you want to pay me to get it done, I would be fine with that too.<p>The problem with buying a premade list (even if there is such a thing) is that it would be a whole lot of trouble to keep it updated.
评论 #16662728 未加载