# Full-time SimplyHired

**Use case:** 

Extract SimplyHired data filtered by Full-time. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "keyword": "software engineer",
  "location": "USA",
  "jobType": "fulltime",
  "remote": false,
  "scrapeJobDetails": true,
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salary": {
    "label": "Salary"
  },
  "jobType": {
    "label": "Job Type"
  },
  "datePosted": {
    "label": "Date Posted"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

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