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 Thumbnail

Clair News API

Semantic news API that matches meaning not keywords

News
API
Open Source
GitHub
Visit WebsiteSee on Product HuntGithubTwitter

Hunted byKaan ErsoyKaan Ersoy

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.

Top comment

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.

Comment highlights

No comment highlights available yet. Please check back later!

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.

Clair News API was featured in News (36.9k followers), API (98.5k followers), Open Source (68.7k followers) and GitHub (41.4k followers) on Product Hunt. Together, these topics include over 58.2k products, making this a competitive space to launch in.

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.

Want to see how Clair News API stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.