July 27, 2026

# The best free web search APIs for AI agents in 2026

Almost every web search API advertises a free tier, and almost none of them mean the same thing by it. Some give you a fixed pile of credits that never refills. Some refill monthly but require a card that gets charged the moment you go over. One of the biggest names quietly deleted its free plan in February 2026. This guide breaks down what each provider actually gives away in 2026, what it costs you in rate limits and constraints, and which free option makes sense for prototyping, hobby agents, and production traffic.

Tags:Comparison
Reading time: 13 min

## **What "free" actually means for a search API**

"Free tier" covers at least four different arrangements, and the difference matters more than the headline number. Before comparing providers, it helps to know which one you're being offered.

### **One-time credits vs. recurring credits**

A signup grant is a fixed amount you burn through once. A recurring monthly allowance refills, which is what you want if you're running a personal agent or a side project indefinitely. Several providers offer both, and the marketing rarely distinguishes between them. Recurring allowances almost always expire at month end rather than rolling over, so unused credit is gone.

### **Whether a card is required**

This is the single most practical distinction. A hard-capped free tier with no card on file cannot generate a bill. A credit-based free tier with a card attached converts to metered billing the instant you exceed the credit, and some providers don't offer a spending cap. Neither model is wrong, but they carry very different risk if your agent enters a retry loop at 3 a.m.

### **Rate limits, not credits, are usually the ceiling**

Free tiers are typically throttled well below paid tiers. A plan with 1,000 monthly credits and two concurrent requests will bottleneck on concurrency long before you spend the credits. If you're evaluating latency or building anything with parallel fan-out, check the requests-per-second figure before the credit figure.

### **Where the results come from**

Some providers run their own web index. Others scrape a consumer search engine and reformat the results as JSON. Scraped SERP data is cheap and often excellent, but it inherits legal and continuity risk from the engine being scraped. Google has litigated against SERP scrapers. For a weekend project this is irrelevant. For something you intend to run for years, it belongs in the evaluation.

### **What the output is shaped for**

A free tier measured in requests tells you nothing about how many requests you'll need. APIs that return 20-word snippets built for human eyeballs force your model to fetch each page separately, so a single question can cost five calls. APIs that return dense, query-relevant excerpts often answer in one. Cost per request is the wrong unit; cost per answer is the right one.

## **The best free web search APIs in 2026**

### **1. Parallel Search API**

