Skip to main content
GET
/
job-openings
/
{id}
Retrieve Job Opening
curl --request GET \
  --url https://api.amplemarket.com/job-openings/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "d4e6406d-96b2-4625-8afc-1371f9077783",
  "title": "Senior Software Engineer",
  "url": "https://example.com/jobs/123",
  "raw_location": "Remote - US",
  "first_seen_at": "2026-04-01T12:00:00Z",
  "seniorities": [
    "Senior"
  ],
  "departments": [
    "Engineering & Technical"
  ],
  "job_functions": [
    "Software Development"
  ],
  "description": "Full job description",
  "company_name": "Example Inc",
  "company_domain": "example.com",
  "raw_salary": "$140k-$180k",
  "contract_types": [
    "remote"
  ],
  "last_seen_at": "2026-04-02T12:00:00Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.amplemarket.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Job opening ID

Response

Successful

id
string<uuid>
title
string | null
url
string | null
raw_location
string | null
first_seen_at
string<date_time> | null
seniorities
string[]
departments
string[]
job_functions
string[]
description
string | null
company_name
string | null
company_domain
string | null
raw_salary
string | null
contract_types
string[]
last_seen_at
string<date_time> | null