Google Custom Search JSON API is closed to new customers
Google Custom Search JSON API Status 2026: Closed. The Best Google Custom Search API Alternative
Google closed the Custom Search JSON API to new signups. Searlo is the drop-in replacement: full Google search results, no domain restrictions, 16x cheaper , and ready for AI agents.
Searlo
$0.30
per 1,000 queries
Google Custom Search
$5.00
per 1,000 queries
Migrate in under 10 minutes. No credit card required to start.
How much does the Google Custom Search JSON API cost in 2026?
The Google Custom Search JSON API costs $5 per 1,000 queries. You get 100 queries per day free, paid usage is capped at 10,000 queries per day, and there is no higher tier to buy — 10k/day is the ceiling.
It is also closed to new customers: if you do not already have access you cannot sign up at any price, and existing customers have until January 1, 2027 to move off it. Google's own suggested replacement is Vertex AI Search, which searches up to 50 domains you configure rather than the open web. Searlo is the open-web option — the full Google index, no domain list, $0.30 per 1,000.
Third-party figures on this page last verified 2026-08-26 against the sources linked above. Prices change; if you find one of these stale, tell us and we will correct it.
Official Google Notice From developers.google.com : “Note: The Custom Search JSON API is closed to new customers. Vertex AI Search is a favorable alternative for searching up to 50 domains.” Vertex AI Search requires a full Google Cloud setup and enterprise pricing. Searlo is the affordable, developer-friendly alternative.
- Paid rate $5.00 per 1,000 queries — developers.google.com
- Free tier 100 queries per day — developers.google.com
- Hard daily ceiling 10,000 queries per day, no larger plan — developers.google.com
- Availability Closed to new customers — developers.google.com
- Shutdown date for existing customers January 1, 2027 — developers.google.com
- Google's suggested alternative Vertex AI Search — up to 50 configured domains, not the open web — developers.google.com
- Searlo, for comparison $0.30 per 1,000 on the 250k pack, full Google index, 3,000 free credits — our pricing
Official Google Notice
From developers.google.com :
Vertex AI Search requires a full Google Cloud setup and enterprise pricing. Searlo is the affordable, developer-friendly alternative.
16x
Cheaper than Google
$0.30 vs $5.00/1K
3,000
Free tier
Queries/month, forever
sub-second
Latency
vs 100–500ms
None
Domain restrictions
Search all of Google
Why Searlo is the Best Google CSE Replacement
Everything Google Custom Search couldn't do — and the full Google index too
Features
Google CSE is Closed — You Have No Choice
Google officially closed the Custom Search JSON API to new customers. Existing users have a 100 queries/day free cap and expensive $5/1K billing. Searlo is the direct replacement that actually works.
Search All of Google, Not Just Your Domains
Google CSE only returns results from domains you pre-configure. Searlo searches the full Google index — every website, every result — exactly like a user would see on google.com.
16x Cheaper at Paid Tier
Google charges $5 per 1,000 queries. Searlo charges $0.30. For a mid-size app running 500K queries/month, that's $2,350 saved every month.
5–10x Faster
Google CSE returns results in 100–500ms. Searlo's edge infrastructure delivers real-time SERP data in under sub-second globally — critical for responsive user interfaces.
AI-Ready from Day One
Searlo includes TOON format (63% fewer LLM tokens), MCP protocol for Claude/Cursor, and native LangChain/LlamaIndex integrations. Google CSE has no AI-native features.
Migrate in Under 10 Minutes
Searlo uses a simple REST API with a single Authorization header — no complex GCP service accounts, no domain verification, no Programmable Search Engine UI setup required.
Searlo vs Google Custom Search JSON API
Full feature comparison
Searlo vs Google Custom Search JSON API
| Feature | Searlo | Google CSE |
|---|---|---|
| Availability | Open to all | Closed to new customers |
| Free Tier | 3,000 queries/month | 100 queries/day (cap) |
| Paid Pricing | $0.30/1,000 queries | $5.00/1,000 queries |
| Average Latency | avg ~300ms | 100–500ms |
| Domain Restrictions | None — search all of Google | Custom domains only |
| Web Search (all Google) | Yes | No |
| Image Search | Yes | Limited |
| News Search | Yes | No |
| Shopping Results | Yes | No |
| Maps / Local | Yes | No |
| Organic rank position in every result | Yes | No |
| Result count as competition proxy (totalResults) | Yes | Approximate |
| TOON Format (AI token savings) | Yes | No |
| MCP Protocol Support | Yes | No |
| LangChain / LlamaIndex | Yes | No |
| Rate Limit | 300 req/min | 100 queries/day free |
Migrate from Google CSE in 10 Minutes
Replace two complex config values with one Authorization header
Before — Google CSE (broken for new users)
Migrate from Google CSE in 10 Minutes
// Requires: GCP project, Custom Search Engine ID,
// API key from Google Cloud Console
const res = await fetch(
'https://www.googleapis.com/customsearch/v1'
+ '?key=YOUR_GCP_API_KEY'
+ '&cx=YOUR_CSE_ID' // must pre-configure domains
+ '&q=best+search+API',
);
// ? Only returns results from whitelisted domains
// ? 100 queries/day free, $5/1K paid
// ? New signups CLOSEDAfter — Searlo (open, full Google index)
Get started in one request
// Just one API key, no GCP setup required
const res = await fetch(
'https://api.searlo.tech/api/v1/search/web'
+ '?q=best+search+API',
{
headers: {
'x-api-key': SEARLO_KEY
}
}
);
// ? Full Google index, no domain restrictions
// ? 3,000 free/month, $0.30/1K paid
// ? Open to everyone, MCP + TOON includedSign up at dashboard.searlo.tech in 30 seconds. No credit card, no GCP project, no domain configuration.
2
Generate an API key from your dashboard. One key works for all search types — web, images, news, shopping.
3
Change the endpoint URL and replace your GCP key + CSE ID with one x-api-key header. Done.
Features
Migration Steps
1
Pricing — No Surprise Bills
| Compared | Google Custom Search API | Searlo |
|---|---|---|
| Free tier | 100 queries/day | 3,000 credits, one-time |
| Paid pricing | $5.00 / 1,000 queries | $0.30 / 1,000 queries |
| New signups | Closed | Open |
| Domain restrictions | Required | None |
| AI features | None | MCP + TOON |
Features
How much does the Google Custom Search JSON API cost in 2026?
The Google Custom Search JSON API costs $5 per 1,000 queries. You get 100 queries per day free, paid usage is capped at 10,000 queries per day, and there is no higher tier to buy — 10k/day is the ceiling. It is also closed to new customers: if you do not already have access you cannot sign up at any price, and existing customers have until January 1, 2027 to move off it. Google's own suggested replacement is Vertex AI Search, which searches up to 50 domains you configure rather than the open web. Searlo is the open-web option — the full Google index, no domain list, $0.30 per 1,000.
Is the Google Custom Search JSON API free?
Only up to 100 search queries per day. Past that it is $5 per 1,000 queries, and paid usage stops at 10,000 queries per day. There is no free tier large enough to run a product on, and no plan above 10k/day to grow into.
When does the Google Custom Search JSON API shut down?
Google's overview page states that existing Custom Search JSON API customers have until January 1, 2027 to transition to an alternative solution. New customers cannot sign up at all — the API is already closed to them.
Is the Google Custom Search JSON API closed?
Yes. Google officially closed the Custom Search JSON API to new customers. As of 2025, new sign-ups are no longer accepted. Google recommends Vertex AI Search as a paid enterprise alternative, but Searlo is the most affordable drop-in replacement for developers.
What is the best Google Custom Search API alternative in 2026?
Searlo is the best Google Custom Search API alternative in 2026. It offers real Google search results (not domain-restricted), sub-second latency, $0.30/1K pricing (vs Google's $5/1K), a 3,000 query/month free tier, MCP protocol, and TOON format for AI applications.
How is Searlo different from Google Custom Search?
Unlike Google CSE which is restricted to pre-configured domains and has a 100 queries/day free limit, Searlo searches the full Google index with no domain restrictions, 3,000 free queries/month, and 16x cheaper paid rates. It also supports AI-native features like MCP protocol and TOON format.
How long does it take to migrate from Google Custom Search to Searlo?
Most developers migrate in under 10 minutes. Instead of Google's API key plus a custom search engine ID (cx) in the query string, you send your Searlo key in an x-api-key header and change the endpoint URL to https://api.searlo.tech/api/v1/search/web?q=. No search engine to configure in a UI, no domain whitelisting, and the results come back as organic[] with a position on every entry.
Does Searlo work with LangChain and AI agents?
Yes. Searlo has native LangChain and LlamaIndex integrations, an MCP protocol server for Claude and Cursor, and TOON format that reduces LLM token consumption by 63%. Google Custom Search has no equivalent AI-native features.
Also Compare Searlo With
Don't let a closed API block your project Searlo is open to everyone, free to start, and covers everything Google CSE did — plus the full Google index, AI-native features, and 16x lower pricing. Get Your Free API Key 3,000 free queries/month — no credit card needed
Don't let a closed API block your project
Searlo is open to everyone, free to start, and covers everything Google CSE did — plus the full Google index, AI-native features, and 16x lower pricing.
3,000 free queries/month — no credit card needed
FAQ
Frequently Asked Questions
How much does the Google Custom Search JSON API cost in 2026?
The Google Custom Search JSON API costs $5 per 1,000 queries. You get 100 queries per day free, paid usage is capped at 10,000 queries per day, and there is no higher tier to buy — 10k/day is the ceiling. It is also closed to new customers: if you do not already have access you cannot sign up at any price, and existing customers have until January 1, 2027 to move off it. Google's own suggested replacement is Vertex AI Search, which searches up to 50 domains you configure rather than the open web. Searlo is the open-web option — the full Google index, no domain list, $0.30 per 1,000.
Is the Google Custom Search JSON API free?
Only up to 100 search queries per day. Past that it is $5 per 1,000 queries, and paid usage stops at 10,000 queries per day. There is no free tier large enough to run a product on, and no plan above 10k/day to grow into.
When does the Google Custom Search JSON API shut down?
Google's overview page states that existing Custom Search JSON API customers have until January 1, 2027 to transition to an alternative solution. New customers cannot sign up at all — the API is already closed to them.
Is the Google Custom Search JSON API closed?
Yes. Google officially closed the Custom Search JSON API to new customers. As of 2025, new sign-ups are no longer accepted. Google recommends Vertex AI Search as a paid enterprise alternative, but Searlo is the most affordable drop-in replacement for developers.
What is the best Google Custom Search API alternative in 2026?
Searlo is the best Google Custom Search API alternative in 2026. It offers real Google search results (not domain-restricted), sub-second latency, $0.30/1K pricing (vs Google's $5/1K), a 3,000 query/month free tier, MCP protocol, and TOON format for AI applications.
How is Searlo different from Google Custom Search?
Unlike Google CSE which is restricted to pre-configured domains and has a 100 queries/day free limit, Searlo searches the full Google index with no domain restrictions, 3,000 free queries/month, and 16x cheaper paid rates. It also supports AI-native features like MCP protocol and TOON format.
How long does it take to migrate from Google Custom Search to Searlo?
Most developers migrate in under 10 minutes. Instead of Google's API key plus a custom search engine ID (cx) in the query string, you send your Searlo key in an x-api-key header and change the endpoint URL to https://api.searlo.tech/api/v1/search/web?q=. No search engine to configure in a UI, no domain whitelisting, and the results come back as organic[] with a position on every entry.
Does Searlo work with LangChain and AI agents?
Yes. Searlo has native LangChain and LlamaIndex integrations, an MCP protocol server for Claude and Cursor, and TOON format that reduces LLM token consumption by 63%. Google Custom Search has no equivalent AI-native features.
Related Pages
- Searlo
- SERP API Real-time Google search results in clean JSON
- AI agents Give agents fresh web search data
- RAG search Ground retrieval systems with live search results
- View all use cases
- Why teams switch from legacy SERP APIs to Searlo
- Searlo vs SerpAPI
- Searlo vs Serper
- Cheapest SERP API
- Docs
- Pricing
- Blog
- MCP
- tell us
- vs Tavily
- vs SearchAPI.io
- vs DataForSEO
- vs Scrapingdog
- Best SERP APIs in 2026