# Extract Construction Project Manager Jobs in Florida

**Use case:** 

Collect job postings for Construction Project Managers across the state of Florida to assess regional demand and company hiring trends. This supports strategic 

## Input

```json
{
  "startUrls": [
    "https://www.ziprecruiter.com/jobs-search?search=construction+project+manager&location=Florida"
  ],
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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