# Indeed Remote Jobs Scraper - Work From Home

**Use case:** 

Run Indeed Remote Jobs Scraper - Work From Home on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "mode": "search",
  "country": "us",
  "query": "developer",
  "location": "New York, NY",
  "maxResults": 100,
  "jobType": "any",
  "remoteOnly": false,
  "workArrangement": "remote",
  "experienceLevel": "any",
  "sortBy": "relevance",
  "resolveApplyUrl": false,
  "jobUrlsOrKeys": [],
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "company_rating": {
    "label": "Rating",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_min": {
    "label": "Salary Min",
    "format": "number"
  },
  "salary_max": {
    "label": "Salary Max",
    "format": "number"
  },
  "salary_currency": {
    "label": "Currency",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "relative_date": {
    "label": "Posted",
    "format": "text"
  },
  "apply_url": {
    "label": "Apply URL",
    "format": "link"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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