# Tripleten Comeet Jobs

**Use case:** 

Explore tripleten with Comeet Jobs Scraper - Company Career Listings. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "careerUrls": [
    "https://www.comeet.com/jobs/tripleten/98.008"
  ],
  "query": "",
  "location": "",
  "remoteOnly": false,
  "includeDescription": true,
  "maxResults": 3
}
```

## Output

```json
{
  "job_id": {
    "label": "Job Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "experience_level": {
    "label": "Experience Level",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "job_url": {
    "label": "Job Url",
    "format": "link"
  },
  "company_website": {
    "label": "Company Website",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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