# Sales Hiring Signal List for Data and DevOps Engineers

**Use case:** 

Collect job listings for Data Engineers and DevOps Engineers in the U.S. Includes title, company, location, and job description details.

## Input

```json
{
  "searchQueries": [
    "data engineer",
    "devops engineer"
  ],
  "location": "United States",
  "resultsPerQuery": 50,
  "withDescription": false,
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "query": {
    "label": "Query"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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