Unipile icon

Unipile

Interact with Unipile API

Overview

This node interacts with the Unipile API to retrieve job postings from LinkedIn accounts. Specifically, the "Get Job Postings" operation fetches a list of job postings associated with a specified LinkedIn account. This is useful for automating workflows that involve monitoring or processing job listings, such as aggregating job data, triggering alerts when new jobs are posted, or integrating job postings into other systems like CRMs or applicant tracking systems.

Practical examples include:

  • Automatically fetching recent job postings from a company’s LinkedIn page to update a job board.
  • Monitoring job posting activity for competitor analysis.
  • Integrating LinkedIn job postings into an HR management system for streamlined recruitment processes.

Properties

Name Meaning
Account ID The unique identifier of the LinkedIn account whose job postings you want to retrieve.
Additional Fields Optional parameters to refine the request:
- Category Filter job postings by their state/category (e.g., active, expired).
- Cursor A pagination cursor to fetch subsequent pages of results.
- Limit Maximum number of job postings to return in one request (minimum 1, default 50).

Output

The node outputs JSON data containing the retrieved job postings from the specified LinkedIn account. Each item in the output corresponds to a job posting and includes details as provided by the Unipile API's LinkedIn integration. The exact structure depends on the API response but typically includes fields such as job title, description, location, posting date, and status.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Unipile API.
  • The node expects the base URL for the Unipile API to be configured via credentials.
  • Network access to the Unipile API endpoint is necessary.

Troubleshooting

  • Missing or invalid Account ID: Ensure the Account ID is correctly provided; otherwise, the API will not return job postings.
  • API authentication errors: Verify that the API key credential is valid and has the necessary permissions.
  • Pagination issues: If using the cursor for pagination, ensure it is correctly passed; otherwise, you may receive repeated or incomplete data.
  • Limit parameter errors: The limit must be at least 1; setting it below this may cause errors.
  • Network or API downtime: Check connectivity and Unipile API status if requests fail unexpectedly.

Links and References

Discussion