search_companies
Search for companies by name, website domain, or employer ID. Filter to active job listings and paginate results from the CleanJobData API.
Instructions
Search for companies using the CleanJobData API
query, website_url, and employer_id are mutually exclusive lookup modes, checked in priority order: employer_id, then website_url, then query.
Args: query: Company name to search for (fuzzy match, ranked by relevance) website_url: Match by registrable domain; accepts a bare domain or full URL employer_id: Look up one or more companies directly by ID (max 100) active: Only return companies with active jobs (default true) limit: Results per request (max 100 when searching) offset: Skip this many rows
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| active | No | ||
| offset | No | ||
| employer_id | No | ||
| website_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |