Goal: Workflows without Apify
One of my goals for this community will be to create workflows that don't always rely on Apify. I'm sure I'll end up using it still, there's a reason it's so popular. Hard to beat being able to pick something from their market place, pay a little money, and get huge amounts of data plugged directly into your workflow. Usually makes more sense to get something working than spend a bunch of time building it yourself to find out it wasn't really worth the effort. Done is better than perfect. But as an engineer, I can't help but resist the idea of paying for someone else's code, when I could do it myself, especially when some scenarios are surprisingly simple to do. Admittedly I wouldn't even know where to start for some of the scrapers I've seen on there, but there are a few tricks that I do know. One of them is https://github.com/yt-dlp/yt-dlp It's a free Python library that can download any YouTube video or extract any transcript with a single command. I'm not sure YouTube will be cool with me talking about it, so this will be a Skool exclusive topic, but a workflow highlighting yt-dlp will be high on the list. Until then, what do you think of Apify? Have you used it? Any actors you'd like to run for free instead? Let me know what you think!