# Scrape developer jobs in Thailand

**Use case:** 

Extract developer jobs from JobThai.com across Thailand. Structured Thai job data with titles and companies. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "province": "",
  "jobtype": "",
  "region": "",
  "salarymin": 0,
  "salarymax": 0,
  "hybridwork": false,
  "wfh": false,
  "onlineInterview": false,
  "startPage": 1,
  "maxPages": 0,
  "maxResults": 5,
  "scrapeDetail": false,
  "language": "en",
  "fetchDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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