B2B contact + company data via Lusha's official V3 API (BYOK paid key). Resolve people by name+company / email / LinkedIn URL and reveal their work/personal emails + phone numbers (two-step search→enrich, or one-shot search_and_enrich), enrich companies, and run filter-based prospecting. Returns third-party PII (honor doNotCall / isEuContact); credit spend is reported per call. Wraps Lusha's own API — no scraping.
| Action | Description | Parameters | Returns |
|---|---|---|---|
enrich_companies | Reveal full firmographics for company ids from search_companies | ids | LushaCompanyResult |
enrich_contacts | Reveal emails + phones for contact ids from search_contacts | ids [reveal] | LushaContactResult |
find_company_lookalikes | Find NEW companies similar to seed companies (AI lookalikes) | seeds [exclude, limit, dedupe_session_id] | dict |
find_contact_lookalikes | Find NEW contacts similar to seed people (AI lookalikes) | seeds [exclude, limit, dedupe_session_id] | dict |
get_account_usage | Get remaining/consumed Lusha credit balances for the account | — | dict |
get_company_prospecting_filters | List valid values for a company prospecting filter | filter_type | dict |
get_company_signal_filter_values | List valid values for a company signal filter | filter_type [query] | dict |
get_company_signal_filters | List the available company signal filters | — | dict |
get_company_signal_types | List the valid company signal types | — | dict |
get_company_signals | Get company signals (hiring, headcount, news, intent) for company ids | ids [signal_types, start_date, max_results_per_signal] | dict |
get_contact_prospecting_filters | List valid values for a contact prospecting filter | filter_type | dict |
get_contact_signal_types | List the valid contact signal types | — | dict |
get_contact_signals | Get job-change / promotion signals for known contact ids | ids [signal_types, start_date] | dict |
get_decision_makers | Find decision-makers at given companies (preview; enrich for PII) | companies | LushaContactResult |
prospecting_search_companies | Discover NEW companies by firmographic filters (paginated) | filters [page, size, options] | PaginatedList[LushaCompany] |
prospecting_search_contacts | Discover NEW contacts by ICP filters (paginated preview; enrich for PII) | filters [page, size, options] | PaginatedList[LushaContact] |
search_and_enrich_companies | One-call company lookup → full firmographics | companies | LushaCompanyResult |
search_and_enrich_contacts | One-call person lookup → reveal emails + phones (search + enrich) | contacts [reveal] | LushaContactResult |
search_companies | Resolve companies and get a firmographic preview | companies | LushaCompanyResult |
search_contacts | Search/resolve people and get a non-PII preview (no emails/phones) | contacts | LushaContactResult |
Full schema explorer, code generation, and live API testing