# Scrape tech jobs in Vietnam

**Use case:** 

Extract tech job listings in Vietnam from Glints. Structured Southeast Asian job data. Pay per result.

## Input

```json
{
  "countries": [
    "VN"
  ],
  "searchQuery": "engineer",
  "sortBy": "LATEST",
  "fetchDetails": false,
  "incrementalMode": false,
  "stateStoreName": "glints-scraper-state",
  "maxResults": 5,
  "requestsPerSecond": 3,
  "debug": false
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "type": {
    "label": "Type"
  },
  "workArrangement": {
    "label": "Work Mode"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salary": {
    "label": "Salary"
  },
  "createdAt": {
    "label": "Posted"
  },
  "url": {
    "label": "Link"
  }
}
```

## About this Actor

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