# Find fractional marketing jobs on GoFractional

**Use case:** 

Scrape fractional marketing executive openings on GoFractional with compensation, skills, and company profiles.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.gofractional.com/jobs/marketing"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "minHourlyRate": {
    "label": "Min Rate",
    "format": "number"
  },
  "maxHourlyRate": {
    "label": "Max Rate",
    "format": "number"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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