| Product focus | Structured web data APIs, including Google, Bing, and Brave search | Answer engine API — LLM answers grounded in live web search |
|---|
| What it returns | Normalized JSON — SERP-style results and structured platform records | A synthesized, cited answer, not raw results |
|---|
| Layer | Data layer — you run your own model on the results | Answer layer — model and search bundled |
|---|
| Raw search results | Yes — position-accurate Google, Bing, and Brave SERP JSON | Not the output; you get an answer with source citations |
|---|
| Bring your own model | Yes — feed any LLM or pipeline | No — Sonar's models generate the answer |
|---|
| Coverage beyond web search | Maps, social, video, audio, podcasts, marketplaces, app stores, reviews, business, finance | General web answers |
|---|
| Exact SERP positions | Position-accurate, for rank tracking and monitoring | Not applicable — returns an answer, not a ranking |
|---|
| Agent-native use cases | Structured JSON plus hosted MCP tools for supported endpoints | One-call grounded answers for chatbots and agents |
|---|
| Pricing model | Credit-based, billed on success; 2,000 free credits/month | Token plus per-request pricing across sonar, sonar-pro, sonar-reasoning, and sonar-deep-research — check official pricing |
|---|
| Search API price | About $1.35 per 1,000 Google SERP calls on the $9 Starter plan and $0.87 on the $29 Growth plan | $5.00 per 1,000 requests on the Search API, with no additional token charges |
|---|
| Billing unit | One endpoint call, at a fixed published credit weight | One successful POST /search request — a request carrying up to five queries counts as a single billing unit |
|---|
| Failed requests | Only a successful 2xx response is charged | Invalid, rate-limited and upstream-failed requests are not billed, but a successful response is billed even when it returns no results |
|---|
| Sonar model pricing | Not offered — Crawlora returns source data, not generated answers | Token-based: Sonar $1/$1 per million input/output tokens, Sonar Pro $3/$15, Sonar Reasoning Pro $2/$8, plus a per-request fee that varies with search context size |
|---|
| Agent tool pricing | Hosted MCP tools billed as ordinary endpoint calls | Per invocation on the Agent API: web_search $0.0025, fetch_url $0.0005, people_search and finance_search $0.005 each, sandbox $0.03 per session |
|---|
| Output shape | Documented JSON fields — the SERP positions, listings or records themselves | A generated, cited answer, or raw search results via the separate Search API |
|---|