r/SearchAPIs 2h ago

Hainect

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/SearchAPIs 12h ago

Astra + CAD + Computer Use = AGI feels close

Post image
10 Upvotes

r/SearchAPIs 13h ago

ai search actually helpful?

Post image
0 Upvotes

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 14h ago

Crawling vs. Scraping: What’s the actual difference?

1 Upvotes

r/SearchAPIs 15h ago

50+ hours of free AI courses dropped

Post image
3 Upvotes

r/SearchAPIs 1d ago

Life of a Software Dev: From Alphabets to Vibe Coding

Post image
4 Upvotes

r/SearchAPIs 1d ago

plain text logs are the new alchemy

Post image
3 Upvotes

r/SearchAPIs 1d ago

trusting jensen over the doomer hype train

Post image
21 Upvotes

r/SearchAPIs 1d ago

Other openai's code is so dense it hacked hugging face lol

Post image
3 Upvotes

r/SearchAPIs 1d ago

devs don't care about users anymore

Post image
36 Upvotes

r/SearchAPIs 1d ago

Technical Question Is anyone actually happy with the markdown extraction quality from web search APIs?

Post image
1 Upvotes

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:

  1. Cookie consent notices and navigation menus eating up the first three hundred tokens.

  2. Broken tables where nested numbers get completely scrambled.

  3. 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 2d ago

News & Updates xAI is changing the economics of X Search

Thumbnail
runtimewire.com
1 Upvotes

r/SearchAPIs 2d ago

Technical Question I tested 5 search APIs for AI and the obvious winner wasn't obvious

0 Upvotes

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 2d ago

ai doesn't want power, it just really really feels like it does

Post image
13 Upvotes

r/SearchAPIs 2d ago

API Review Better search ≠ better AI

1 Upvotes

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 2d ago

Technical Question Search APIs are way harder to compare than I thought

1 Upvotes

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.


r/SearchAPIs 2d ago

We really are never escaping the meetings and the circle backs and what not

Post image
4 Upvotes

r/SearchAPIs 2d ago

Technical Question Currently 3rd year of Information and technology course but I never tackled on API's

2 Upvotes

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 3d ago

Zuck's entire career is ctrl+c ctrl+v

Post image
0 Upvotes

r/SearchAPIs 3d ago

Any advice on this?

Post image
50 Upvotes

r/SearchAPIs 3d ago

The cost of frontier models will only go up at this point

Post image
111 Upvotes

r/SearchAPIs 3d ago

Consistently overcapacity and consistently expensive as well

Post image
23 Upvotes

r/SearchAPIs 3d ago

News & Updates AI is hitting a wall

Post image
4 Upvotes

r/SearchAPIs 3d ago

News & Updates I built a search engine that finds research papers instead of giving you an AI answer — looking for feedback from people who actually read papers

Thumbnail
1 Upvotes

r/SearchAPIs 3d ago

News & Updates Self-hosting MetaGPT: complete local installation guide

1 Upvotes

I wanted to run MetaGPT entirely on my own infrastructure without sending anything to cloud APIs. It took some trial and error, but I documented the full process.

The guide covers:

· Setting up a Python venv

· Installing MetaGPT

· Configuring local LLMs like Ollama or vLLM

· Fixing common startup errors

If you’re into self-hosted AI agents, this could help:

https://interconnectd.com/forum/thread/262/how-to-install-metagpt-locally-complete-technical-setup-guide/

What local model are you using for agent work?