# CDL Truck Driver Jobs Scraper by State (Indeed)

**Use case:** 

High-volume CDL truck driving jobs (OTR, regional, local) by state from Indeed: carrier, location, pay and apply link for trucking recruiters and pay analysis.

## Input

```json
{
  "query": "CDL truck driver",
  "location": "Texas",
  "country": "us",
  "maxItems": 300,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedText": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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