Skip to content

DeepSearch Developers

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

Getting started

Explore the endpoints

Developer resources

Try it now

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
      }'