# Foundit Jobs Company Hiring Monitor with Structured Data

**Use case:** 

Use Foundit Jobs Scraper for entry level jobs with structured, source-linked results for AI-agent research, comparison, monitoring, and lead generation.

## Input

```json
{
  "keywords": "foundit jobs company hiring monitor",
  "location": "",
  "postedWithinDays": "7",
  "sortBy": "date",
  "maxResults": 15,
  "includeJobDetails": true
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salaryText": {
    "label": "Salary",
    "format": "string"
  },
  "experienceText": {
    "label": "Experience",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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