# Dice Com Jobs Company Hiring Monitor with Structured Data

**Use case:** 

Use Dice.com Jobs Scraper — Tech Hiring Feed for entry level jobs with structured, source-linked results for AI-agent research, comparison, monitoring, and.

## Input

```json
{
  "searchQuery": "dice com jobs company hiring monitor",
  "location": "Remote",
  "startUrls": [],
  "maxResults": 15,
  "postedWithin": "7days",
  "workplaceTypes": [],
  "employmentTypes": [],
  "easyApplyOnly": true,
  "willingToSponsor": true,
  "includeJobDetails": true,
  "responseFormat": "concise"
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace type",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "salaryText": {
    "label": "Salary",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "easyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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