{
  "openapi": "3.0.1",
  "info": {
    "title": "Glints Scraper - SEA Jobs, Salaries & Company Leads",
    "description": "Scrape Glints jobs across Singapore, Indonesia, Vietnam, Malaysia & Taiwan: titles, real salary ranges, skills, experience, full descriptions, benefits, remote/hybrid, geo. Get rich hiring-company leads (website, size, industry, socials) and only-new monitoring. Export JSON, CSV, Excel.",
    "version": "0.1",
    "x-build-id": "Yogb1ETrqYq0OALCX"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/scrapesage~glints-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-scrapesage-glints-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/scrapesage~glints-scraper/runs": {
      "post": {
        "operationId": "runs-sync-scrapesage-glints-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/scrapesage~glints-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-scrapesage-glints-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "searchQueries": {
            "title": "Search queries (keywords / job titles)",
            "type": "array",
            "description": "Keywords or job titles to search on Glints, e.g. <code>software engineer</code>, <code>marketing</code>, <code>data analyst</code>, <code>finance</code>. Each query returns up to 50 jobs for the selected country. Add several queries for broader coverage.",
            "items": {
              "type": "string"
            }
          },
          "country": {
            "title": "Country",
            "enum": [
              "SG",
              "ID",
              "VN",
              "MY",
              "TW"
            ],
            "type": "string",
            "description": "Glints national edition to search. This selects the market and salary currency.",
            "default": "SG"
          },
          "companyIds": {
            "title": "Company IDs",
            "type": "array",
            "description": "Glints company IDs (UUIDs) — return all current openings for each company (up to 50 each). The ID is the UUID in a company URL: <code>glints.com/sg/companies/&lt;name&gt;/&lt;UUID&gt;</code>.",
            "items": {
              "type": "string"
            }
          },
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "Paste Glints URLs directly: job pages (<code>/opportunities/jobs/.../&lt;id&gt;</code>), company pages (<code>/companies/.../&lt;id&gt;</code>), or explore/search pages. The country is read from the URL when present. Used in addition to the search queries above.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "jobIds": {
            "title": "Job URLs or IDs",
            "type": "array",
            "description": "Specific Glints job postings to fetch — full job URLs or bare job UUIDs. Each is scraped as a full, detail-enriched job record.",
            "items": {
              "type": "string"
            }
          },
          "jobType": {
            "title": "Employment type",
            "enum": [
              "any",
              "FULL_TIME",
              "PART_TIME",
              "INTERNSHIP",
              "CONTRACT",
              "FREELANCE",
              "PROJECT_BASED",
              "DAILY"
            ],
            "type": "string",
            "description": "Filter by employment type.",
            "default": "any"
          },
          "workArrangement": {
            "title": "Work arrangement",
            "enum": [
              "any",
              "ONSITE",
              "HYBRID",
              "REMOTE"
            ],
            "type": "string",
            "description": "Filter by on-site / hybrid / remote.",
            "default": "any"
          },
          "educationLevel": {
            "title": "Minimum education",
            "enum": [
              "any",
              "NONE",
              "PRIMARY",
              "SECONDARY",
              "VOCATIONAL",
              "DIPLOMA",
              "BACHELOR",
              "MASTER",
              "DOCTORATE"
            ],
            "type": "string",
            "description": "Filter by minimum education level required.",
            "default": "any"
          },
          "minSalary": {
            "title": "Minimum salary",
            "minimum": 0,
            "type": "integer",
            "description": "Only jobs paying at least this much (in the selected country's currency, per month). Leave empty for no minimum."
          },
          "maxSalary": {
            "title": "Maximum salary",
            "minimum": 0,
            "type": "integer",
            "description": "Only jobs paying at most this much (in the selected country's currency, per month). Leave empty for no maximum."
          },
          "minYearsExperience": {
            "title": "Min years of experience",
            "minimum": 0,
            "maximum": 50,
            "type": "integer",
            "description": "Only jobs requiring at least this many years of experience."
          },
          "maxYearsExperience": {
            "title": "Max years of experience",
            "minimum": 0,
            "maximum": 50,
            "type": "integer",
            "description": "Only jobs requiring at most this many years of experience."
          },
          "sortBy": {
            "title": "Sort by",
            "enum": [
              "relevance",
              "latest"
            ],
            "type": "string",
            "description": "Result order. <code>Latest</code> is ideal for monitoring fresh postings.",
            "default": "relevance"
          },
          "remoteOnly": {
            "title": "Remote jobs only",
            "type": "boolean",
            "description": "Keep only fully-remote postings.",
            "default": false
          },
          "includeJobDetails": {
            "title": "Include full job details",
            "type": "boolean",
            "description": "Fetch each job's full description, benefits, interview process, company office address + geo, recruiter response rate and applicant requirements (one extra request per job). On by default for the richest dataset; turn off for fast, cheap listing-only runs.",
            "default": true
          },
          "includeJobDescriptionHtml": {
            "title": "Include HTML description",
            "type": "boolean",
            "description": "Also include the job description as simple HTML (field descriptionHtml) alongside the clean text. Off by default to keep records lean.",
            "default": false
          },
          "outputCompanyLeads": {
            "title": "Emit company lead records",
            "type": "boolean",
            "description": "In addition to job records, push one deduplicated company record (type = \"company\") per hiring company: website, size, industry, socials, office address, openings count, sample titles, salary range seen and a 0–100 lead score. Ideal for recruitment-agency and B2B sales prospecting.",
            "default": false
          },
          "deduplicateJobs": {
            "title": "Deduplicate jobs",
            "type": "boolean",
            "description": "Skip a job whose ID was already emitted in this run (the same posting can surface under several queries).",
            "default": true
          },
          "monitorMode": {
            "title": "Monitor mode — only new postings",
            "type": "boolean",
            "description": "Remember job IDs seen in previous runs (in a named key-value store) and emit only postings not seen before — a ready-made new-job alert feed. Combine with an Apify Schedule to run it hourly/daily.",
            "default": false
          },
          "monitorKey": {
            "title": "Monitor key",
            "type": "string",
            "description": "Names the monitor's memory so separate searches keep separate histories (store: <code>glints-scraper-monitor-&lt;key&gt;</code>). Use one key per saved search.",
            "default": "default"
          },
          "maxItems": {
            "title": "Max jobs",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of job records to scrape across all queries, companies and URLs. Company-lead records do not count toward this cap.",
            "default": 100
          },
          "maxConcurrency": {
            "title": "Max concurrency",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "How many detail requests to run in parallel. Lower it if you hit rate limits; raise it for speed.",
            "default": 5
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Proxies to use. Residential is the reliable default for Glints across SEA. The clean JSON API also works on datacenter proxies (cheaper) — switch the group to try it.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ]
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}