# Randstad USA Warehouse Jobs Scraper

**Use case:** 

Scrape Randstad USA warehouse job listings with salaries, descriptions, locations, and apply URLs.

## Input

```json
{
  "keywords": [
    "warehouse"
  ],
  "locations": [],
  "startUrls": [],
  "maxItems": 100,
  "includeDetails": true
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "jobType": {
    "label": "Job type"
  },
  "salaryText": {
    "label": "Salary"
  },
  "postedDate": {
    "label": "Posted date"
  },
  "jobId": {
    "label": "Job ID"
  },
  "referenceNumber": {
    "label": "Reference number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "responsibilities": {
    "label": "Responsibilities",
    "format": "text"
  },
  "qualifications": {
    "label": "Qualifications",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zipCode": {
    "label": "ZIP code"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "category": {
    "label": "Category"
  },
  "salaryMin": {
    "label": "Salary min"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "salaryCurrency": {
    "label": "Currency"
  },
  "salaryUnit": {
    "label": "Salary unit"
  },
  "validThrough": {
    "label": "Valid through"
  },
  "skills": {
    "label": "Skills"
  },
  "hours": {
    "label": "Hours"
  }
}
```

## About this Actor

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