---
title: "Job"
method: GET
path: "/job"
tags: ["Job"]
---

# Job

`GET /job`

Automatically extracts structured information from job postings.

## Query parameters

- `url` string, required
- `fields` 'links' | 'extlinks' | 'meta' | 'querystring' | 'breadcrumb'
- `timeout` integer
- `callback` string
- `proxy` string
- `proxyAuth` string
- `useProxy` string
- `renderDelay` integer
- `scroll` 'slow' | 'fast'

## Response `200`

Successful API Response

- object
  - `request` object
    - `pageUrl` string
    - `api` string
    - `version` integer
  - `objects` object[]
    - `requirements` string[]
    - `diffbotUri` string
    - `type` string
    - `title` string
    - `postedDate` string
    - `remote` string
    - `skills` object[]
      - `salience` number
      - `skill` string
      - `confidence` number
      - `diffbotUri` string
    - `humanLanguage` string
    - `employer` object
      - `name` string
      - `diffbotUri` string
    - `text` string
    - `pageUrl` string
    - `tasks` string[]
    - `locations` object[]
      - `country` object
        - `summary` string
        - `image` string
        - `types` string[]
        - `name` string
        - `diffbotUri` string
        - `targetDiffbotUri` string
        - `targetDiffbotId` string
        - `type` string
      - `address` string
      - `city` object
        - `summary` string
        - `image` string
        - `types` string[]
        - `name` string
        - `diffbotUri` string
        - `targetDiffbotUri` string
        - `targetDiffbotId` string
        - `type` string
      - `region` object
        - `summary` string
        - `image` string
        - `types` string[]
        - `name` string
        - `diffbotUri` string
        - `targetDiffbotUri` string
        - `targetDiffbotId` string
        - `type` string
      - `subregion` object
        - `summary` string
        - `image` string
        - `types` string[]
        - `name` string
        - `diffbotUri` string
        - `targetDiffbotUri` string
        - `targetDiffbotId` string
        - `type` string
      - `latitude` number
      - `precision` number
      - `longitude` number

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/diffbot/apis/web-search.md) · [All operations](https://skmtc.dev/diffbot/apis/web-search/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/diffbot/web-search/revisions/8b88d7dabe63/schema)
