# Find Contract Project Manager Jobs

**Use case:** 

Export contract project-management vacancies using Indeed employment-type filter.

## Input

```json
{
  "query": "project manager",
  "location": "Dallas, TX",
  "country": "US",
  "datePosted": "14",
  "radius": 50,
  "jobType": "contract",
  "maxItems": 5
}
```

## Output

```json
{
  "jobKey": {
    "label": "Job key",
    "format": "text"
  },
  "trackingKey": {
    "label": "Tracking key",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "locationShort": {
    "label": "Location",
    "format": "text"
  },
  "datePublished": {
    "label": "Published",
    "format": "date"
  },
  "dateOnIndeed": {
    "label": "First seen",
    "format": "date"
  },
  "salaryText": {
    "label": "Salary text",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "hybrid": {
    "label": "Hybrid",
    "format": "boolean"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "indeedUrl": {
    "label": "Indeed URL",
    "format": "link"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "diagnostics": {
    "label": "Diagnostics",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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