# Find Remote Software Development Jobs

**Use case:** 

Find current remote software development jobs with company, location, salary, tags, posting date, direct URL, and opportunity score.

## Input

```json
{
  "categories": [
    "Software Development"
  ],
  "minSalary": 0,
  "maxResults": 3,
  "includeOpportunityScore": true,
  "includeFullDescription": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "number"
  },
  "opportunity_score": {
    "label": "Opportunity Score",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [💼 Remotive Remote Jobs Intelligence - AI-Scored](https://apify.com/benthepythondev/remotive-jobs-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/remotive-jobs-intelligence) to learn more, explore other use cases, and run it yourself.