curl --request POST \
--url https://api.hirebase.org/v2/hirebase/companies/search \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"company_name": "<string>",
"industries": [
"<string>"
],
"subindustries": [
"<string>"
],
"company_types": [
"<string>"
],
"job_board": "<string>",
"linkedin_link": "<string>",
"page": 123,
"limit": 123
}
'{
"companies": {
"company_name": "<string>",
"company_slug": "<string>",
"description_summary": "<string>",
"linkedin_link": {},
"job_board": "<string>",
"size_range": {
"min": 123,
"max": 123
},
"industries": [
"<string>"
],
"subindustries": [
"<string>"
],
"company_logo": {},
"score": 123
},
"total_count": 123,
"page": 123,
"limit": 123,
"total_pages": 123
}Powerful full-text and filter-based company discovery with geographic proximity, recruiter filtering, and rich metadata.
curl --request POST \
--url https://api.hirebase.org/v2/hirebase/companies/search \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"company_name": "<string>",
"industries": [
"<string>"
],
"subindustries": [
"<string>"
],
"company_types": [
"<string>"
],
"job_board": "<string>",
"linkedin_link": "<string>",
"page": 123,
"limit": 123
}
'{
"companies": {
"company_name": "<string>",
"company_slug": "<string>",
"description_summary": "<string>",
"linkedin_link": {},
"job_board": "<string>",
"size_range": {
"min": 123,
"max": 123
},
"industries": [
"<string>"
],
"subindustries": [
"<string>"
],
"company_logo": {},
"score": 123
},
"total_count": 123,
"page": 123,
"limit": 123,
"total_pages": 123
}Search for companies using a combination of keyword/full-text search and precise filters. This endpoint powers both the Hirebase web app’s enhanced company explorer and the public Company Search API used by over 500 customers.Documentation Index
Fetch the complete documentation index at: https://www.hirebase.org/docs/llms.txt
Use this file to discover all available pages before exploring further.
POST https://api.hirebase.org/v2/hirebase/companies/search
["Tech, Software & IT Services", "Healthcare"]). See List Industries for accepted values.["Medical Practices", "Blockchain"])."Startup", "Public Company", "Non-Profit", etc."Greenhouse", "Lever", "Workable").https://www.linkedin.com/ or https://linkedin.com/.Show Company Object
curl -X POST "https://api.hirebase.org/v2/hirebase/companies/search" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"query": "ai infrastructure",
"industries": ["Tech, Software & IT Services"],
"limit": 10
}'
{
"companies": [
{
"company_name": "Anthropic",
"company_slug": "anthropic",
"description_summary": "Anthropic is an AI safety and research company working on reliable, interpretable, and steerable AI systems.",
"linkedin_link": "https://www.linkedin.com/company/anthropicresearch/",
"job_board": "Lever",
"size_range": { "min": 201, "max": 500 },
"industries": ["Tech, Software & IT Services"],
"subindustries": ["AI & ML"],
"company_logo": "https://assets.anthropic.com/m/...",
"score": 28.4
}
],
"total_count": 87,
"page": 1,
"limit": 20,
"total_pages": 5
}
400 Bad Request
limit > 100, malformed LinkedIn URL, unsafe strings).401 Unauthorized
429 Too Many Requests
500 Internal Server Error
query with industries for hyper-relevant discovery — e.g., find “climate tech” companies hiring within Agriculture.