Overview
This node performs a search for employee data using the QuickEnrich API. It supports two search methods: searching by LinkedIn profile URL (exact match) or by a combination of company URL, first name, and last name (all exact matches). This node is useful for enriching workflows with detailed employee information based on precise identifiers, such as a LinkedIn profile or company affiliation and name.
Use Case Examples
- Search for an employee by their LinkedIn profile URL to retrieve detailed professional information.
- Search for an employee by specifying their company website URL along with their first and last names to find matching employee data.
Properties
| Name | Meaning |
|---|---|
| Search Method | Determines the method used to search for employee data, either by LinkedIn URL or by company URL with first and last names. |
| LinkedIn URL | The LinkedIn profile URL to search for (required if search method is LinkedIn URL). |
| Company URL | The company website URL to search for (required if search method is Company + Name). |
| First Name | Employee's first name (required if search method is Company + Name). |
| Last Name | Employee's last name (required if search method is Company + Name). |
Output
JSON
found- Indicates if the employee was found (true or false).message- Message related to the search result, e.g., 'Employee not found'. Present if no employee is found.searchParams- The parameters used for the search query.*- Employee data fields returned from the QuickEnrich API when an employee is found.
Dependencies
- QuickEnrich API
- An API key credential for QuickEnrich API authentication
Troubleshooting
- Ensure that the LinkedIn URL or company URL, first name, and last name are provided and are exact matches as required by the selected search method.
- Common error messages include missing required parameters for the chosen search method, e.g., 'LinkedIn URL is required for LinkedIn search method'. Provide all required fields to resolve these errors.
- If the API returns a 404 code with success=false, it means the employee was not found; the node outputs a message indicating this rather than throwing an error.
Links
- QuickEnrich API Documentation - Official documentation for the QuickEnrich API used by this node.