Himalayas Scraper - Remote Jobs, Salaries & Companies avatar

Himalayas Scraper - Remote Jobs, Salaries & Companies

Pricing

from $1.65 / 1,000 remote jobs

Go to Apify Store
Himalayas Scraper - Remote Jobs, Salaries & Companies

Himalayas Scraper - Remote Jobs, Salaries & Companies

Scrape remote jobs from Himalayas: title, company, salary range, seniority, categories, location and timezone restrictions, description and apply URL. Search by keyword or browse the latest. No login, no key. Export JSON, CSV, Excel. Independent tool, not affiliated with Himalayas.

Pricing

from $1.65 / 1,000 remote jobs

Rating

0.0

(0)

Developer

Scrape Sage

Scrape Sage

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Disclaimer: This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Himalayas or any of its subsidiaries. All trademarks mentioned are the property of their respective owners. "Himalayas" is referenced only to describe the publicly available website this Actor collects data from.

Scrape remote jobs from Himalayas via its public API: title, company, salary range, seniority, categories, location & timezone restrictions, full description and the apply URL. Search by keyword or browse the latest - clean JSON, CSV or Excel. No login, no API key, no browser.

Why this actor exists (demand): the Himalayas niche draws ~167 monthly users on Apify Store across a fragmented field of scrapers. This actor reads the site's own JSON API directly, so it is fast and reliable, and returns a rich, lead-ready record for job seekers, recruiters, job-board aggregators and salary-data researchers.

What you can scrape

  • Search remote jobs by keyword - python, product designer, devops, sales, anything.
  • Browse the latest remote jobs across all categories (leave the search blank).
  • Multiple searches in one run - pass several keywords.

Each job returns: title, company, companyLogo, employmentType (Full Time / Contractor / …), seniority, minSalary / maxSalary / salaryCurrency / salaryPeriod (when disclosed), categories, parentCategories, locationRestrictions, timezoneRestrictions, excerpt, description, publishedAt, expiryDate, applyUrl, url.

Example input

Remote software jobs:

{ "searchQueries": ["software engineer", "backend developer"], "maxResults": 100 }

The latest remote jobs across every category:

{ "searchQueries": [""], "maxResults": 100 }

Use with AI assistants (MCP)

This actor is available through the Apify MCP server, so assistants like Claude can pull "the latest remote Python jobs with salaries" as structured, ready-to-use data.

Agent-ready: autonomous payments (x402 & Skyfire)

This actor is agent-ready - AI agents can discover it, run it, and pay for it autonomously, with no Apify account and no human in the loop. It uses pay-per-event pricing and limited permissions, so it qualifies for Apify's agentic-payment standards:

  • x402 - an open, HTTP-native payment protocol. Agents pay per run in USDC on the Base network directly through the Apify MCP server - no account, no API key.
  • Skyfire - agent-to-service payments for fully autonomous AI-agent workflows.

Building a job-board aggregator, recruiting tool, or autonomous data pipeline? This scraper is ready to plug in and pay as it goes.

Pricing

Pay-per-event, tiered by volume: $0.003 per job at the free tier, dropping to $0.00075 at the top tier. You pay only for jobs actually returned.

Automate & schedule

Run this Actor on autopilot and pull results into your own stack:

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' });
const run = await client.actor('scrapesage/himalayas-scraper').call({
"searchQueries": [
"software engineer"
],
"maxResults": 50
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(`Got ${items.length} records`);

Integrate with any app

Connect the dataset to thousands of apps - no code required:

  • Make - multi-step automation scenarios.
  • Zapier - push new records straight into your CRM or spreadsheet.
  • Slack - get notified when a scheduled run finds something new.
  • Google Drive / Sheets - auto-export every run to a spreadsheet.
  • Airbyte - pipe results into your data warehouse.
  • GitHub - trigger runs from commits or releases.

More scrapers from scrapesage

Related Actors in the same category:

FAQ

Where does the data come from? Himalayas' own public jobs API (himalayas.app/jobs/api). No private API, no login.

Why is salary sometimes empty? Many remote posts do not publish a salary; those fields are null (not zero) when Himalayas has no figure.


This is an independent scraper for publicly available data. It is not affiliated with, endorsed by, or sponsored by Himalayas. "Himalayas" is a trademark of its respective owner, used here for descriptive purposes only. Use the data in compliance with the source's terms and applicable law.

Disclaimer

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Himalayas or any of its subsidiaries. All trademarks mentioned are the property of their respective owners.

"Himalayas" and any related marks are the property of their respective owners and are used here only in a descriptive, nominative sense - to identify the publicly accessible website from which this Actor collects data. This Actor is not an official Himalayas product, is not authorised or certified by Himalayas, and does not distribute Himalayas software. It collects only publicly available information; you are responsible for ensuring your use of that data complies with applicable laws, regulations and the terms of the source website.

Need help?

Open an issue on the Actor's Issues tab, or visit the Apify help center. Feature requests are welcome - this Actor is actively maintained.