public

Find public job postings

Search public job postings through an anonymous web search; no connected account is needed. Returns job titles, companies, and posting links.

post/public/jobs

Request body

limitinteger

Target number of job postings.

moreboolean

Continue past what an earlier call on this same ask already returned, instead of returning it again. What counts as already returned is kept server side.

Response

Matched job postings

source'public' required
providerstring required

The search provider that answered.

querystring required

The exact query sent, so a thin result set can be read rather than guessed at.

moreAvailableboolean required

Whether asking again with more can still reach rows you have not seen. False means this ask is walked out; say so and do not call more again.

duplicatesinteger

Rows a continuation re-reached and dropped as already delivered. Normal bookkeeping, never a failure.

Changes

Changed in 4 of the 11 revisions of this API.1136

    • added the new optional request property more

      new-optional-request-property

    • added the optional property duplicates to the response with the 200 status

      response-optional-property-added

    • added the required property moreAvailable to the response with the 200 status

      response-required-property-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 400

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 401

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 403

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 404

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 409

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 410

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 422

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 429

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 500

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 502

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 503

      response-property-enum-value-added

  • 1ad91026000b122See the full diff
    • removed the required property jobs/items/company from the response with the 200 status

      response-required-property-removed

    • removed the optional property creditsUsed from the response with the 200 status

      response-optional-property-removed

    • removed the optional property retryAfter from the response with the 200 status

      response-optional-property-removed

    • added the required property provider to the response with the 200 status

      response-required-property-added

    • added the required property query to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added

Of the 11 revisions, 1 has no diff computed.