# Find remote Python jobs across four job boards

**Use case:** 

Search four remote job APIs for current Python roles and return one normalized dataset.

## Input

```json
{
  "searchKeywords": "python",
  "platforms": [
    "arbeitnow",
    "jobicy",
    "himalayas",
    "remoteok"
  ],
  "maxJobsPerPlatform": 5,
  "maxTotalJobs": 10,
  "debugMode": false
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "work_type": {
    "label": "Work Type",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Remote Jobs Scraper & Aggregator - 4 Job APIs](https://apify.com/benthepythondev/remote-jobs-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/remote-jobs-aggregator) to learn more, explore other use cases, and run it yourself.