Getting Started

Base URL: https://api.brightdata.com/deep-lookup/v1 Authentication: All API requests require authentication using your API key in the request headers.
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.brightdata.com/deep-lookup/v1/preview

Core Workflow

The Deep Lookup API follows a simple workflow designed for maximum flexibility and cost control:

Rate Limits

PlanRequests/minConcurrent RequestsMax Records/Request
Trial101100
Standard6051,000
EnterpriseCustomCustomCustom

Webhooks (Coming Soon)

Configure webhooks to receive notifications when research completes:
{
  "webhook_url": "https://your-app.com/webhook",
  "events": ["request.completed", "request.failed"]
}