Himalayas Remote Jobs Scraper avatar

Himalayas Remote Jobs Scraper

Pricing

$4.00 / 1,000 job scrapeds

Go to Apify Store
Himalayas Remote Jobs Scraper

Himalayas Remote Jobs Scraper

Scrape remote job listings from Himalayas.app — titles, companies, salaries, seniority, categories and application links. Filter by keyword, category and minimum salary. Clean JSON, failed runs are not billed.

Pricing

$4.00 / 1,000 job scrapeds

Rating

0.0

(0)

Developer

Antony Zaikin

Antony Zaikin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Extract remote job listings from Himalayas.app99,000+ open remote positions with salary ranges, company data and direct application links. Clean JSON, one record per job, no browser automation and no proxies needed.

Who this is for

  • Recruiters and sourcers — track who is hiring remotely, at what salary, in which timezones.
  • Job boards and aggregators — fill your listings with fresh remote roles.
  • Market researchers — build salary benchmarks by seniority, category and region.
  • Lead generation — companies that hire remotely are companies that buy remote tooling.

What you get

Every record carries the full source payload — 21 fields — plus two computed ones:

FieldExample
titleNetwork Engineer Senior
companyName / companySlug / companyLogoPeraton
minSalary / maxSalary / currency / salaryPeriod86499 / 138399 / USD / annual
salaryText (computed)USD 86,499 – USD 138,399 per year
seniority["Senior"]
employmentTypeFull Time
categories / parentCategories["DevOps", "Cloud-Engineering"]
locationRestrictions / timezoneRestrictions["United States"] / [-8, -7, -6]
applicationLinkdirect apply URL
pubDate / expiryDateUnix timestamps in seconds
scrapedAt (computed)ISO timestamp of collection

salaryText collapses to a single value when min equals max (USD 85 per hour) and is null when the listing has no salary data — no invented numbers.

Input

FieldTypeDefaultDescription
maxItemsinteger100How many jobs to collect in total.
searchstring""Keyword filter, matched in title and description, case-insensitive.
categoriesarray[]Keep only jobs matching at least one category.
minSalaryFrominteger0Drop jobs paying below this threshold.
includeDescriptionbooleantrueSet to false for compact records without full job text.

Example input

{
"maxItems": 200,
"search": "engineer",
"minSalaryFrom": 90000,
"includeDescription": false
}

Pricing

$0.004 per job scraped. No subscription, no monthly minimum.

  • You pay only for records actually written to the dataset.
  • Failed runs are not billed — if the source is down, you owe nothing.
  • Filtered-out jobs cost nothing: charging happens after a record is saved.

Notes

  • Uses the source's public JSON API over plain HTTP — no headless browser, which is why it is fast and cheap to run.
  • Retries with exponential back-off on network errors; a single failed page never kills the run.
  • Stops on maxItems, on an empty page, or on a hard page limit — it cannot loop forever.

Found a bug or need another source? Write to hi@rocketapi.store — see rocketapi.store.