We built the **Parallel Search API** for AI agents rather than for humans reading a results page. It runs on our own web-scale index (billions of pages, millions added or updated daily) and returns ranked results with dense, token-efficient excerpts rather than snippets. There are three ways to use it for free, and they stack:

  • - **A free hosted MCP server.** Point any MCP client at search.parallel.ai/mcp[search.parallel.ai/mcp](https://docs.parallel.ai/integrations/mcp/search-mcp) and your agent has web search and page fetching immediately. No account, no API key, no credit card. It's intended for personal and hobbyist use, with rate limits set generously enough for a daily-driver coding agent.
  • - **A signup credit.** New accounts created at platform.parallel.ai[platform.parallel.ai](https://platform.parallel.ai) receive a starting credit balance you can spend across any Parallel API: Search, Extract, Task, Responses, FindAll, Entity Search, or Monitor.
  • - **$5 in free credits every month.** Eligible organizations with a card on file receive $5 in credits automatically each month[$5 in credits automatically each month](/blog/free-tier-parallel), usable across every product. Free credit is always spent before any paid balance, so you only pay once you've used it up. Unused balance expires at the end of the month, one credit per organization, and marketplace and postpaid organizations aren't eligible.

The Search API offers three modes[three modes](https://docs.parallel.ai/search/modes): Turbo (~200ms median latency, $1 per 1,000 requests), Basic (~1s, $5 per 1,000), and Advanced (~3s, $5 per 1,000, the API default). Turbo matters most for anyone shopping on price. At $1 per 1,000 requests it's the cheapest mode we offer and, in our July 2026 benchmarks, also the most accurate of the fast search APIs we tested. That combination is unusual: in this category, cheap and fast normally means worse.

Every response includes source attribution. We hold SOC 2 Type 2 certification and enforce zero data retention on every plan, including while you're spending free credits. The Search API quickstart[Search API quickstart](https://docs.parallel.ai/search/search-quickstart) takes about five minutes end to end.

### **2. Tavily**

Tavily's free plan gives 1,000 API credits per month with no credit card required, covering both its search and extract endpoints. It's one of the cleanest free tiers in the category precisely because there's no card involved: you cannot accidentally generate a bill. Paid usage runs $0.008 per credit pay-as-you-go, with monthly plans bringing that down. Tavily also integrates tightly with agent frameworks like LangChain, which makes it a common first choice for developers already in that ecosystem. The trade-off is index scale. Tavily doesn't operate its own full web index.

### **3. Exa**

Exa is the most generous free tier on this list in raw dollar terms: $20 in credits on signup plus $10 in free credits every month, with no payment method required. Requests are simply blocked when your balance runs out, which is the safe failure mode. Exa runs its own embeddings-based index and pairs the API with prosumer tools like Websets, so it's a good fit if you want to explore interactively as well as programmatically. Its index is smaller and more specialized than providers running general web-scale crawls.

### **4. Firecrawl**

Firecrawl's free plan is 1,000 credits per month, no card required, refreshed monthly. Search costs 2 credits per 10 results, so the free tier stretches to roughly 5,000 search results, or 1,000 scraped pages at 1 credit each. The real constraint is 2 concurrent requests, which rules out anything with meaningful fan-out. Firecrawl is strongest when your problem is closer to crawling and extraction than to search, and it can be self-hosted, though the open-source build drops the proxy rotation and bot bypass that make the hosted version reliable.

### **5. Serper**

Serper offers 2,500 free queries with no credit card and no subscription, then charges from $0.30 per 1,000 queries: by a wide margin the cheapest paid rate here. What you get is real Google SERP data as structured JSON: organic results, knowledge graph, answer boxes, people-also-ask. If you specifically need Google's ranking, this is the value pick. Two caveats: the free grant is one-time rather than recurring, and the data depends on scraping Google, which carries continuity and legal risk that an owned index doesn't.

### **6. Linkup**

Linkup gives new accounts 4,000 free queries on signup and then tops accounts up to $5 in credits each month, so it covers both the one-time and recurring patterns. SOC 2 Type II and zero data retention are included on every plan, free tier included, which is rare at this price point and useful if you're prototyping something that will eventually need a compliance review. Linkup also open-sourced its benchmark harness, which is more transparency than most of this category offers.

### **7. Brave Search API**

Brave is worth understanding as a cautionary example. Its free tier (2,000 queries per month since 2023, later raised to 5,000) was eliminated in February 2026 and replaced with $5 in monthly credits on metered plans. At $5 per 1,000 requests, that credit buys about 1,000 searches, after which the card Brave has required at signup since 2023 gets charged. Claiming the credit also requires attributing Brave Search in your project's website or about page. Brave remains one of the few independent Western operators of a full web index, which is a genuine technical advantage, but the free tier that made it the default choice for hobbyists no longer exists.

### **8. Google Custom Search JSON API**

The historical default for free web search (100 queries per day free, $5 per 1,000 beyond that, hard-capped at 10,000 per day) is closed to new customers and scheduled for discontinuation on January 1, 2027. If you already have a project on it, you have a migration deadline. If you don't, you can't sign up. Google points existing users toward Vertex AI Search, which is oriented to site search across a limited domain set rather than open web search and requires full Google Cloud setup. We mention it because it still appears near the top of search results for this query, and it's no longer an option.

### **9. Self-hosted SearXNG**

SearXNG is a self-hosted metasearch engine with no per-query cost at all. If "free" means "no invoice," this is the only entry that fully qualifies. You supply the server, and you own the operational reality: results come from aggregating public engines, so you inherit their rate limiting and blocking, and there's no SLA, no support, and no one to page when a source engine changes its markup. Reasonable for privacy-sensitive internal tooling, and for cost-sensitive experimentation where occasional failure is acceptable. Not a foundation for a product.

## **Free tiers side by side**

ProviderWhat's freeCard requiredRefills
ParallelHosted MCP server (no account), signup credit, $5/monthOnly for monthly creditsMonthly
Tavily1,000 credits/monthNoMonthly
Exa$20 on signup, then $10/monthNoMonthly
Firecrawl1,000 credits/month, 2 concurrent requestsNoMonthly
Serper2,500 queriesNoOne-time
Linkup4,000 queries on signup, then $5/monthNoMonthly
Brave$5/month credits (~1,000 searches), attribution requiredYesMonthly
Google Custom Search100 queries/day (closed to new customers, ends Jan 2027)For overageDaily
SearXNGUnlimited, self-hostedNoN/A

_Note: For the latest pricing, always check official documentation._

## **The fastest free start: our hosted MCP server**

Every other entry on this list requires an account before your agent can run a single query. The Parallel Search MCP[Parallel Search MCP](https://docs.parallel.ai/integrations/mcp/search-mcp) doesn't. It's a hosted, streamable-HTTP MCP server at **https://search.parallel.ai/mcp**, free and usable anonymously, and it exposes two tools:

  • - **web_search**: real-time search returning ranked URLs with compressed, query-relevant excerpts, running the Search API in Basic mode.
  • - **web_fetch**: clean markdown from any public URL, including JavaScript-heavy pages, CAPTCHA-protected content, and PDFs.

Results are capped at roughly 25,000 characters per call to stay inside typical MCP client output limits. For Claude Code, one command:

### Install the free Parallel Search MCP in Claude Code
1
claude mcp add --transport http "Parallel-Search-MCP" https://search.parallel.ai/mcp```
claude mcp add --transport http "Parallel-Search-MCP" https://search.parallel.ai/mcp
```

For clients configured through JSON (Cursor, Windsurf, Cline, Claude Desktop, and most others) the entry is three lines:

### Generic MCP client configuration
1
2
3
4
5
6
7
8
{ "mcpServers": { "parallel-search": { "type": "http", "url": "https://search.parallel.ai/mcp" } } }```
{
"mcpServers": {
"parallel-search": {
"type": "http",
"url": "https://search.parallel.ai/mcp"
}
}
}
```

There are one-click installers for Cursor[Cursor](https://cursor.com/en/install-mcp?name=Parallel%20Search%20MCP&config=eyJ1cmwiOiJodHRwczovL3NlYXJjaC5wYXJhbGxlbC5haS9tY3AifQ==) and VS Code[VS Code](https://insiders.vscode.dev/redirect/mcp/install?name=Parallel%20Search%20MCP&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fsearch.parallel.ai%2Fmcp%22%7D), plus setup instructions for 25+ clients in the MCP quickstart[MCP quickstart](https://docs.parallel.ai/integrations/mcp/quickstart). It works with Claude and Claude Code, ChatGPT and Codex, Cursor, Cline, OpenClaw, Hermes Agent, OpenCode, Windsurf, Goose, LM Studio, and anything else that speaks MCP.

Two things to know about the boundary. Anonymous use gets rate limits sized for hobby and personal agents; if you want higher limits and usage analytics, create an account at platform.parallel.ai[platform.parallel.ai](https://platform.parallel.ai) and pass your API key as a Bearer token, or point your client at https://search.parallel.ai/mcp-oauth to authenticate over OAuth instead. And for production traffic, call the Search API directly. That's where mode selection, result counts, and per-request cost control live.

## **Three modes, and why Turbo changes the free-tier math**

Most search APIs sell one quality level at one price. We sell three, so you can match spend to what a given query is worth.

ModeMedian latencyPriceBuilt for
Turbo~200ms$1 / 1,000 requestsChat, voice agents, RAG pre-filtering, high-volume lookups
Basic~1s$5 / 1,000 requestsMost agent workloads; deeper context than Turbo
Advanced~3s$5 / 1,000 requestsMulti-hop background agents, deep research, code review

Turbo[Turbo](/blog/parallel-search-turbo) is the one to understand if price is what brought you here. It returns web grounding in about 200ms at $1 per 1,000 requests: roughly 14x cheaper than the default search built into frontier models, at similar or better accuracy. It returns dense excerpts directly rather than a list of links to go fetch, which is what keeps the total number of calls down.

In our July 2026 benchmarks, Turbo was both faster and more accurate than the other fast search APIs we tested. On BrowseComp it answered in 216ms at 51% accuracy, against 361ms for Exa Instant, 357ms for Tavily Ultra Fast, 430ms for Brave, and 999ms for SerpAPI. On SimpleQA it hit 91% accuracy at 240ms. Cost per benchmark run showed the same pattern: $82 on WebWalker versus $193 for Exa Instant, $188 for Tavily Ultra Fast, $143 for Brave, and $124 for SerpAPI.

One methodology note, because it matters and vendor benchmarks in this category rarely include it: these are our runs on a harness we chose, and the Brave and SerpAPI figures reflect search-only configurations without a page-fetch tool available. Read them as directional rather than as a neutral referee's scorecard, and run your own evaluation on your own queries before committing. Every accuracy claim in this category, ours included, is vendor-run, which is exactly why an independent reproducible benchmark would be the most useful thing anyone could publish here.

## **How far $5 a month actually goes**

Because Parallel prices per request rather than per token, the free monthly allowance converts to a number you can plan against. At current prices, $5 covers up to:

  • - 5,000 Turbo searches, or 1,000 searches in Basic or Advanced mode
  • - 5,000 Extract API requests
  • - 1,000 Task API runs
  • - 1,666 Monitor API executions

Or any combination. 5,000 Turbo searches a month is around 165 a day, which is more than enough to run a personal research agent, a Slack bot, or a monitoring job continuously without ever paying. Failed runs aren't billed, so a broken query doesn't eat the allowance. And because free credit is spent before paid balance, adding a card doesn't change when you start paying, it changes what happens after you've used the free credit up.

## **Which free option fits your project**

  • - **You want web search in your coding agent in the next 60 seconds.** Our hosted MCP server. No account, no key, one command.
  • - **You're prototyping and never want to see an invoice.** Tavily or Exa. Both refill monthly with no card on file, so overage is impossible by construction.
  • - **You need Google's actual ranking.** Serper, at 2,500 free queries and $0.30 per 1,000 after. Accept the scraping dependency knowingly.
  • - **The free tier is a trial for something that goes to production.** Evaluate on the paid path, not the free one. Check the mode you'll actually ship, the rate limits you'll actually need, and whether SOC 2 and zero data retention are included or an enterprise upsell.
  • - **Volume is high and per-query cost decides the build.** Turbo at $1 per 1,000 requests, and measure cost per answer rather than cost per request, dense excerpts mean fewer calls per resolved question.
  • - **You genuinely cannot spend money and can run infrastructure.** Self-hosted SearXNG, with clear eyes about reliability.

## **Frequently asked questions about free web search APIs**

### **Is there a web search API that's free with no credit card and no signup?**

The Parallel Search MCP server at https://search.parallel.ai/mcp requires neither. Several providers (Tavily, Exa, Firecrawl, Serper) offer free tiers without a card but do require an account. Brave requires a card at signup.

### **Can I run a production application on a free tier?**

Rarely, and not because of the credit caps. Free tiers are throttled: low concurrency, lower requests per second, and no SLA. They're built for evaluation and hobby use. Free credits that recur monthly can carry a genuinely low-volume production workload (a monitoring job, an internal bot) but anything user-facing will hit rate limits before it hits the credit ceiling.

### **What happened to the free Bing and Google search APIs?**

Microsoft deprecated the Bing Search API on August 11, 2025, directing developers to Azure AI Agents. Google's Custom Search JSON API is closed to new customers and discontinues on January 1, 2027. Both of the historical free defaults for web search are gone, which is most of why this category exists in its current form.

### **Do free credits roll over if I don't use them?**

Almost never. Parallel's $5 monthly credit expires at the end of the month, as do Tavily's and Firecrawl's monthly credits. Signup grants generally persist until spent. Assume no rollover unless a provider says otherwise in writing.

### **What's the cheapest paid web search API once the free tier runs out?**

Serper is cheapest per query at $0.30 per 1,000, using scraped Google SERP data. Among APIs running their own index and returning LLM-ready excerpts, Parallel Turbo at $1 per 1,000 requests is the lowest rate we're aware of. Compare on cost per resolved answer rather than per request: an API that needs four calls at $0.30 costs more than one that needs a single call at $1.

### **How do I move from the free MCP server to the API?**

Create an account, generate a key, and call the Search endpoint directly. The quickstart[quickstart](https://docs.parallel.ai/search/search-quickstart) covers it in a few minutes. You keep the same index and excerpt format, and gain mode selection, result-count control, higher rate limits, and usage analytics. Full rates are on the pricing page[pricing page](/pricing).

**Related reading: **The honest 2026 comparison: web search APIs for AI agents[The honest 2026 comparison: web search APIs for AI agents](/articles/the-honest-2026-comparison-web-search-apis-for-ai-agents) · Tavily vs. Parallel[Tavily vs. Parallel](/articles/tavily-vs-parallel-search) · Exa vs. Parallel[Exa vs. Parallel](/articles/exa-vs-parallel) · Brave Search API vs. Parallel[Brave Search API vs. Parallel](/articles/brave-search-api-vs-parallel)

Parallel avatar

By Parallel

July 27, 2026

## Related Articles8

Parallel avatar

- [OpenClaw vs Claude Code: which AI agent should you actually use?](https://parallel.ai/articles/openclaw-vs-claude-code-which-ai-agent-should-you-actually-use)

Reading time: 12 min
Parallel avatar

- [The best Google Custom Search API alternative for AI agents](https://parallel.ai/articles/the-best-google-custom-search-api-alternative-for-ai-agents)

Reading time: 8 min
Parallel avatar

- [Gemini CLI vs Claude Code: which terminal coding agent should you use?](https://parallel.ai/articles/gemini-cli-vs-claude-code-which-terminal-coding-agent-should-you-use)

Reading time: 11 min
Parallel avatar

- [OpenCode vs Claude Code: a 2026 comparison for developers](https://parallel.ai/articles/opencode-vs-claude-code-a-2026-comparison-for-developers)

Reading time: 10 min
Parallel avatar

- [The best OpenClaw alternatives in 2026 (and how to make any of them reliable)](https://parallel.ai/articles/the-best-openclaw-alternatives-in-2026-and-how-to-make-any-of-them-reliable)

Reading time: 11 min
Parallel avatar

- [Claude Code vs Cursor: how to choose your AI coding tool in 2026](https://parallel.ai/articles/claude-code-vs-cursor-how-to-choose-your-ai-coding-tool-in-2026)

Reading time: 12 min
Parallel avatar

- [Claude Cowork vs Claude Code: which agentic tool to use and when](https://parallel.ai/articles/claude-cowork-vs-claude-code-which-agentic-tool-to-use-and-when)

Reading time: 11 min

- [How to switch from Firecrawl to Parallel Search API](https://parallel.ai/articles/firecrawl-to-parallel-search-api)

Reading time: 3 min
![Company Logo](https://parallel.ai/parallel-logo-540.png)

Contact

  • hello@parallel.ai[hello@parallel.ai](mailto:hello@parallel.ai)

For Content Owners

  • index.parallel.ai[index.parallel.ai](https://index.parallel.ai)

Products

  • Task API[Task API](https://parallel.ai/products/task)
  • Responses API[Responses API](https://parallel.ai/products/responses)
  • Monitor API[Monitor API](https://parallel.ai/products/monitor)
  • FindAll API[FindAll API](https://parallel.ai/products/findall)
  • Search API[Search API](https://parallel.ai/products/search)
  • Extract API[Extract API](https://parallel.ai/products/extract)
  • Index by Parallel[Index by Parallel](https://index.parallel.ai)

Solutions

  • Sales[Sales](https://parallel.ai/solutions/sales)
  • Finance[Finance](https://parallel.ai/solutions/finance)
  • Legal[Legal](https://parallel.ai/solutions/legal)
  • Coding & Building[Coding & Building](https://parallel.ai/solutions/code)
  • Life Sciences[Life Sciences](https://parallel.ai/solutions/life-sciences)
  • Insurance[Insurance](https://parallel.ai/solutions/insurance)
  • Productivity[Productivity](https://parallel.ai/solutions/productivity)

Developers

  • Docs[Docs](https://docs.parallel.ai/getting-started/overview)
  • Onboard your Agent[Onboard your Agent](https://docs.parallel.ai/getting-started/overview#onboard-your-agent)
  • Parallel MCP[Parallel MCP](https://docs.parallel.ai/integrations/mcp/quickstart)
  • Parallel CLI[Parallel CLI](https://docs.parallel.ai/integrations/cli)
  • API Reference[API Reference](https://docs.parallel.ai/api-reference)
  • Python SDK[Python SDK](https://pypi.org/project/parallel-web/)
  • Typescript SDK[Typescript SDK](https://www.npmjs.com/package/parallel-web)
  • Integrations[Integrations](https://docs.parallel.ai/integrations/agentic-payments)
  • Changelog[Changelog](https://docs.parallel.ai/resources/changelog)
  • Status[Status](https://status.parallel.ai/)
  • Support[Support](mailto:support@parallel.ai)

Company

  • About[About](https://parallel.ai/about)
  • Press[Press](https://parallel.ai/press)
  • Careers[Careers](https://parallel.ai/careers)
  • Pioneers[Pioneers](https://pioneers.parallel.ai/)
  • Museum of the Human Web[Museum of the Human Web](https://museum.parallel.ai/)

Resources

  • Blog[Blog](https://parallel.ai/blog)
  • Benchmarks[Benchmarks](https://parallel.ai/benchmarks)
  • Become a Content Partner[Become a Content Partner](https://index.parallel.ai/join)
  • Pricing[Pricing](https://parallel.ai/pricing)

Legal

  • Terms of Service[Terms of Service](https://parallel.ai/terms-of-service)
  • Customer Terms[Customer Terms](https://parallel.ai/customer-terms)
  • Privacy[Privacy](https://parallel.ai/privacy-policy)
  • Acceptable Use[Acceptable Use](https://parallel.ai/acceptable-use-policy)
  • Bots[Bots](https://parallel.ai/parallel-web-systems-bots)
  • Trust Center[Trust Center](https://trust.parallel.ai/)
  • Report Security Issue[Report Security Issue](mailto:security@parallel.ai)
LinkedIn[LinkedIn](https://www.linkedin.com/company/parallel-web/about/)Twitter[Twitter](https://x.com/p0)GitHub[GitHub](https://github.com/parallel-web)YouTube[YouTube](https://www.youtube.com/@parallelwebsystems)Events[Events](https://luma.com/parallelwebsystems)
All Systems Operational
![SOC 2 Compliant](https://parallel.ai/soc2.svg)

Parallel Web Systems Inc. 2026