# Scrape recent US job listings

**Use case:** 

Pull recent job listings from SimplyHired posted within the last 7 days. Filter by recency, get structured output. Pay per result.

## Input

```json
{
  "searchQuery": "sales",
  "location": "New York, NY",
  "jobType": "",
  "daysOld": 7,
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [SimplyHired Scraper](https://apify.com/unfenced-group/simplyhired-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/simplyhired-scraper) to learn more, explore other use cases, and run it yourself.