# Snagajob Warehouse Jobs Dallas Scraper

**Use case:** 

Scrape warehouse jobs on Snagajob in Dallas with title, company, wage, and job details. Export structured hourly-job data to JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "keyword": "warehouse",
  "location": "Dallas, TX",
  "radiusInMiles": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "normalizedBrandName": {
    "label": "Normalized Brand Name",
    "format": "text"
  },
  "normalizedJobTitle": {
    "label": "Normalized Job Title",
    "format": "text"
  },
  "onetCode": {
    "label": "Onet Code",
    "format": "text"
  },
  "wageText": {
    "label": "Wage Text",
    "format": "text"
  },
  "wageMin": {
    "label": "Wage Min",
    "format": "text"
  },
  "wageMedian": {
    "label": "Wage Median",
    "format": "text"
  },
  "wageMax": {
    "label": "Wage Max",
    "format": "text"
  },
  "wageType": {
    "label": "Wage Type",
    "format": "text"
  },
  "wageSource": {
    "label": "Wage Source",
    "format": "text"
  },
  "wage": {
    "label": "Wage",
    "format": "text"
  },
  "estimatedWageMedian": {
    "label": "Estimated Wage Median",
    "format": "text"
  },
  "estimatedWageLow": {
    "label": "Estimated Wage Low",
    "format": "text"
  },
  "estimatedWageHigh": {
    "label": "Estimated Wage High",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "date"
  }
}
```

## About this Actor

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