Actions85
- Account Actions
- Calendar Actions
- Email Actions
- LinkedIn Actions
- Close Job Posting
- Create Job Posting
- Download Applicant Resume
- Edit Job Posting
- Endorse Skill
- Get Company Profile
- Get Hiring Project by ID
- Get Hiring Projects
- Get Inmail Balance
- Get Job Applicant
- Get Job Applicants
- Get Job Offer
- Get Job Postings
- Get Raw Data
- Perform Action on Member
- Publish Job Posting
- Search
- Search Parameters
- Solve Job Publishing Checkpoint
- Messaging Actions
- Post Actions
- User Actions
- Webhook Actions
Overview
This node interacts with the Unipile API to retrieve data related to LinkedIn company profiles. Specifically, the "Get Company Profile" operation fetches detailed information about a LinkedIn company using its unique identifier and an associated account ID. This is useful for scenarios where you want to enrich your workflows with company data from LinkedIn, such as automating marketing campaigns, lead generation, or CRM updates based on company details.
Practical examples include:
- Automatically pulling company profile data when a new lead is added.
- Enriching contact records with up-to-date company information.
- Integrating LinkedIn company data into dashboards or reports.
Properties
| Name | Meaning |
|---|---|
| Identifier | The unique string identifier of the LinkedIn company whose profile you want to retrieve. |
| Account ID | The account ID used for authentication or scoping the request within the Unipile API. |
Output
The node outputs JSON data representing the LinkedIn company profile retrieved from the Unipile API. This JSON typically includes various fields describing the company, such as name, industry, size, location, and other relevant metadata provided by LinkedIn via Unipile.
No binary data output is indicated in the source code.
Dependencies
- Requires an active connection to the Unipile API.
- Needs an API key credential (referred generically) configured in n8n to authenticate requests.
- The base URL for the API is dynamically set from the credential's DSN property.
- The node sends HTTP requests with JSON content type headers.
Troubleshooting
- Missing or invalid credentials: Ensure that the API key credential is correctly configured and has access to the Unipile API.
- Invalid company identifier or account ID: Verify that the provided identifiers are correct and correspond to existing LinkedIn companies and accounts.
- Network or API errors: Check network connectivity and API status; handle rate limits or downtime gracefully.
- Empty or unexpected response: Confirm that the requested company exists and that the account ID has permission to access it.
Links and References
- Unipile API Documentation (generic link, replace with actual if available)
- LinkedIn Company Profiles (for understanding company profile data)