> ## Documentation Index
> Fetch the complete documentation index at: https://developers.dealroom.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Job

> Field reference for the Job object.

An active job opening posted by a company.

| Field                    | Type                       | Description                                                                                                        |
| ------------------------ | -------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| `id`                     | number                     | Stable Dealroom job opening ID.                                                                                    |
| `entity`                 | object                     |                                                                                                                    |
| `title`                  | string (nullable)          | Job title as provided by the source.                                                                               |
| `url`                    | string (nullable)          | Canonical URL of the job posting.                                                                                  |
| `source`                 | string (nullable)          | Source / provider of the posting (e.g. `linkedin`, `predictleads`).                                                |
| `job_type`               | string (nullable)          | Job type / category as classified by the source.                                                                   |
| `formatted_location`     | string (nullable)          | Human-readable location string as provided by the source.                                                          |
| `post_language`          | string (nullable)          | Detected language of the posting (ISO 639-1).                                                                      |
| `latitude`               | number (nullable)          | Latitude of the opening location in decimal degrees.                                                               |
| `longitude`              | number (nullable)          | Longitude of the opening location in decimal degrees.                                                              |
| `date_posted`            | string (nullable)          | ISO 8601 timestamp the opening was posted.                                                                         |
| `city_unique_id`         | number (nullable)          | Dealroom location ID (`locations.id`) for the city. Use as `city_id` filter value.                                 |
| `state_unique_id`        | number (nullable)          | Dealroom location ID (`locations.id`) for the state/province.                                                      |
| `country_unique_id`      | number (nullable)          | Dealroom location ID (`locations.id`) for the country.                                                             |
| `continent_unique_id`    | number (nullable)          | Dealroom location ID (`locations.id`) for the continent.                                                           |
| `city_region_unique_ids` | array of number (nullable) | Dealroom location IDs (`locations.id`) for city-regions this opening belongs to. Use as `region_id` filter values. |
