Job Posting
Learn the common fields for job posting PDP endpoints and example domains.
Job Posting PDP Cache agents extract structured data from job detail pages, including title, description, employment type, hiring organization, salary, location, and dates.
Description
Job posting agents return normalized fields for single job listings: job title, publication and expiration dates (ISO and raw), full description (text and HTML), employment type, hiring organization, base salary (raw, currency, valueMax), job location, and page URL.
Common Fields
| Field | Type | Description |
|---|---|---|
jobTitle | string | Title of the job posting |
datePublished | string | Publication date in ISO 8601 format |
datePublishedRaw | string | Publication date as displayed on the page |
validThrough | string | Expiration date of the job posting in ISO 8601 format |
description | string | Full job description text |
descriptionHtml | string | HTML markup of the job description |
employmentType | string | Type of employment (e.g., Full-time, Part-time) |
hiringOrganization | object | name (string) — Company or organization name |
baseSalary | object | raw (string), currency (ISO 4217), valueMax (string), currencyRaw (string) |
jobLocation | object | raw (string) — Location as displayed |
url | string | URL of the job posting page |
Example Domains / URLs
Job posting PDP agents are typically available for major job boards and career sites, for example:
- LinkedIn — e.g.
https://www.linkedin.com/jobs/view/... - Indeed — e.g.
https://www.indeed.com/viewjob?jk=... - Glassdoor — e.g.
https://www.glassdoor.com/job-listing/... - Monster — e.g.
https://www.monster.com/jobs/... - ZipRecruiter — e.g.
https://www.ziprecruiter.com/jobs/... - CareerBuilder — e.g.
https://www.careerbuilder.com/job/...
Check the Marketplace for the full list of supported job posting domains.