# Scrape remote developer jobs

**Use case:** 

Extract remote developer jobs from Remotive. Structured remote-work job data. No subscription, pay per result.

## Input

```json
{
  "categories": [],
  "searchQuery": "developer",
  "jobTypes": [],
  "locationKeyword": "",
  "requireSalary": false,
  "salaryMin": 0,
  "publishedAfter": "",
  "maxResults": 5,
  "includeDescription": true,
  "outputFormat": "structured",
  "fetchDetails": false
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Job Title"
  },
  "company_name": {
    "label": "Company"
  },
  "category": {
    "label": "Category"
  },
  "job_type": {
    "label": "Type"
  },
  "candidate_required_location": {
    "label": "Location"
  },
  "salary_min": {
    "label": "Salary Min"
  },
  "salary_max": {
    "label": "Salary Max"
  },
  "salary_currency": {
    "label": "Currency"
  },
  "salary_period": {
    "label": "Period"
  },
  "salary_text": {
    "label": "Salary (raw)"
  },
  "publication_date": {
    "label": "Published"
  },
  "url": {
    "label": "URL"
  },
  "tags": {
    "label": "Tags"
  },
  "scraped_at": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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