# Search Indeed resumes by city

**Use case:** 

Find candidate resumes on Indeed by role and city. Export developer profiles, locations, skills, and resume URLs for hiring teams.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://resumes.indeed.com/search?q=developer&l=Austin%2C+TX&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.