1,000 free credits on sign up

Web Search API
for Developers

Get structured web search results through a simple REST API. One API key, one endpoint, any programming language. Start for free.

Three steps to search results

Get started in under a minute

1

Sign up with Google

One-click authentication. No forms, no email verification. Get started instantly.

2

Copy your API key

Your API key is generated automatically. Copy it and the ready-made code snippet.

3

Make API calls

Send search queries, get structured JSON results. 1 credit per request.

Simple API, powerful results

A single POST request returns structured search results with titles, URLs, and snippets. Works with any language or framework.

JSON response with title, URL, domain, snippet
CORS enabled — call from browser or server
Up to 100 results per query
Real-time credits tracking
cURL
curl -X POST https://www.search-router.com/api/search \
  -H "X-API-Key: sr_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"query": "artificial intelligence", "num_results": 10}'
Response
{
  "success": true,
  "credits_remaining": 999,
  "results": [
    {
      "title": "Artificial intelligence - Wikipedia",
      "url": "https://en.wikipedia.org/wiki/AI",
      "domain": "en.wikipedia.org",
      "snippet": "Artificial intelligence is..."
    }
  ]
}

Simple, transparent pricing

1 credit = 1 search request. No subscriptions, no hidden fees.

1K
credits
$5
$0.005 per search
Popular
5K
credits
$20
$0.004 per search
10K
credits
$35
$0.0035 per search
50K
credits
$150
$0.003 per search
1,000 free credits when you sign up