Himalayas.app Scraper avatar

Himalayas.app Scraper

Under maintenance

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Himalayas.app Scraper

Himalayas.app Scraper

Under maintenance

Search 100,000+ remote job listings on Himalayas.app by keyword, location, seniority, and employment type. No API key required.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Hoho

Hoho

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

4 days ago

Last modified

Categories

Share

Search and browse 100,000+ remote job listings on Himalayas.app by keyword, location, seniority, and employment type. No API key required.


Why this scraper?

  • No credentials needed — Himalayas's public API requires no registration or API key
  • 100,000+ remote jobs — one of the largest remote-only job boards
  • Rich filters — keyword, country, seniority, employment type, company slug
  • Salary data — min/max salary with currency on many listings
  • Detailed output — location restrictions, timezone restrictions, categories, full HTML description
  • Offset pagination — iterate through all results with offset

What you can fetch

ModeDescription
searchSearch and filter jobs by keyword, location, seniority, etc.
browseBrowse all jobs with offset pagination

Usage

Search by keyword

{
"queryType": "search",
"query": "python"
}

Filter by country and seniority

{
"queryType": "search",
"country": "United States",
"seniority": "Senior",
"employmentType": "Full Time"
}

Browse all jobs

{
"queryType": "browse",
"offset": 0,
"limit": 20
}

Paginate

{
"queryType": "search",
"query": "react",
"offset": 20
}

Input fields

FieldTypeDefaultDescription
queryTypestringsearchsearch or browse
querystringpythonKeyword search (search mode only)
countrystringFilter by country name (e.g. United States)
senioritystringEntry-level, Mid-level, Senior, Manager, Executive, Internship
employmentTypestringFull Time, Part Time, Contract, Internship, Freelance
companySlugstringFilter by company slug (e.g. stripe, github)
sortstringSort order
offsetintegerPagination offset
limitintegerMax results per page

Output fields

FieldTypeDescription
jobTitlestringJob title
excerptstringShort job summary
companyNamestringCompany name
companySlugstringCompany slug
companyLogostringCompany logo CDN URL
employmentTypestringEmployment type
minSalaryinteger|nullMinimum salary (USD)
maxSalaryinteger|nullMaximum salary (USD)
currencystringSalary currency
seniorityarraySeniority levels
locationRestrictionsarrayAllowed countries/regions
timezoneRestrictionsarrayAllowed UTC timezone offsets
categoriesarrayJob category tags
parentCategoriesarrayHigh-level parent categories
pubDateintegerPublication date (Unix timestamp)
expiryDateintegerExpiry date (Unix timestamp)
applicationLinkstringJob URL on Himalayas.app
jobDescriptionstringFull job description (HTML)

Pagination

Use the offset parameter to page through results. The response includes totalCount so you can calculate how many pages exist.


Use cases

  • Build a remote-only job board with rich location and timezone filtering
  • Research salary ranges for specific roles and seniority levels
  • Monitor new listings from specific companies by companySlug
  • Build timezone-aware job matching tools using timezoneRestrictions
  • Aggregate remote job data for career analytics

Latency & caching

DataCache TTL
Job listings1 hour

Disclaimer

This scraper uses Himalayas.app's public API. It is not affiliated with or endorsed by Himalayas. Use responsibly and in accordance with Himalayas's terms of service.