This tool/API gets you insights into the tech community by crawling and then breaking down the content by natural language processing. It works a bit like a reverse RAG system, as it allows us to understand what is trending without us having to ask for it. Go to the url and click around, as of now it only has data for day by day (updating around 9-10 AM UTC each day). The data is primarily an API that is publicly available. Which will allow you to set up your own tracking bots (for now only in the tech space). You can easily build a bot with it and I've shown others how to do this here: https://medium.com/gitconnected/build-a-personal-ai-tech-news-agent-94e7a2e508fe
About
Safron integrates trend analysis and search capabilities in a single API, employing small-scale NLP techniques to identify key terms, assess text sentiment, and categorize keywords. This approach simplifies the discovery of patterns in extensive search results. By querying the /table endpoint for data from yesterday or the past week, users can retrieve a list of top keywords and their overall sentiment within 12 distinct categories in the tech sector. The API efficiently identifies trending keywords, allowing users to see what is trending without having to calculate this on their own. The /sources endpoint enables users to find the original sources of these keywords. This feature is particularly useful for feeding these sources into a larger Language Model (LLM) with a broader context window, which can then provide summaries on specific metrics of interest.
Builders