as311
Workflows by as311
Regional prospecting for registered companies in Germany
# Regional Prospecting for registered Companies in Germany Find and qualify registered companies in specific regions using Implisense Search API (Handelsregister). This API provides all officially registered companies in Germany (about 2,5 million). **Input Parameters:** - `query`: Search terms (e.g., "software OR it") - `regionCode`: ZIP/postal code region (e.g., "de-10") - `industryCode`: NACE industry code (e.g., "J62") - `pageSize`: Max results (1-1000) **Quality Levels:** - **High:** Score ≥15 (active, website, full address) - **Medium:** Score <15 ## How it works Phase 1: Init Phase 2: Search Phase 3: Vetting ## Setup steps ### 1. **Configure Credentials**: Set up RapidAPI API credentials - Create an account on RapidAPI (free tier available) - Insert your RapidAPI x-rapidapi-key as password ### 2. Configure Search Parameters see above. ### 3. Connect CRM/Database After "Merge & Log Results" node, add: - HTTP Request node for REST API - Database node for direct insertion - Or CRM-specific integration node
Monitor German company register & financial events with Implisense API & notifications
This n8n workflow monitors significant register, financial, and news-related events for German companies. It takes a list of companies (for example from a CRM or lead list), resolves them via the Implisense / German Company Data API, retrieves recent company events, normalizes and filters them by relevance (e.g. management changes, financing, M&A, insolvency), deduplicates results, and prepares structured notifications with urgency levels. The output can be routed to email, chat tools, webhooks, or downstream systems such as CRMs or data stores for continuous company monitoring and alerting. ## Setup steps 1. **Replace Mock Data**: Change "Mock Lead Input" node to your actual lead source - CRM connector (Salesforce, HubSpot, etc.) - Database query - CSV import 2. **Configure Credentials**: Set up RapidAPI API credentials - Create an account on RapidAPI (free tier available) - [RapidAPI](https://rapidapi.com/Implisense/api/German%20Company%20Data) - Insert your RapidAPI x-rapidapi-key as password 3. **Adjust Notification**: Configure your peferred Notification system if needed 4. **Connect Output**: Add nodes after the 'Create Summary' node
Generate ideal customer profiles & find lookalike companies in Germany
This workflow generates a data driven Ideal Customer Profile (ICP) and retrieves lookalike companies in Germany from the official data source (Handelsregister). It starts by ingesting a set of base company IDs, serializes them, and sends a recommendation request to the Implisense API to fetch similar companies. When explanation mode is enabled, the workflow extracts and processes term features to create a structured keyword digest and uses an LLM to generate an ICP narrative. The pipeline outputs both a clean list of lookalike companies, enriched with CRM-ready fields, and a detailed ICP report derived from Implisense feature statistics. ## How it works **Input** → **Serialization** → **Lookalikes** → **Lists/Report** ## Setup steps ### 1. Data Source ☐ Replace "Mock ICP Companies" with matched companies from the Implisense database ☐ Ensure output has: id ### 2. **Configure Credentials**: Set up RapidAPI API credentials - Get your API key here: https://implisense.com/de/contact - Insert your API Token in get_lookalikes (Basic auth) ### 3. Configure ICP Filters ☐ Edit "Build Recommendation Request" node ☐ Set locationsFilter (e.g., de-be, de-by, de-nw) ☐ Set industriesFilter (NACE codes, e.g., J62 for IT) ☐ Set sizesFilter (MICRO, SMALL, MEDIUM, LARGE) ### 4. Tune Results ☐ Adjust THRESHOLD in "Filter & Normalize Results" (default: 0.5) ☐ Adjust MIN_BASE_COMPANIES in "Collect Base Companies" (default: 3) ☐ Adjust size parameter in "Configuration" URL (default: 100) ### 5. CRM Integration ☐ Map fields in "list_of_companies" to match your CRM schema ☐ Add CRM upsert node after "list_of_companies" ☐ Use implisense-ID or domain as unique identifier ## Additional advice Strengthen Base Company Quality Use only highly representative base companies located in Germany that strongly match the intended ICP segment. Templates with dozens of mixed or heterogeneous IDs dilute the statistical signal in the /recommend endpoint and reduce relevance. Refine Filters Aggressively Limit recommendations by state, region, NACE code, or size class. Implisense returns cleaner results when the recommendation space is constrained. Removing unnecessary geography broadens noise. Increase the Size Parameter Raise the size parameter when building the request to give the ranking model more candidates. This materially improves downstream sorting and selection.