# Recruitee Hiring Company Jobs Scraper

**Use case:** 

Scrape Recruitee job openings for a company with title, location, department, employment type, description, and apply URL. Export to JSON or CSV.

## Input

```json
{
  "company": "hiring",
  "includeDescription": true,
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "department": {
    "label": "🏢 Department",
    "format": "text"
  },
  "city": {
    "label": "📍 City",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "employmentType": {
    "label": "⏱ Type",
    "format": "text"
  },
  "remote": {
    "label": "🏠 Remote",
    "format": "text"
  },
  "companyName": {
    "label": "🏛 Company",
    "format": "text"
  },
  "publishedAt": {
    "label": "📅 Published",
    "format": "text"
  },
  "careersUrl": {
    "label": "🔗 Posting",
    "format": "link"
  },
  "applyUrl": {
    "label": "✉️ Apply",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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