SearchCans provides Google Search API and Web to Text API — real-time SERP data and clean content extraction with no rate limits, starting at $0.56/1K.
SearchCans: Google Search API & Web to Text API — No Rate Limits, AI Data Infrastructure for Developers
SearchCans is the data infrastructure layer for AI applications. Use the Google Search API to retrieve real-time organic results, PAA, and Knowledge Graph data via POST. Use the Web to Text API to convert any URL into clean, structured content for RAG pipelines and AI agents. Both APIs use POST requests with JSON payloads and Bearer token authentication.
SearchCans provides no hourly rate limits via Parallel Lanes — enabling concurrent requests without hourly caps. Starting at $0.56 per 1,000 requests with prepaid credit packs.
Two APIs · One platform Google Search API & Web Content Extraction APIs Built for AI agents, RAG pipelines, and content workflows.
Real-time SERP results from Google and Bing, plus clean Markdown or HTML from any URL, PDF, or Office document. One API key, no hourly rate limits, from $0.56 per 1,000 requests.
100 free credits — no card required
Start free. No credit card. Add more lanes later when you need more throughput.
import requests
headers = {
"Authorization": "Bearer YOUR_KEY",
"Content-Type": "application/json"
}
# 1. Search Google (SERP API)
search_resp = requests.post(
"https://www.searchcans.com/api/v1/search",
headers=headers,
json={
"s": "AI Agents", # Search query
"t": "google", # Engine type
"d": 20000 # 20s server timeout
},
timeout=30 # 30s client timeout
)
# Get the first URL result
first_url = search_resp.json()['data'][0]['url']
# 2. Extract Content (Reader API)
reader_resp = requests.post(
"https://www.searchcans.com/api/v1/url",
headers=headers,
json={
"s": first_url, # Source URL
"t": "url",
"w": 3000 # Wait 3s for JS (use 5000ms+ for heavy sites)
},
timeout=30 # 30s client timeout
)
# Output clean LLM-ready Markdown
print(reader_resp.json()['data']['markdown']) Two APIs. One platform for AI apps and agents.
Search the web with our Google and Bing SERP APIs. Extract clean Markdown or HTML from any URL with our Reader API. Same key, same credit pool — from your first test request to production.
10x Cheaper Search API
$0.56 per 1K requests, prepaid. A fraction of what Serper or SerpAPI charge on heavy AI workloads. No monthly subscription.
Google & Bing SERP API
One endpoint returns structured, real-time results. Drop-in for AI agents and RAG pipelines.
Reader API (Web to Text)
Any URL in, clean Markdown or HTML out. JavaScript-rendered pages, PDFs, and Office documents included.
Concurrent throughput, stackable
~2.5s average response. Stack plans to raise concurrent throughput. 99.9% uptime target.
Built for Developers
Skip the HTML parsing. Get structured JSON that integrates natively with LangChain and LlamaIndex.
Live Performance
API Status
Real-time success rates across our Google SERP, Bing Search, and Reader APIs.
Simple prepaid pricing for search and extraction
Start with free credits. Buy what you need — no subscription. Add more concurrency with Lane Stacking when you need it.
All plans include full access to the Google SERP, Bing Search, and Reader APIs. View Documentation →
Standard
- Get 20,000 credits
- 2 Parallel Lanes ? What are Parallel Lanes? A lane is one request running now. This plan has 2 lanes, so 2 requests can run at the same time. When one finishes, that lane is ready again.
- ≈2,400 throughput per hour ? How is throughput estimated? Throughput (RPM) = Lanes × (60s / 3s avg. latency). At 3s average latency, 1 lane ≈ 20 RPM ≈ 1,200 requests/hour.
- Real-time results
- Fast response time
- Email technical support
Credits valid for 6 months
Starter
- Get 132,000 credits
- 3 Parallel Lanes ? What are Parallel Lanes? A lane is one request running now. This plan has 3 lanes, so 3 requests can run at the same time. When one finishes, that lane is ready again.
- ≈3,600 throughput per hour ? How is throughput estimated? Throughput (RPM) = Lanes × (60s / 3s avg. latency). At 3s average latency, 1 lane ≈ 20 RPM ≈ 1,200 requests/hour.
- Real-time results
- Faster response priority
- Email technical support
- Eligible for Lane Stacking ? What is Lane Stacking? Add another eligible plan and your lanes add up in one account. More lanes mean more requests can run at the same time. 1× $99 = 3 Lanes 2× $99 = 6 Lanes $99 + $597 = 25 Lanes
Credits valid for 6 months
Pro
- ~1 Million credits
- 22 Parallel Lanes ? What are Parallel Lanes? A lane is one request running now. This plan has 22 lanes, so 22 requests can run at the same time. When one finishes, that lane is ready again.
- ≈26,400 throughput per hour ? How is throughput estimated? Throughput (RPM) = Lanes × (60s / 3s avg. latency). At 3s average latency, 1 lane ≈ 20 RPM ≈ 1,200 requests/hour.
- Real-time results
- Priority Request Routing
- Tier-1 Developer Support
- Eligible for Lane Stacking ? What is Lane Stacking? Add another eligible plan and your lanes add up in one account. More lanes mean more requests can run at the same time. 1× $99 = 3 Lanes 2× $99 = 6 Lanes $99 + $597 = 25 Lanes
Credits valid for 6 months
Ultimate
- Get 3,000,000 credits
- 68 Parallel Lanes ? What are Parallel Lanes? A lane is one request running now. This plan has 68 lanes, so 68 requests can run at the same time. When one finishes, that lane is ready again.
- ≈81,600 throughput per hour ? How is throughput estimated? Throughput (RPM) = Lanes × (60s / 3s avg. latency). At 3s average latency, 1 lane ≈ 20 RPM ≈ 1,200 requests/hour.
- Dedicated Cluster Node
- Zero Queue Latency
- Dedicated account manager
- Eligible for Lane Stacking ? What is Lane Stacking? Add another eligible plan and your lanes add up in one account. More lanes mean more requests can run at the same time. 1× $99 = 3 Lanes 2× $99 = 6 Lanes $99 + $597 = 25 Lanes
Credits valid for 6 months
Why teams choose SearchCans
Start free. Pay only when you use it. Scale when you need to.
Try the full product free. Pay only when your usage proves out. Add throughput when your workload demands it.
Test before you pay
Full access for 100 free credits. No credit card.
Pay only when you're ready
Prepaid credits and predictable pricing — no monthly subscription required.
Scale concurrency when you need it
Parallel Lanes and Lane Stacking add concurrency when jobs queue — no rebuild required.
No Rate Limits: Parallel Lanes — Scale Without Hourly Caps
Start on our shared cluster for testing and early production. When you need more concurrent requests, stack eligible plans for more lanes — or move to a Dedicated Cluster Node to skip the queue entirely.
How concurrency maps to throughput
A quick way to size the right plan for agents, batch jobs, and queued workloads — before you scale up.
1 lane = 1 live request
Estimated hourly throughput ≈ lanes × 3600 ÷ average request seconds
If a request averages 3 seconds, 1 lane ≈ 1,200 requests/hour and 3 lanes ≈ 3,600 requests/hour.
For testing & side projects
Get started free- 1 Parallel Search Lane
- 100 Free Credits
- Shared Cluster Resources
For high-volume & compliance
Contact Sales- Custom Parallel Lanes
- Dedicated Cluster Node
- SLA & Priority Support
Lane Stacking in one line
Eligible paid plans stack their lanes in one account — raise concurrency without switching products or rotating keys.
When Lane Stacking helps
When your usage is proven and requests start queuing, stack another plan to raise live concurrency — no integration changes.
AI Search API — Built for LLM Grounding and Agentic Workflows
Our Search API returns real-time Google results that AI agents, RAG pipelines, and grounding layers can use directly. Pair it with the Reader API to search, fetch, and extract content in a single pipeline.
Start free. 100 credits. No credit card.
Get 100 free credits and your API key in 30 seconds. Or skip ahead to compare plans.