# Companyenrich AI integration on Definable

> CompanyEnrich provides instant company data enrichment, search, and similar company discovery through API endpoints.

## What this connects

CompanyEnrich provides instant company data enrichment, search, and similar company discovery through API endpoints.

Vendor: https://companyenrich.com

## Tools available

**32** tools available. First 12:

- `COMPANYENRICH_AUTOCOMPLETE_COMPANIES` — Autocomplete Companies — Returns a list of companies matching the given partial domain name. This is useful for autocompleting domain names in your application. Up to 10 companies are returned per request. Cost: FREE - No credits deducted. Use when you need to autocomplete company domains in your application.
- `COMPANYENRICH_AUTOCOMPLETE_KEYWORDS` — Autocomplete Keywords — Lookup keywords for use in company search filters. This endpoint returns a list of keywords that match the provided query string. Use this action to discover valid keyword values before using them in company search filters. The results are sorted by relevance. Example: query="tech" might return ["Technology", "Tech", "Information Technology", ...]
- `COMPANYENRICH_AUTOCOMPLETE_POSITIONS` — Autocomplete Positions — Lookup positions/job titles for use in people search filters. This endpoint returns a list of job titles that match the provided query string. Use this action to discover valid position values before using them in people search filters. The results are sorted by relevance. Example: query="engineer" might return ["Software Engineer", "Data Engineer", "Sales Engineer", ...]
- `COMPANYENRICH_AUTOCOMPLETE_TECHNOLOGIES` — Autocomplete Technologies — Lookup technologies for use in company search filters. This endpoint returns a list of technology names that match the provided query string. Use this action to discover valid technology values before using them in company search filters. The results are sorted by relevance. Example: query="react" might return ["React", "React Native", "ReactJS", ...]
- `COMPANYENRICH_COUNT_COMPANIES` — Count companies matching search criteria — Returns the total count of companies matching the given search criteria without retrieving the actual results. Use this action to check how many companies match your filters before performing a full search. Cost: FREE - No credits deducted.
- `COMPANYENRICH_COUNT_SIMILAR_COMPANIES` — Count Similar Companies — Tool to count the total number of similar companies matching the given search criteria without retrieving the actual results. Use when you need to know how many similar companies exist before making a request to fetch them, or when you only need the count without the full company details. Cost: FREE - No credits deducted.
- `COMPANYENRICH_CREATE_PEOPLE_SEARCH_EXPORT_JOB` — Create people search export job — Creates an asynchronous search export job for up to 50,000 people. Use when you need to export large sets of people data that will be processed in the background. The job returns immediately with a job ID, and the webhook URL will be called with a notification when processing completes. Cost: 2 credits per person returned (charged on completion).
- `COMPANYENRICH_CREATE_SEARCH_EXPORT_JOB` — Create search export job — Creates an asynchronous search export job for company data. Supports both standard company search and similar-company search. Returns a job ID immediately while processing happens in the background. The webhook URL (if provided) will be called with a notification when processing completes. Cost: 1 credit per company returned (charged on completion). Use this action when you need to export large datasets (up to 50,000 companies) that would take too long for a synchronous request. The job runs asynchronously and notifies you via webhook when complete.
- `COMPANYENRICH_ENRICH_BY_DOMAIN` — Enrich company by domain — Enriches a company using its domain name as lookup parameter. This is the preferred way to enrich a company as domain lookups are fast and reliable. Each domain maps to a unique company. Cost: 1 credit per call (5 credits if workforce expansion is requested).
- `COMPANYENRICH_ENRICH_BY_PROPERTIES` — Enrich company by properties — Enriches a company using its properties. You must provide at least one of the following properties: name, linkedinUrl, linkedinId, twitterUrl, facebookUrl, instagramUrl. Best match is used to determine the company in case of ambiguity. Cost: 1 credit per call (5 credits if workforce expansion is requested).
- `COMPANYENRICH_ENRICH_COMPANIES` — Batch Enrich Companies — Enriches a list of companies using their domain names. Use when you need to enrich multiple companies in a single request. Up to 50 domains can be provided. Each domain maps to a unique company. Cost: 1 credit per domain enriched (5 credits for workforce expansion).
- `COMPANYENRICH_FIND_SIMILAR_COMPANIES` — Find Similar Companies — Tool to find similar companies to the given company by domain. Use when you need to find companies similar to a target company based on industry, size, or other characteristics. Returns up to 100 companies per request. Cost: 5 credits per company returned, 5 credits if no results found.

## Auth

Auth schemes: `API_KEY`.

## How agents use Companyenrich

Inside a Definable workflow, Companyenrich is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Companyenrich** — the Researcher (GPT-5.5) pulls context from Companyenrich (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Companyenrich** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Companyenrich (create record, post message, draft email).
- **Designer / Engineer → Distributor → Companyenrich** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Companyenrich (attach file, open PR comment, post status).

The Verifier checks every Companyenrich call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/companyenrich/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
