# Europe Remote Job Monitoring

**Use case:** 

Track Jobicy full-time roles for Europe and save enriched job detail data for recruiting pipelines or market analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://jobicy.com/?s=marketing"
    }
  ],
  "keywords": [
    "marketing"
  ],
  "jobTypes": [
    "full-time"
  ],
  "regions": [
    "europe"
  ],
  "maxItems": 150,
  "includeDescription": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remoteRegion": {
    "label": "Remote region",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "jobType": {
    "label": "Job type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "validThrough": {
    "label": "Valid through",
    "format": "date"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "companyLogoUrl": {
    "label": "Company logo",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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