Before committing to a company search, you can call this endpoint to get a worst-case credit estimate for the same request body. The estimate assumes every row in the result page has a distinct domain and that all external provider lookups are required for each. Because the estimate is conservative by design, your actual charge after running the real search will typically be lower. This call is free — no credits are deducted.Documentation Index
Fetch the complete documentation index at: https://docs.thehog.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Authentication
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <your-api-key> |
X-Project-Id | No | Optional project context. |
Body Parameters
This endpoint accepts the same request body asPOST /api/companies/search. All parameters are optional.
Free-text search on company name and domain.
Filter by industry.
Minimum employee count.
Maximum employee count.
Filter by company domain.
Filter by country or city.
Minimum founding year. Range: 1800–2100.
Maximum founding year. Range: 1800–2100.
Minimum annual revenue in USD.
Maximum annual revenue in USD.
Required technologies. Example:
["Salesforce", "HubSpot"].Keyword category filter.
Filter by hiring signal.
Filter by recent funding signal.
Growth band. One of:
"low", "medium", "high".Page size used in the estimate calculation. Minimum
1, maximum 100.Pagination offset used in the estimate calculation.
Project context override.
Response
The response is wrapped in adata / meta envelope.
The estimate result.
Request metadata.
The estimate reflects the worst case: all rows have distinct domains and every external provider is called. Actual charges after running the search depend on how many unique domains required live provider lookups versus data served from cache.