# Find Sponsor Friendly Tech Roles

**Use case:** 

Collect public Dice listings that are marked willing to sponsor and return source-linked job records for screening.

## Input

```json
{
  "searchQuery": "software developer",
  "location": "Remote",
  "startUrls": [
    {
      "url": "https://www.dice.com/jobs?q=data%20engineer&location=Remote"
    }
  ],
  "maxResults": 10,
  "postedWithin": "7days",
  "workplaceTypes": [],
  "employmentTypes": [],
  "easyApplyOnly": false,
  "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.