# Scrape sales jobs in Thailand

**Use case:** 

Extract sales job listings from JobTopGun across Thailand. Filter by job field, get structured Thai job data. Pay per result.

## Input

```json
{
  "startUrls": [],
  "searchQuery": "sales",
  "jobField": "sales",
  "useSitemaps": false,
  "sitemapIndexes": [
    0
  ],
  "maxResults": 5,
  "requestsPerSecond": 2,
  "fetchDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Region",
    "format": "text"
  },
  "locality": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Province",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "workType": {
    "label": "Work Type",
    "format": "text"
  },
  "jobType": {
    "label": "Job Type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Min (THB)",
    "format": "number"
  },
  "salaryMax": {
    "label": "Max (THB)",
    "format": "number"
  },
  "degree": {
    "label": "Education",
    "format": "text"
  },
  "experienceYears": {
    "label": "Experience",
    "format": "text"
  },
  "flowerOfHeart": {
    "label": "Rating",
    "format": "number"
  },
  "datePosted": {
    "label": "Posted",
    "format": "text"
  },
  "validThrough": {
    "label": "Expires",
    "format": "text"
  },
  "dateScraped": {
    "label": "Scraped",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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