# Europe Remote Jobs Monitor and Scraper

**Use case:** 

Build a fresh Europe remote-jobs dataset with descriptions, skills, restrictions, company data, and public apply links.

## Input

```json
{
  "keyword": "software",
  "startUrls": [],
  "categoryUrls": [],
  "maxItems": 50,
  "includeDetails": true,
  "region": "Europe",
  "recencyDays": 14,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "companyLocation": {
    "label": "Company location",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "text"
  },
  "remoteRegion": {
    "label": "Remote region",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "postedText": {
    "label": "Posted age",
    "format": "text"
  },
  "postedDate": {
    "label": "Estimated posted date",
    "format": "date"
  },
  "applyBefore": {
    "label": "Apply before",
    "format": "text"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "requirements": {
    "label": "Requirements",
    "format": "text"
  },
  "responsibilities": {
    "label": "Responsibilities",
    "format": "text"
  },
  "benefits": {
    "label": "Benefits",
    "format": "text"
  },
  "timezoneRestrictions": {
    "label": "Timezone restrictions",
    "format": "text"
  },
  "geographicRestrictions": {
    "label": "Geographic restrictions",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company",
    "format": "link"
  },
  "companyLogoUrl": {
    "label": "Company logo",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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