# Effectory Careers Jobs List

**Use case:** 

List all open Effectory jobs with title, department, location and apply link from the Effectory employee experience careers page.

## Input

```json
{
  "maxItems": 100,
  "withDetails": true,
  "companies": [
    "effectory"
  ],
  "searchQuery": "",
  "employmentType": "",
  "experienceLevel": "",
  "remoteOnly": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "countryCode": {
    "label": "Country Code",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "hybrid": {
    "label": "Hybrid",
    "format": "boolean"
  },
  "onSite": {
    "label": "On Site",
    "format": "boolean"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "experienceLevel": {
    "label": "Experience",
    "format": "text"
  },
  "education": {
    "label": "Education",
    "format": "text"
  },
  "minHoursPerWeek": {
    "label": "Min Hours/Week",
    "format": "number"
  },
  "maxHoursPerWeek": {
    "label": "Max Hours/Week",
    "format": "number"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryPeriod": {
    "label": "Salary Period",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "languages": {
    "label": "Languages",
    "format": "array"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "closeAt": {
    "label": "Closes",
    "format": "date"
  },
  "highlight": {
    "label": "Highlight",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "requirementsText": {
    "label": "Requirements",
    "format": "text"
  },
  "openQuestions": {
    "label": "Application Questions",
    "format": "array"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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