# Job Listings Data from Capco Career Page

**Use case:** 

Extract detailed job listings from Capco's career site. Get structured data, including job titles, locations, and types of employment.

## Input

```json
{
  "startUrls": [
    "https://job-boards.greenhouse.io/capco"
  ],
  "results_wanted": 200,
  "max_pages": 10,
  "allow_html_detail_fallback": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "job_id": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "job_type": {
    "label": "Job Type",
    "format": "string"
  },
  "date_posted": {
    "label": "Date Posted",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Career Site Job Listing API](https://apify.com/shahidirfan/career-site-job-listing-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/career-site-job-listing-api) to learn more, explore other use cases, and run it yourself.