# Remote Software Developer Job Listings from Indeed

**Use case:** 

Collect remote software developer job listings from Indeed with details like company, location, salary, and application links. Get up-to-date market data.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://ca.indeed.com/jobs?q=full+stack+developer&l=Toronto%2C+ON&sort=date"
    }
  ],
  "keywordSearches": [
    {
      "keywords": "software developer",
      "country": "us",
      "remoteJobs": true
    }
  ],
  "sort": "date",
  "datePosted": "7",
  "maxJobs": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salary": {
    "label": "Salary"
  },
  "jobTypes": {
    "label": "Job types"
  },
  "remote": {
    "label": "Remote"
  },
  "indeedUrl": {
    "label": "Indeed url"
  },
  "postedAt": {
    "label": "Posted at"
  }
}
```

## About this Actor

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