Himalayas Remote Jobs Scraper
Pricing
$4.00 / 1,000 job scrapeds
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Extract remote job listings from Himalayas.app — 99,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:
| Field | Example |
|---|---|
title | Network Engineer Senior |
companyName / companySlug / companyLogo | Peraton |
minSalary / maxSalary / currency / salaryPeriod | 86499 / 138399 / USD / annual |
salaryText (computed) | USD 86,499 – USD 138,399 per year |
seniority | ["Senior"] |
employmentType | Full Time |
categories / parentCategories | ["DevOps", "Cloud-Engineering"] |
locationRestrictions / timezoneRestrictions | ["United States"] / [-8, -7, -6] |
applicationLink | direct apply URL |
pubDate / expiryDate | Unix 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
| Field | Type | Default | Description |
|---|---|---|---|
maxItems | integer | 100 | How many jobs to collect in total. |
search | string | "" | Keyword filter, matched in title and description, case-insensitive. |
categories | array | [] | Keep only jobs matching at least one category. |
minSalaryFrom | integer | 0 | Drop jobs paying below this threshold. |
includeDescription | boolean | true | Set 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.