Skip to main content
Feel free to proceed to the Get Started page, copy the page as markdown, and give it as context to your favorite coding agent along with your API key. It will smoothly proceed with the integration.

Available Endpoints

How It Works

  1. Submit a lookup - POST a domain to start a lookup job
  2. Get job ID - Receive a job ID immediately (async processing)
  3. Poll or webhook - Either poll for results or receive them via webhook

Request Format

All POST requests should include:
  • Content-Type: application/json header
  • X-API-Key: your_api_key header
  • JSON request body

Response Format

Success Response

Error Response

Credits

API usage is tracked via credits. Company lookups are charged 1 credit per contact returned.

Rate Limits

The API enforces rate limits. When rate limited, you’ll receive a 429 response with RATE_LIMIT_EXCEEDED error code.