BixelDocs
API reference

Get live job postings

GET
/v1/companies/{company}/jobs

Get a company's live job postings with the compensation breakout: base ranges where stated, equity/bonus statedness — honest not_stated, never guessed. Newest first.

Authorization

AuthorizationBearer <token>

bx_-prefixed API key. Free keys: https://bixel.com/account/

In: header

Path Parameters

company*string

Apex domain (canonical, e.g. pinecone.io). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.

Query Parameters

include_closed?boolean

Includes closed postings (the velocity history). Requires a free key; keyless calls answer 401 key_required.

limit?integer

Page size, default 50, max 200.

Range1 <= value <= 200
Default50
cursor?string

Opaque keyset cursor from meta.next_cursor; pass back exactly as received.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/companies/pinecone.io/jobs"
{  "data": {    "company": {      "name": "string",      "domain": "string",      "slug": "string"    },    "postings": [      {        "title": "string",        "level": "senior",        "department": "string",        "location": "string",        "remote": true,        "employment_type": "string",        "url": "string",        "comp": {          "base_min": 0,          "base_max": 0,          "currency": "string",          "equity": "stated",          "equity_note": "string",          "bonus": "stated",          "bonus_note": "string",          "source": "ats_structured"        },        "posted_at": "2019-08-24",        "first_seen_at": "2019-08-24T14:15:22Z",        "last_seen_at": "2019-08-24T14:15:22Z",        "closed_at": "2019-08-24T14:15:22Z",        "active": true,        "provider": "ashby"      }    ]  },  "meta": {    "generated_at": "2019-08-24T14:15:22Z",    "count": 0,    "total": 0,    "next_cursor": "string",    "notice": "string"  }}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}