Retrieve company job postings from Apollo (LI)
Retrieves the details of job postings from a specific company from Apollo.
Common use cases
- Data Management
Category
- Apollo (License Included)
Inputs (what you have)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Company domain | Domain of the company. Can be retrieved from "Search company profile" Wrk Action | Link | Yes | wrk.com |
| Maximum number of results | Limit on the number of job postings to retrieve | Number | Yes | 10 |
Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data Library. These variables in theData Library section are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Job posting ID | ID of the job posting | Text | Yes | 5f4d24a3bvst250301a9217e |
| Job posting link | Link of the job posting | Link | Yes | https://www.wrk.com/jobs |
| Job posting title | Title of job posting | Text | Yes | Principal Data & Analytics |
| City | City where the job is located | Text | Yes | Toronto |
| State | State where the job is located | Text | Yes | Ontario |
| Country | Country where the job is located | Text | Yes | Canada |
| Last seen date | Date the job posting was last updated | Date | Yes | 2022-07-17 |
| Posted at date | Date the job posting was posted | Date | Yes | 2022-07-17 |
Outcomes
| NAME | DESCRIPTION |
|---|---|
| Success | This status is selected when job postings are successfully retrieved. |
| No Result | This status is selected in the event of the following scenarios:- No job postings are found |
| Unsuccessful | This status is selected in the event of the following scenarios:- Application site is down |
Requirements
- N/A