DeepSearch Developers
Open console

DeepSearch Developers

Public-source research for your applications and AI assistants. One platform, from your first request to production.

Read the docs

Build with the API

Search people, research companies, and build sourced profiles in your own application. Start with a free sandbox request.

Open playgroundREST API · TypeScript SDK · CLI

Connect an AI app

Give your AI assistant access to DeepSearch. Connect the hosted MCP server and sign in with your existing account.

Set up a connectionMCP · OAuth · Shared allowance

Try it now

No account needed
Sandbox · no usage charged

Request

POST /api/v1/search

Find people by name, phone, email, or username.

Deterministic sample data. No account or API key needed.

Response

Ready when you are
Your response will appear here.

Send a request to inspect the exact JSON or streamed events returned by the API.

Use in your application

curl https://deepsearch.app/api/v1/search \
  -H "Authorization: Bearer dsk_test_deepsearch" \
  -H "Content-Type: application/json" \
  -d '{
        "query": "Ada Lovelace",
        "type": "name",
        "format": "json",
        "sandbox": true
      }'

Explore the endpoints

7 endpoints · 3 access scopes

Developer resources