Actions8
Overview
This node integrates with the LINKUP API to automate LinkedIn-related tasks. Specifically, the "Get Company Information" operation retrieves detailed information about a LinkedIn company based on its LinkedIn URL. This is useful for enriching data workflows with company insights such as industry, size, location, and other metadata available via LinkedIn.
Practical scenarios include:
- Marketing teams enriching CRM records with up-to-date company details.
- Sales automation workflows that require company background before outreach.
- Data analysts compiling business intelligence reports from LinkedIn data.
Example: Given a LinkedIn company URL like https://www.linkedin.com/company/stripe/, the node fetches structured company information through the LINKUP API.
Properties
| Name | Meaning |
|---|---|
| Utiliser des credentials personnalisées | Whether to use custom credentials instead of saved ones (fallback option). |
| LINKUP API Key | Your LINKUP API key from the linkupapi.com dashboard (required if using custom credentials). |
| URL de l'entreprise | The LinkedIn URL of the company to retrieve information for (e.g., https://www.linkedin.com/company/stripe/). |
| Pays | Country code for proxy selection; options are France (FR), United States (US), United Kingdom (UK). |
| Login Token | LinkedIn authentication token obtained after login/verify (required if using custom credentials). |
| Options avancées | Advanced options including: |
| - Timeout | Request timeout in milliseconds (default 30000 ms). |
| - Nombre de tentatives | Number of retry attempts on failure (default 3). |
Output
The node outputs JSON data containing the company information returned by the LINKUP API. The output includes:
- The full response from the API with company details.
- A
_metafield with metadata such as the operation name, timestamp, and node version. - A
pairedItemfield linking the output to the input item index.
No binary data is produced by this operation.
Dependencies
- Requires an active LINKUP API key for authentication.
- Needs a valid LinkedIn login token obtained via prior login and verification steps.
- The node uses HTTP requests to the LINKUP API endpoint at
https://api.linkupapi.com/v1/companies/info. - Proxy country selection is configurable to route requests appropriately.
Troubleshooting
- Invalid Credentials: If the API key or LinkedIn tokens are incorrect or expired, the node throws an error indicating invalid credentials. Verify your LINKUP API key and LinkedIn authentication token.
- Rate Limits: Exceeding the API request limit results in a rate limit error. Wait and retry later.
- Invalid Request: Errors due to malformed input (e.g., invalid LinkedIn URL) return a 400 status with details. Check the URL format and required fields.
- Timeouts and Retries: Network issues may cause timeouts. Adjust the timeout and retry count in advanced options to improve reliability.
- Use Custom Credentials Option: If saved credentials are corrupted or incomplete, enable the "Use Custom Credentials" option and provide all required fields manually.
Links and References
- LINKUP API Documentation (general reference for API endpoints)
- LinkedIn Company URLs (guidance on company page URLs)
This summary focuses exclusively on the "Get Company Information" operation of the LINKUP node as requested.