# FlexJobs Marketing Manager Jobs Scraper

**Use case:** 

Scrape marketing manager jobs from FlexJobs with title, company, location, schedule, and remote level. Export structured job data to JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "keyword": "marketing manager",
  "remoteLevel": "all",
  "jobSchedule": "all",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "featured": {
    "label": "Featured",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "date"
  },
  "allowedCandidateLocation": {
    "label": "Allowed Candidate Location",
    "format": "date"
  },
  "remoteLevel": {
    "label": "Remote Level",
    "format": "text"
  },
  "jobSchedule": {
    "label": "Job Schedule",
    "format": "text"
  },
  "jobType": {
    "label": "Job Type",
    "format": "text"
  },
  "isFlexibleSchedule": {
    "label": "Is Flexible Schedule",
    "format": "text"
  },
  "isTelecommute": {
    "label": "Is Telecommute",
    "format": "text"
  },
  "isFreelancingContract": {
    "label": "Is Freelancing Contract",
    "format": "text"
  },
  "isFreeJob": {
    "label": "Is Free Job",
    "format": "text"
  },
  "salaryRange": {
    "label": "Salary Range",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "text"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "text"
  },
  "salaryCurrency": {
    "label": "Salary Currency",
    "format": "text"
  }
}
```

## About this Actor

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