# Remote Python Developer Jobs from The Muse

**Use case:** 

Extract remote job listings for Python developers from The Muse. Get detailed job data including titles, companies, and locations.

## Input

```json
{
  "searchKeyword": "Python",
  "categories": [],
  "levels": [],
  "location": "Remote",
  "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.