Glints Jobs Scraper avatar

Glints Jobs Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Glints Jobs Scraper

Glints Jobs Scraper

Scrape job listings from Glints.com - Southeast Asia's leading job platform covering Singapore, Indonesia, Malaysia, Vietnam, and Taiwan. Get full job details including salary, skills, employment type, company info, and application URLs.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Extract job listings from Glints.com — Southeast Asia's leading job platform with over 3 million active users across Singapore, Indonesia, Malaysia, Vietnam, and Taiwan. Get structured job data including title, company, salary, skills, employment type, work arrangement, and application URLs.

Features

  • Multi-country search — search across Singapore, Indonesia, Malaysia, Vietnam, and Taiwan
  • Keyword search — find jobs by title, skills, or keywords
  • Direct URL scraping — scrape specific Glints job posting pages
  • Category browse — search by job category or industry
  • Employment type filter — full-time, contract, internship, project-based, part-time
  • Work arrangement filter — on-site, hybrid, remote
  • Experience level filter — fresh graduate to senior level
  • Full job details — description, skills, benefits, salary range, expiration date
  • Skills extraction — structured list of required and preferred skills

Data Source

Glints.com is a publicly accessible job platform. This actor requires no API keys, tokens, or credentials.

Input

FieldTypeDescription
modeselectsearch, byUrl, or byCategory
searchQuerystringJob title, skills, or keywords
countryselectSG / ID / MY / VN / TW (or empty for all)
jobUrlsarrayGlints job URLs to scrape (mode=byUrl)
categoryNamestringJob category to browse (mode=byCategory)
employmentTypeselectFULL_TIME / CONTRACT / INTERNSHIP / PROJECT_BASED / PART_TIME
workArrangementselectONSITE / HYBRID / REMOTE
seniorityLevelselectNO_EXPERIENCE / FRESH_GRAD / ONE_TO_THREE_YEARS / etc.
maxItemsintegerMaximum records to return (1–500)

Output

Each record contains:

FieldDescription
jobIdUnique Glints job UUID
titleJob title
companyEmployer display name
companyLogoUrlCompany logo image URL
companyIdCompany UUID
companyStatusCompany verification status
locationLocation name
cityCity name
countryISO country code (SG/ID/MY/VN/TW)
countryNameCountry full name
employmentTypeFull-time, Contract, Internship, etc.
workArrangementOn-site / Hybrid / Remote
salarySalary display string
salaryMinMinimum salary amount
salaryMaxMaximum salary amount
currencyCurrency code (SGD, IDR, MYR, VND, etc.)
salaryPeriodmonthly / annual / hourly
skillsList of required/preferred skills
categoryJob sub-category (e.g., "Backend Developer")
categoryTopTop-level category (e.g., "Computer & Software")
educationLevelRequired education level
minYearsOfExperienceMinimum years of experience required
maxYearsOfExperienceMaximum years of experience
seniorityLevelDerived seniority level string
descriptionFull job description (plain text)
benefitsList of benefits offered
datePostedISO UTC posting date
dateUpdatedISO UTC last updated date
expirationDateJob expiry date (if available)
jobUrlGlints job listing URL
applicationUrlDirect application URL
isHotWhether the job is marked as hot/featured
jobSourceSource (EMPLOYER/NATIVE)
sourceUrlSource URL of the scraped record
scrapedAtISO UTC timestamp of scrape time
recordTypeAlways "job"

Example Usage

Search for software engineers in Singapore:

{
"mode": "search",
"searchQuery": "software engineer",
"country": "SG",
"maxItems": 50
}

Find remote Python jobs in Indonesia:

{
"mode": "search",
"searchQuery": "python developer",
"country": "ID",
"workArrangement": "REMOTE",
"maxItems": 100
}

Browse by category in Malaysia:

{
"mode": "byCategory",
"categoryName": "Computer & Software",
"country": "MY",
"maxItems": 50
}

Scrape specific job URLs:

{
"mode": "byUrl",
"jobUrls": [
"https://glints.com/sg/opportunities/jobs/00fb8918-c4dd-4200-97a9-e46f3e51d65e"
]
}

FAQs

Which countries are supported? Singapore (SG), Indonesia (ID), Malaysia (MY), Vietnam (VN), and Taiwan (TW).

How is the data structured? All records are flat JSON objects. Salary data includes both structured fields (salaryMin, salaryMax, currency) and a display string.

Why are some jobs missing salary information? Glints only shows salary when employers enable it (shouldShowSalary: true). The salary fields will be absent if not available.

Can I get jobs from multiple countries in one run? Yes — leave the country field empty to receive results from all available countries.

How many results can I get per run? Glints returns up to 30 jobs per search page. Use maxItems to control the limit (max 500). For more results, try multiple searches with different keywords.

Is this actor free to use? Yes — it uses Glints' public website and requires no API keys or credentials.