# Comeet job board feed scraper workflow

**Use case:** 

Create a repeatable Comeet job feed with cleaned descriptions for job boards, CRMs, and data warehouses.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.comeet.com/jobs/tripleten/98.008"
    }
  ],
  "companyUids": [],
  "maxItems": 500,
  "includeHtmlDescriptions": false
}
```

## Output

```json
{
  "companyName": {
    "label": "Company"
  },
  "title": {
    "label": "Title"
  },
  "department": {
    "label": "Department"
  },
  "location": {
    "label": "Location"
  },
  "employmentType": {
    "label": "Employment"
  },
  "experienceLevel": {
    "label": "Experience"
  },
  "workplaceType": {
    "label": "Workplace"
  },
  "jobUrl": {
    "label": "Job URL"
  },
  "timeUpdated": {
    "label": "Updated"
  },
  "jobUid": {
    "label": "Job UID"
  },
  "sourceUrl": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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