---
title: "Get job posting details from Google"
method: POST
path: "/google/get-job-posting"
tags: ["Google"]
---

# Get job posting details from Google

`POST /google/get-job-posting`

Get job posting details from Google given job posting ID

## Request body

- object
  - `job_posting_id` string, required — The ID of the job posting to retrieve

## Response `200`

GetJobPosting API successful response

- object
  - `job_posting` GoogleJobPosting
    - `id` string — The ID of the job posting
    - `url` string, uri — The URL link to the Google 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
    - `job_type` string, nullable — Type of job (e.g., Full-time, Part-time)
    - `date_posted` string, date-time, nullable — Date when the job was posted
    - `publisher_name` string — Name of the publisher of the job posting
    - `publisher_url` string, uri — URL of the publisher job posting
    - `company_name` string — Name of the company offering the job
    - `company_website_url` string, uri, nullable — URL to the company's website

## 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)
