# Truck Driver Jobs Texas Scraper | Talent.com

**Use case:** 

Scrape truck driver job listings across Texas from Talent.com. Collect titles, companies, pay, locations and apply links for recruiting and lead generation.

## Input

```json
{
  "maxJobs": 10,
  "withDetails": true,
  "keyword": "truck driver",
  "location": "Texas",
  "country": "us"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "applyDirect": {
    "label": "Direct Apply",
    "format": "boolean"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "source": {
    "label": "Source Board",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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