Job Posting Data Extractor avatar

Job Posting Data Extractor

Pricing

from $2.00 / 1,000 successful job results

Go to Apify Store
Job Posting Data Extractor

Job Posting Data Extractor

Extract structured job data from public job posting URLs, including title, company, location, salary when available, employment type, posting date, description, and application URL.

Pricing

from $2.00 / 1,000 successful job results

Rating

0.0

(0)

Developer

Eric Arias

Eric Arias

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Categories

Share

Extract structured job data from public job posting URLs.

The Actor converts individual job posting pages into structured data that can be downloaded as JSON, CSV, Excel, or accessed through the Apify API.

What does this Actor extract?

For supported job pages, the Actor can return:

  • Job title
  • Company
  • Location
  • Salary, when available
  • Employment type
  • Date posted
  • Expiration date, when available
  • Job description
  • Application URL
  • Original source URL
  • Source platform

Supported job pages

The Actor currently supports:

  • Greenhouse job posting pages
  • Public job pages that expose standard Schema.org JobPosting structured data

This includes many job boards and company career pages.

The Actor has been tested successfully with job postings from Greenhouse, Lever, and Dice.

Not every website exposes job information in the same format, so some job posting URLs may return no_job_found.

Input

Provide one or more direct public job posting URLs.

Example:

{
"startUrls": [
{
"url": "https://example.com/jobs/software-engineer"
}
],
"maxRequestsPerCrawl": 20
}