# Monitor JobsDB Thailand digital marketing vacancies

**Use case:** 

Scrape digital marketing job listings from JobsDB Thailand with location, salary range, and posting freshness filters.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://th.jobsdb.com/digital-marketing-jobs"
    }
  ],
  "maxItems": 5,
  "country": "th.jobsdb.com",
  "keyword": "digital marketing",
  "location": "Bangkok",
  "salarytype": "monthly",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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