# Multi Platform Jobs Scraper Task

**Use case:** 

Scrapes 25 jobs from widely used platforms such as LinkedIn, Indeed and Glassdoor in one click

## Input

```json
{
  "platforms": [
    "linkedin",
    "indeed",
    "glassdoor"
  ],
  "keywords": [
    "Software Engineer"
  ],
  "jobLocationType": "all",
  "minJobs": 25
}
```

## Output

```json
{
  "source": {
    "label": "Platform",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted",
    "format": "string"
  },
  "applicants": {
    "label": "Applicants",
    "format": "string"
  },
  "jobType": {
    "label": "Job Type",
    "format": "string"
  },
  "seniorityLevel": {
    "label": "Seniority",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "jobUrl": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Multi-Platform Job Scraper](https://apify.com/mediocre_interest/multi-platform-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mediocre_interest/multi-platform-jobs-scraper) to learn more, explore other use cases, and run it yourself.