# Skill Tealhq Job Board

**Use case:** 

Extract Tealhq Job Board data filtered by Skill. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "browseBy": "skill",
  "slug": "software-engineer"
}
```

## Output

```json
{
  "companyLogo": {
    "label": "🏢 Logo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "role": {
    "label": "Role",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "careerLevels": {
    "label": "Career level",
    "format": "text"
  },
  "salaryMin": {
    "label": "Min salary",
    "format": "text"
  },
  "salaryMax": {
    "label": "Max salary",
    "format": "text"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryPayPeriod": {
    "label": "Period",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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