# Scrape fintech software jobs in Chicago Illinois

**Use case:** 

Extract fintech and financial software engineering jobs from Built In Chicago for recruitment market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.builtinchicago.org/jobs?search=Fintech"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  },
  "datePosted": {
    "label": "Posted Date",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "string"
  },
  "applicationUrl": {
    "label": "Application URL",
    "format": "string"
  }
}
```

## About this Actor

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