Companyenrich integration
CompanyEnrich provides instant company data enrichment, search, and similar…
- Provider
- companyenrich
- Category
- Other
- Setup
- User-supplied API key
- Actions
- 32 available
Quick start
Call Companyenrich from your generated app's worker code via the OverSkill composio client. The toolkit slug below maps to Companyenrich's public Composio identifier — your app references it by name and OverSkill handles the OAuth round-trip.
// In your generated app's worker handler:
const composio = composioClient(env);
const result = await composio.execute(
"COMPANYENRICH_ACTION_NAME",
{ /* action parameters — see Actions section below */ }
);
return new Response(JSON.stringify(result), {
headers: { "Content-Type": "application/json" }
});
Replace ACTION_NAME with one of the slugs listed in
the Actions section below. The composio client handles auth +
rate limits automatically — no API key is exposed to user code.
Setup
End-users supply their own Companyenrich API key. OverSkill provides a pre-built connection form via the integration card — your app can call the composio client immediately once the user has connected.
Available actions
32 actions exposed via the
Companyenrich integration. Each maps to a callable
slug — pass it to composio.execute(...) in your
worker code.
-
COMPANYENRICH_AUTOCOMPLETE_COMPANIES -
COMPANYENRICH_AUTOCOMPLETE_KEYWORDS -
COMPANYENRICH_AUTOCOMPLETE_POSITIONS -
COMPANYENRICH_AUTOCOMPLETE_TECHNOLOGIES -
COMPANYENRICH_COUNT_COMPANIES -
COMPANYENRICH_COUNT_SIMILAR_COMPANIES -
COMPANYENRICH_CREATE_PEOPLE_SEARCH_EXPORT_JOB -
COMPANYENRICH_CREATE_SEARCH_EXPORT_JOB -
COMPANYENRICH_ENRICH_BY_DOMAIN -
COMPANYENRICH_ENRICH_BY_PROPERTIES -
COMPANYENRICH_ENRICH_COMPANIES -
COMPANYENRICH_FIND_SIMILAR_COMPANIES
Show all 32 actions
-
COMPANYENRICH_GET_BULK_ENRICHMENT_JOB_STATUS -
COMPANYENRICH_GET_COMPANY_WORKFORCE -
COMPANYENRICH_GET_COUNTRY_BY_CODE -
COMPANYENRICH_GET_CURRENT_USER -
COMPANYENRICH_GET_JOB_DETAILS -
COMPANYENRICH_GET_PEOPLE_SEARCH_EXPORT_JOB_STATUS -
COMPANYENRICH_GET_REGIONS -
COMPANYENRICH_GET_SEARCH_EXPORT_JOB_STATUS -
COMPANYENRICH_LIST_ALL_JOBS -
COMPANYENRICH_LIST_BULK_ENRICHMENT_JOBS -
COMPANYENRICH_LIST_INDUSTRIES -
COMPANYENRICH_LIST_PEOPLE_SEARCH_EXPORT_JOBS -
COMPANYENRICH_LIST_SEARCH_EXPORT_JOBS -
COMPANYENRICH_LOOKUP_PERSON -
COMPANYENRICH_SCROLL_PEOPLE_SEARCH -
COMPANYENRICH_SEARCH_CITIES -
COMPANYENRICH_SEARCH_COMPANIES -
COMPANYENRICH_SEARCH_COUNTRIES -
COMPANYENRICH_SEARCH_PEOPLE -
COMPANYENRICH_SEARCH_STATES
Build with Companyenrich
Open OverSkill, describe what you want to build, and reference Companyenrich in your prompt — the AI will wire up the integration automatically.