# Remotive Remote Jobs to Notion - Job Tracker Sync

**Use case:** 

Remote engineering jobs from Remotive land straight in your Notion database as pages, giving recruiters and job seekers a tracker that stays current.

## Input

```json
{
  "search": "software engineer",
  "category": "software-development",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "jobType": {
    "label": "Job type",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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