Lusha Action Block
The Lusha Action Block enables company search and enrichment using the Lusha prospecting API. Search for companies with detailed filters and enrich company data for lead generation and sales intelligence.
⚠️
API Key Required. Get your API key from the Lusha dashboard (opens in a new tab).
Supported Actions
Search Companies
Search for companies using filters like location, industry, company size, and more. Handles pagination automatically.
Configuration:
- Maximum Results: Number of companies to return (max 10,000)
- Request Body: JSON body with search filters (pagination is handled automatically)
Example Request Body:
{
"filters": {
"companies": {
"include": {
"sizes": [{ "min": 11, "max": 50 }],
"locations": [{ "country": "United States" }],
"mainIndustriesIds": [17, 14]
}
}
}
}Enrich Companies
Enrich company details using the results from a Search Companies step.
Configuration:
- Search Results: Pass results from the Search Companies step (supports
{{variables}})
Use Cases
- Building targeted prospect lists by industry and location
- Enriching CRM data with company details
- Lead generation pipelines with automated company research
- Sales intelligence and account-based marketing workflows