👍

Required plan

Available only in the BUSINESS plan.

ComponentTypeDescription
titleStringJob title
organizationStringThe name of the employing organization
industryStringThe employing organization industry
date_rangeDateRangePeriod of employment. Date ranges might be partial to designate current job or an unknown start date. See Date Range for more details.
displayStringThe full job headline for display purposes. Response only.

Search Requirements

For a Job object to be useful for a search, it must contain either a title or an organization.

Example

{
  "title": "Field Reporter",
  "organization": "The Daily Planet",
  "industry": "Journalism",
  "date_range": {
    "start": "2000-12-08",
    "end": "2012-10-09"
  },
  "display": "Field Reporter at The Daily Planet (2000-2012)"
}