# Track US Tech Hiring with Indeed Data

**Use case:** 

Returns title, salary, benefits, job type, remote flag, company rating, and full description — 22 fields per job. Track US tech hiring trends, build dashboards,

## Input

```json
{
  "queries": [
    "software engineer"
  ],
  "location": "San Francisco",
  "maxResults": 10,
  "country": "www",
  "scrapeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_raw": {
    "label": "Salary",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "company_rating": {
    "label": "Rating",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Apply URL",
    "format": "link"
  }
}
```

## About this Actor

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