Skip to main content

Get organic job performance and prediction

POST 
/v1/organicjobprediction

Gets organic job performance and prediction.

This endpoint is for ATS partners only.

This endpoint provides:

  • The organic traffic statistics of a single job for the past 30 days
  • The estimated organic traffic statistics for the next 30 days
  • The estimated improvement in traffic if the job is sponsored

The performance is expressed in terms of clicks.

All budget amounts are specified in USD.

To use this endpoint, the employer’s admin user must have an account set up at Indeed. See New employer account setup flow. However, if you do not have billing information set up for sponsoring, pass the type=login parameter in the URL to simplify the set-up flow.

OAuth scopeAccess token type
employer_access

Access token that represents an employer.

Request

Body

required

job related information

    jobInfo

    object

    jobsLocation stringrequired
    • City where the job is located.
    • Required if jobsQuery, and jobsSourceName are not provided, or for new jobs.
    jobsQuery stringrequired
    • Job query.
    • Required if jobsSourceName is provided.
    jobsSourceName stringrequired
    • Source name for the job.
    • Required if jobsQuery is provided.
    jobsTitle stringrequired
    • Job title.
    • Required if jobsQuery, and jobsSourceName are not provided, or for new jobs.

Responses

Success

Schema

    meta

    object

    Response-related metadata.

    status int32

    HTTP status code of the response.

    errors

    object[]

    Any errors that prevented successful processing of the request. If there were no errors, the value is null.

  • Array [

  • type string

    Name of the error.

    description string

    Human-readable description of the problem.

  • ]

  • rootLocation string

    Base URL of the Sponsored Jobs API.

    perPage int32

    For endpoints that return paginated results, the effective maximum number of entries returned on one page. The value may be smaller than the maximum you requested with the perPage parameter. If the endpoint returns a single result or doesn't paginate, the value is null.

    links

    object[]

    Resources related to the requested resource.

  • Array [

  • rel string

    The relationship between the requested resource and the related resource. These values are commonly used:

    • up: The related resource is a collection that contains the requested resource, or an entity that the requested resource is attached to.
    • next: The next page of entries in a paginated result.
    • prev: The previous page of entries in a paginated result.

    However, the value may also be an arbitrary string describing the relationship, such as Campaign Info.

    href string

    Endpoint URL of the related resource. Can contain query string parameters. To get the complete URL, append the href to rootLocation.

  • ]

  • data

    object

    metric

    object

    clicks integer

    Number of organic clicks the job got in past n number of days.

    days integer

    Number of days. Default is 30 days.

    prediction

    object

    clicks integer

    Estimated number of organic clicks the job gets in the next n number of days.

    days integer

    Number of days. Default is 30 days.

    recommendation

    object

    clicks integer

    Estimated number of sponsored clicks the job gets in the next n number of days with the recommended budget.

    days integer

    Number of days. Default is 30 days.

    budget number

    Recommended budget for sponsoring.

    currencyCode string

    Currency of the recommended budget.

Loading...

Was this page helpful?