# Warehouse & Fulfillment Jobs Scraper by Metro

**Use case:** 

Warehouse and fulfillment openings for any US metro from Indeed: employer, pay and apply link, sized for logistics recruiters and seasonal high-volume hiring.

## Input

```json
{
  "query": "warehouse associate",
  "location": "Atlanta, GA",
  "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.