# Accounting and Finance The Muse Jobs

**Use case:** 

Extract The Muse Jobs data filtered by Accounting and Finance. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "category": "Accounting and Finance"
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyId": {
    "label": "Company ID",
    "format": "text"
  },
  "companyShortName": {
    "label": "Company Slug",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "level": {
    "label": "Level",
    "format": "text"
  },
  "levels": {
    "label": "Levels",
    "format": "array"
  },
  "locations": {
    "label": "Locations",
    "format": "object"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "publicationDate": {
    "label": "Posted",
    "format": "date"
  },
  "shortName": {
    "label": "Slug",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "descriptionHtml": {
    "label": "Description (HTML)",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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