# Remote Software Jobs - Jobs Aggregator

**Use case:** 

Scrape remote software jobs from public APIs with titles, companies, locations, categories, dates, source sites, job URLs, and apply links for research.

## Input

```json
{
  "source": "all",
  "keywords": [
    "software"
  ],
  "location": "",
  "remoteOnly": true,
  "dateFrom": "",
  "maxResults": 10,
  "maxPagesPerSource": 1,
  "includeDescription": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "jobType": {
    "label": "Job Type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "date"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "sourceJobId": {
    "label": "Source Job ID",
    "format": "text"
  },
  "sourceAttribution": {
    "label": "Attribution",
    "format": "text"
  },
  "keywordUsed": {
    "label": "Keyword",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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