# Monitor Indeed Resumes marketing manager candidates

**Use case:** 

Scrape marketing manager resume profiles on Indeed Resumes with campaign experience, industries, and education history.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://resumes.indeed.com/search?q=marketing+manager&sort=date&start=0"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "sourceUrl": {
    "label": "Source url"
  },
  "name": {
    "label": "Name"
  },
  "location": {
    "label": "Location"
  },
  "currentTitle": {
    "label": "Current title"
  },
  "currentCompany": {
    "label": "Current company"
  },
  "resumeType": {
    "label": "Resume type"
  },
  "isFreeToContact": {
    "label": "Is free to contact"
  },
  "educationText": {
    "label": "Education text"
  },
  "skills": {
    "label": "Skills"
  },
  "credentials": {
    "label": "Credentials"
  },
  "highlights": {
    "label": "Highlights"
  },
  "experiences": {
    "label": "Experiences"
  },
  "educations": {
    "label": "Educations"
  },
  "totalMatchCount": {
    "label": "Total match count"
  },
  "overallMatchCount": {
    "label": "Overall match count"
  },
  "matchId": {
    "label": "Match id"
  },
  "rcpRequestId": {
    "label": "Rcp request id"
  }
}
```

## About this Actor

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