# Collect Fintech Job Listings from The Muse

**Use case:** 

Gather up to 200 job postings in the finance sector related to fintech. Get structured data in CSV, JSON, or Excel formats.

## Input

```json
{
  "searchKeyword": "fintech",
  "categories": [
    "Finance"
  ],
  "levels": [],
  "location": "",
  "maxJobs": 200,
  "maxPages": 100000
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "levels": {
    "label": "Seniority Levels",
    "format": "array"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "jobType": {
    "label": "Job Type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [The Muse Jobs Scraper — themuse.com Jobs, No API Key](https://apify.com/logiover/the-muse-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/the-muse-jobs-scraper) to learn more, explore other use cases, and run it yourself.