# Scrape jobs in Taipei on 104.com.tw

**Use case:** 

Extract job listings in Taipei from 104.com.tw. Structured Taiwanese job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": [
    "業務"
  ],
  "area": "6001001000",
  "remoteWork": false,
  "maxResults": 5,
  "enrichDetails": false,
  "fetchDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min (TWD)",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max (TWD)",
    "format": "number"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "publishDate": {
    "label": "Posted",
    "format": "date"
  },
  "remoteWorkType": {
    "label": "Remote",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [104.com.tw Taiwan Jobs Scraper](https://apify.com/unfenced-group/taiwan104-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/taiwan104-scraper) to learn more, explore other use cases, and run it yourself.