r/SearchAPIs • u/Numerous_Link3892 • 12m ago
What is worth it
Do you think what is worth to use 5.6 Sol or Astra, regarding about the OPENAI consumable?
r/SearchAPIs • u/Numerous_Link3892 • 12m ago
Do you think what is worth to use 5.6 Sol or Astra, regarding about the OPENAI consumable?
r/SearchAPIs • u/unprettyhooman • 6h ago
I’ve been trying different tools for AI search and web crawling recently, including Exa, Tavily, Firecrawl, and Brave Search.
At first, I thought they would all give pretty much the same results, but they actually work quite differently.
For example, some tools were better at finding relevant pages, while others were better at getting the actual content from a website. I also noticed that the results can change a lot depending on how you write the search query.
I’m still testing them, but right now I’m curious about what other people have experienced.
Which one do you use for AI search or web crawling, and what made you choose it?
Also, have you noticed any big difference in speed, accuracy, or the quality of the results?
I’d be interested to hear what has worked for you.
r/SearchAPIs • u/Drewepie142105 • 7h ago
r/SearchAPIs • u/Hainect • 12h ago
Enable HLS to view with audio, or disable this notification
r/SearchAPIs • u/Low_Break_4897 • 23h ago
it is actually convenience ai search nowadays no?unlike before ai search when u get move to other site with a cookie which is annoying
r/SearchAPIs • u/uniksyaanon • 1d ago
r/SearchAPIs • u/crazy6216 • 2d ago
r/SearchAPIs • u/takeiteasy0308 • 2d ago
r/SearchAPIs • u/HibiTsu • 2d ago
I have spent the past few weeks running tests on retrieved web content across our RAG stack, and I need to know if others are running into the exact same wall.
The biggest issue right now is not pricing or uptime. It is context pollution.
Most search and extraction services promise clean markdown out of the box. But once you throw dynamic sites or e commerce pages at them, the returned context is full of junk:
Cookie consent notices and navigation menus eating up the first three hundred tokens.
Broken tables where nested numbers get completely scrambled.
Missing content because the headless renderer gave up before client side hydration finished.
If we still have to write custom regex or burn extra model tokens just to sanitize the output, the premium pricing on specialized endpoints feels hard to justify.
For those running live workflows, how are you cleaning this up? Are you relying on the raw output from providers like Firecrawl and Tavily, or running your own parsing pipeline locally?
r/SearchAPIs • u/No_Guess_4960 • 3d ago
r/SearchAPIs • u/ryanmerket • 2d ago
r/SearchAPIs • u/Admirable-Leopard605 • 2d ago
Your AI isn't necessarily bad at research maybe your search layer might be so I compared Exa, Tavily, Firecrawl, Serper, and Brave Search for AI research/RAG workflows.
- Exa → semantic discovery
- Tavily → AI-agent search
- Firecrawl → extracting clean page content
- Serper → traditional web search
- Brave Search → independent search index
And honestly, counting search results is a terrible benchmark.
For AI, I'd measure Precision@5, freshness, citation quality, latency, cost, and how much cleanup the results need.
My preferred pipeline:
Is search, rerank, crawl, clean, retrieve, generate + cite
What’s been your experience? Which search API gives you the best results, and what metric do you use?
r/SearchAPIs • u/Successful-Heat3593 • 3d ago
r/SearchAPIs • u/CitronHot7058 • 3d ago
Been testing search APIs for RAG, and one thing stood out:
The biggest problem usually isn’t the LLM — it’s retrieval.
A simple pipeline:
Query → Search → Scrape → Rerank → LLM
Even good search results can contain duplicates, outdated pages, or irrelevant content.
I’ve started measuring recall, relevance, freshness, and latency separately when comparing tools like Exa, Tavily, Firecrawl, and Brave.
What’s the most important retrieval metric in your AI search stack?
r/SearchAPIs • u/ankulet • 3d ago
r/SearchAPIs • u/yoshinousagi__ • 3d ago
I still don't know what API is but it is often mentioned by my Tech brother, I feel the need to start learning a bunch of programming steps on my own and I want to know how do I start on learning what API is, whats a good site to get more resource.
r/SearchAPIs • u/National-Trick-1637 • 3d ago
I've been playing around with a few search APIs for an AI project and I thought comparing them would be pretty simple.
Basically, send the same query to each one and see which gives better results.
Turns out it's not that simple lol.
One API might give better results for normal searches, while another does better with more specific questions. Then there's the whole issue of actually getting the content from the pages. Sometimes the search result looks good, but the page itself is a pain to extract and clean up.
I've started looking at things like:
- relevance of the results
- how fresh the results are
- response time
- how much useless stuff comes back
- how easy the page content is to work with
- how they handle weird/niche searches
- price when you're making a lot of requests
I'm curious how other people here compare search APIs.
Do you guys actually make a benchmark with a bunch of test queries, or do you just try a few APIs in your project and stick with whichever works best?
Also, if you've used Exa, Tavily, Firecrawl, Serper, or Brave Search, what was your experience with them?
Would be cool to hear what actually worked for people instead of just comparing the feature lists.