# Remote Software Development Jobs Scraper

**Use case:** 

Collect open remote software development jobs from Remotive with company, salary, required location and apply links.

## Input

```json
{
  "maxItems": 100,
  "category": "software-development",
  "search": "",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyLogo": {
    "label": "Logo",
    "format": "image"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "jobType": {
    "label": "Job Type",
    "format": "text"
  },
  "candidateRequiredLocation": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "Apply URL",
    "format": "link"
  },
  "tags": {
    "label": "Skills / Tags",
    "format": "array"
  },
  "descriptionHtml": {
    "label": "Description HTML",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description Text",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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