This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
Product upvotes vs the next 3
Waiting for data. Loading
Product comments vs the next 3
Waiting for data. Loading
Product upvote speed vs the next 3
Waiting for data. Loading
Product upvotes and comments
Waiting for data. Loading
Product vs the next 3
Loading
Clair News API
Semantic news API that matches meaning not keywords
Clair is a semantic news API designed to find articles based on conceptual meaning rather than simple keyword matching. Users describe what they are watching for in natural language to retrieve scored, deterministic, and auditable news results. The platform handles the complexity of semantic search to deliver articles that match the intent of a query, provided through an open-core architecture.
I spent 3 years training ML and RL models on market data and kept hitting the same wall: raw price series and the indicators derived from them have terrible signal-to-noise ratio, and a model with frozen weights goes stale as regimes shift. So I tried feeding models news instead, and hit a different problem. Getting the relevant news. Every news API I tried matches keywords. Some ship pre-labelled tickers, but the labelling is still string matching underneath, so you get every article that happens to contain a word and miss every article that means the thing without saying it.
Here is how Clair works under the hood: Every article is split into chunks of a few sentences, and each chunk is embedded with bge-m3 (open weights, 1024-dim). Your query is embedded the same way, and matching is cosine similarity, you provide a threshold in the request, if the meaning is closer than your threshold the article is included in the response.
An article scores as its single best-matching chunk, never the average. A long report that spends one paragraph squarely on your topic still surfaces, and a rambling one can't dilute its way past your threshold. Every result carries the chunk that produced it, so you can see exactly what matched and re-embed it to check the number yourself.
There is no LLM anywhere in the serving path, which is the part I actually care about. The same article and the same query always produce the same number. Nothing is generated, summarized, or re-ranked by a model that might change under you. It can surface a weak match, but it cannot invent an article or a quote.
About Clair News API on Product Hunt
“Semantic news API that matches meaning not keywords”
Clair News API was submitted on Product Hunt and earned 3 upvotes and 1 comments, placing #103 on the daily leaderboard. Clair is a semantic news API designed to find articles based on conceptual meaning rather than simple keyword matching. Users describe what they are watching for in natural language to retrieve scored, deterministic, and auditable news results. The platform handles the complexity of semantic search to deliver articles that match the intent of a query, provided through an open-core architecture.
On the analytics side, Clair News API competes within News, API, Open Source and GitHub — topics that collectively have 245.5k followers on Product Hunt. The dashboard above tracks how Clair News API performed against the three products that launched closest to it on the same day.
Who hunted Clair News API?
Clair News API was hunted by Kaan Ersoy. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
For a complete overview of Clair News API including community comment highlights and product details, visit the product overview.