# Scrape Digital Marketing Jobs in Indonesia - Glints

**Use case:** 

Find digital marketing jobs in Indonesia on Glints with Job title, Company, Salary, Arrangement, Location and Posted date. No login required.

## Input

```json
{
  "searchQueries": [
    "digital marketing"
  ],
  "country": "ID",
  "jobType": "any",
  "workArrangement": "any",
  "educationLevel": "any",
  "sortBy": "relevance",
  "remoteOnly": false,
  "includeJobDetails": true,
  "includeJobDescriptionHtml": false,
  "outputCompanyLeads": false,
  "deduplicateJobs": true,
  "monitorMode": false,
  "monitorKey": "default",
  "maxItems": 100,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "workArrangement": {
    "label": "Arrangement",
    "format": "text"
  },
  "locationName": {
    "label": "Location",
    "format": "text"
  },
  "experienceText": {
    "label": "Experience",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "createdAt": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Glints Scraper - SEA Jobs, Salaries & Company Leads](https://apify.com/scrapesage/glints-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/glints-scraper) to learn more, explore other use cases, and run it yourself.