> How do notifications for services like HN get triggered?
Easy, the API allows you to see all the latest X comments/submissions. Setup something to just text-match your name and hit whatever notification endpoint when matching. I think there are services for this that includes HN already too.
> Or YouTube/Tiktok/Twitch?
YouTube often offers captions for videos, otherwise it's not too hard to generate yourself. Apply same strategy as for HN but for YouTube/TikTok/Twitch. If it has sound, you can usually automatically transcribe it.
This also goes for TV shows like news and whatever. There are services that are transcribing every single news show and scrapes the transcriptions for mentions of brands/companies and whatever. You can use those services to see when your brand gets mentioned, and some services even send you a five-minute snippet of when you were mentioned. I'm sure the same exists for basically every single multimedia medium out there.
Neither an API nor a scrapeable feed is required for you to get a scrapeable feed from it in the end :)
This works great in theory and as one off research projects (source: I've done this). The tricky thing is, can you namedrop any such services that actually work and offer a SaaS model?
I've heard dozens of pitches for such products, but they all end up being either
1) unable to grow due to legal reasons (transcripts are derivative works and thus even creating them, let alone publishing them, is restricted under copyright)
2) pivot to become Yet Another Social Listening Tool with a high-touch sales-heavy SaaS business model. They end up negotiating a deal for direct access to the firehouse feeds with the social media companies themselves, with all the strings attached (completely public content only, sometimes restricted to accounts of certain size, etc).
Easy, the API allows you to see all the latest X comments/submissions. Setup something to just text-match your name and hit whatever notification endpoint when matching. I think there are services for this that includes HN already too.
> Or YouTube/Tiktok/Twitch?
YouTube often offers captions for videos, otherwise it's not too hard to generate yourself. Apply same strategy as for HN but for YouTube/TikTok/Twitch. If it has sound, you can usually automatically transcribe it.
This also goes for TV shows like news and whatever. There are services that are transcribing every single news show and scrapes the transcriptions for mentions of brands/companies and whatever. You can use those services to see when your brand gets mentioned, and some services even send you a five-minute snippet of when you were mentioned. I'm sure the same exists for basically every single multimedia medium out there.
Neither an API nor a scrapeable feed is required for you to get a scrapeable feed from it in the end :)