DEVELOPER CONSOLE

Search infrastructure, simplified.

Operational

ONE API · THREE ENGINES

Turn the Google ecosystem into structured data.

Search the web, discover images, and explore local businesses through one clean JSON API running on your machine.

GET /api/v1/search

{
  "q": "best coffee in Coimbatore",
  "engine": "google",
  "num": 10
}
AVAILABLE ENGINES3Search · Images · Maps
QUEUE STATUS0Requests waiting
API VERSIONv1Stable endpoints

API PLAYGROUND

Test a live request

Choose an engine, enter a query, and inspect the response without leaving the dashboard.

GET/api/v1/search?q=typescript&engine=google&num=10
RESPONSEReady
Run a request to see results here.

ACCESS CONTROL

Your API keys

Create keys for your apps. A new secret is displayed only once—copy it somewhere safe.

API keys

Keys authenticate requests using the X-API-Key header.

Create your first key to activate the API.

QUICKSTART

Use it in your app

Send your key in every request. Replace the example query with your own.

curl "http://localhost:3000/api/v1/search?q=typescript&engine=google" \
  -H "X-API-Key: YOUR_API_KEY"

NEW CREDENTIAL

Create an API key

Use a descriptive name so you remember where this key is used.

EXISTING CREDENTIAL

Use an API key

The key is saved only in this browser.