---
title: "Search job postings on Glassdoor"
method: POST
path: "/glassdoor/search-job-postings"
tags: ["Glassdoor"]
---

# Search job postings on Glassdoor

`POST /glassdoor/search-job-postings`

Search job postings on Glassdoor for a given query

## Request body

- object
  - `query` string — The search query for job postings
  - `location` string — Location to filter job postings
  - `date_posted` 'Any time' | 'Past 24 hours' | 'Past 3 days' | 'Past Week' | 'Past Month' — Filter for job postings based on when they were posted
  - `next_token` string, nullable — Next token for pagination

## Response `200`

SearchJobPostings API successful response

- object
  - `job_postings` GlassdoorJobPosting[]
    - `url` string, uri — The URL link to the Glassdoor job posting
    - `title` string — The title of the job posting
    - `location` string — The location of the job posting
    - `description` string — Detailed description of the job posting
    - `date_posted` string, date-time — Date when the job was posted
    - `company_name` string — Name of the company offering the job
    - `company_url` string, uri, nullable — URL to the company page on Glassdoor
    - `company_website_url` string, nullable — URL to the company's website
    - `salary` object, nullable — Salary details for the job posting
      - `currency` string
      - `period` string
      - `percentiles` object
        - `p10` number
        - `p50` number
        - `p90` number
  - `next_token` string — Next token for pagination

## Other responses

- `400` — User error response
- `500` — Server error response

---

[API](https://skmtc.net/carvedai/apis/exfunc-apis.md) · [All operations](https://skmtc.net/carvedai/apis/exfunc-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carvedai/exfunc-apis/revisions/22587fdf9a5e/schema)
