Search API pricing looks cheap per call, but full-context queries can cost 4× more
No_Marionberry_5366 · reddit · 2026-07-28
This post argues that search API pricing should be judged by the amount of content returned, not just the per-call headline price.
The author audited several major providers and found that the effective cost rises sharply once a pipeline needs full page content instead of lightweight SERP snippets. In their comparison, average cost moved from about $5 per 1K queries at minimal context to roughly $21 per 1K queries when returning 20 full-content results, with providers spanning about $17–25 per 1K at that level.
The deeper point is that per-call pricing hides the real unit of cost: the cost per resolved query. Cheap search results often trigger extra fetches, retries, and downstream parsing, which is where production budgets actually go.
More from coding & agent
- Matt Pocock says his AGENTS.md pruning lesson became the longest in the course — mattpocockuk · 2026-07-28
- A stronger model can still hurt your AI product, so test upgrades on production tasks first — max_gladysh · 2026-07-28
- Claude Code says terminal-first agents beat the copy-paste ChatGPT workflow — Aiden_Tech_Ai · 2026-07-28
- Turn Claude Code into a design pipeline instead of a one-shot prompt — PrajwalTomar_ · 2026-07-28
- Ami is a local open-source agent that automates busywork across apps — vitaelabitur · 2026-07-28
- Agent workflows are shifting from loops to structured graphs, with AFlow beating hand-built flows — dominik_ddd · 2026-07-28