So I need a program that searches like a couple websites for a video title (YouTube, Rumble, etc) and returns the top 5 results from each site. Once it’s returned the results, the user can select the preferred video and the video would then play. Optimally it would use the websites’ already built in search bars. It doesn’t need video comments or anything like that, I’m only looking for the video itself to be able to be streamed through the website. I looked into different crawlers but they don’t seem to be exactly what I’m looking for. Is this possible? And if so, how would I go about doing it?