Create a Job Posting

Creates a job posting in a job feed.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

Use this endpoint to create new a job posting in a job feed. It is used in conjunction with Get Job Posting, Update Job Posting, and Delete Job Posting to manage partner supplied job feeds.

Note: To access this service and attain a job_feed_id, please contact your AdeptID Partner Success team.

Additional Notes:

  • Posting_id: Must be unique to the job feed. Typically represents the ID used in the callers system.
  • Posting_date: The date of the job's first known posting/availability. This supports users in identifying recently posted jobs likely to be accepting applications.
  • Skills: Must be normalized to the our skills taxonomy prior to submission. Parse Job, Extract Skills, and Skill Search support normalization of raw skills.
  • Certifications: Must be normalized to the our certifications taxonomy prior to submission. Parse Job, Extract Skills, and Industry Certification Search support normalization of raw certifications.
  • Location: In Job Search, callers can limit results to jobs with a known location within a provided radius (in miles) to a provided location (city/state/postal code/country). Jobs without a specified location will be excluded from search results.
  • Shift: A user may optionally include shift information. Shifts are defined by their start and end times. The object expects these to be integers between 0 and 24.
  • Employment_term:The employment term object allows the caller to define date_start, date_end, and duration. This object is used most commonly by staffing firms posting for temporary positions.
    The format for date_start and date_end is MM/DD/YYYY. The duration is length of the job term in days.
  • Custom_attributes:This is a custom object by which callers may include arbitrary data. Custom attributes are returned with the job posting, but are not available as filters.
Path Params
string
required

A unique ID for the job posting.

string
required

The ID of the job feed to search.

Body Params
string
required

The job title.

string

The name of the employer.

required

Full- or part-time nature of the role, if known. [full_time, part_time, unknown]

Defaults to active

The job posting status.

string

The full text of the job posting.

boolean
Defaults to false

Whether or not the job is an internship. Defaults to False (not an internship).

boolean
Defaults to false

Whether or not the job was posted by a staffing/recruiting firm. Defaults to False.

date-time

The date when the job was posted. Defaults to the current date.

skills
array of strings

The skills stated in the job posting.

skills
certifications
array of strings

The certifications stated in the job posting.

certifications
string

The URL for the job posting.

Defaults to UNKNOWN

The in-person nature of the job. [in_person, hybrid, remote, unknown]

location
object

The location for the job posting.

salary
object

The salary of the job posting.

shift
object

The job's shift details, if applicable.

employment_term
object

The job's employment timeline details, if applicable.

education
array of objects

The education requirements for the job.

education
years_of_experience
object

The experience required for the job.

custom_attributes
object

This is a custom data object for the job posting. It is returned on searches but cannot be searched itself.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json