Company Lookup
Submit Company Lookup
Submit an asynchronous company lookup job by domain. Returns a job ID to poll for results.
POST
Overview
Submit an asynchronous company lookup job by domain. This is an async operation:- Submit a lookup request with a domain
- Receive a job ID immediately (202 Accepted)
- Poll for results or receive them via webhook
Request
Response
Returns202 Accepted with a job ID. See the response panel for examples of all status codes.
Scheduling
immediate- Job will process right awaydelayed_24h- Job queued due to daily limit (will process when limit resets)
Errors
Webhook URL Validation
TheINVALID_WEBHOOK_URL error may return one of these messages:
- Invalid URL format
- Webhook URL must use HTTPS
- Localhost URLs are not allowed
- Webhook URL resolves to a private IP address
- Webhook URL is a private IP address
Authorizations
API key in format: hntd_{id}_{secret}
Body
application/json
Company domain to search
Example:
"example.com"
Optional array of source names to query. If not provided, uses all sources assigned to your API key.
Example:
HTTPS URL to receive callback when job completes
Example:
"https://yourapp.com/webhooks/huntd"