# Scrape jobs posted in the last 7 days

**Use case:** 

Export only fresh roles from the past N days: title, company, posted date, link. Keep your hiring-signal feed current.

## Input

```json
{
  "companies": [
    "greenhouse:stripe",
    "lever:leverdemo"
  ],
  "newWithinDays": 7,
  "maxRecords": 25,
  "monitorMode": false,
  "alertOnNewPosting": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "posted_date": {
    "label": "Posted",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "title": {
    "label": "Role",
    "format": "string"
  },
  "department": {
    "label": "Dept",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "ats": {
    "label": "ATS",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Job Posting Tracker — Hiring Intent Monitor & Alerts](https://apify.com/scrapersdelight/job-posting-intent-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/job-posting-intent-monitor) to learn more, explore other use cases, and run it yourself.