# Scrape Remote Jobs Posted This Week

**Use case:** 

Get remote jobs posted within the last week with Job title, Company, Salary, Location, Board and Posted. Export to JSON, CSV or Excel.

## Input

```json
{
  "searchQueries": [
    "designer"
  ],
  "jobType": "",
  "postedWithinDays": 7,
  "outputType": "jobs",
  "maxItems": 200,
  "maxItemsPerSource": 0,
  "includeDescriptionHtml": false,
  "deduplicateAcrossSources": true,
  "enrichCompanyContacts": false,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "salaryLabel": {
    "label": "Salary",
    "format": "text"
  },
  "candidateLocation": {
    "label": "Location",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "sourceLabel": {
    "label": "Board",
    "format": "text"
  },
  "publishedAt": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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