# Export marketing resumes from Indeed

**Use case:** 

Scrape marketing professional resumes from Indeed Resume search. Get titles, locations, summaries, and profile links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://resumes.indeed.com/search?q=marketing+manager&l=&sort=date"
    }
  ],
  "maxItems": 10,
  "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.