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
}
API PLAYGROUND
Test a live request
Choose an engine, enter a query, and inspect the response without leaving the dashboard.
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"