# Worldwide Remote Jobs Scraper - Jobs Open to Your Country (`yash_harkawat/remote-jobs-eligibility-aggregator`) Actor

Remote jobs scraper and API: 8 remote job boards in one run (RemoteOK, We Work Remotely, Himalayas, Remotive, Jobicy, Working Nomads, Arbeitnow, HN Who is hiring), de-duplicated, with a verdict on every job - can you apply from your country, or is it US/EU-only? No login, no proxies.

- **URL**: https://apify.com/yash\_harkawat/remote-jobs-eligibility-aggregator.md
- **Developed by:** [Yash harkawat](https://apify.com/yash_harkawat) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 job returneds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Worldwide Remote Jobs Scraper - find remote jobs you can apply to from your country

**Most "remote" jobs are not remote for you.** They are US-only, EU-only, or locked to a timezone, and you find that
out after reading the whole posting. This Actor reads **8 remote job boards in one run**, removes duplicates, and tells
you for every job whether someone living in **your country** can actually apply - with the exact words from the posting
as proof.

Use it as a **remote jobs API**, a **work-from-anywhere job feed**, or an **MCP tool for AI agents**. No login, no
cookies, no proxies, no API keys.

### What does the Worldwide Remote Jobs Scraper do?

1. Collects fresh postings from Himalayas, RemoteOK, We Work Remotely, Remotive, Jobicy, Arbeitnow, Working Nomads and
   the latest Hacker News "Who is hiring?" thread (about 900 jobs per run).
2. Merges the same job posted on several boards into one row (`alsoOn` lists the other boards).
3. Labels each job for the candidate's country:

| `eligibility` | Meaning |
|---|---|
| `country` | The posting names your country (for example "India, Philippines") |
| `region` | It names a region that includes your country: APAC, EMEA, LATAM, Europe, Asia, Africa ... |
| `worldwide` | "Anywhere in the world", "Worldwide", "work from anywhere", "we hire globally" |
| `unclear` | No location restriction stated - worth a look |
| `restricted` | Limited to somewhere else: another country or region, "must be authorized to work in the US", a timezone window that excludes you, or a local-hire marker such as `(m/w/d)` |

4. Adds `eligibilityReason`, a one-line quote of the evidence, so you can verify any verdict in a second:
   `Location lists APAC, which includes India: "Europe, LATAM, APAC, the U.S., Canada"`.

### Who is it for?

- **Job seekers outside the US and EU** - India, Pakistan, Bangladesh, Philippines, Indonesia, Vietnam, Nigeria, Kenya,
  South Africa, Egypt, Brazil, Argentina, Colombia, Mexico, Turkey, Ukraine and 90+ more countries.
- **Newsletters, Telegram / Discord / WhatsApp job bots** that publish "remote jobs open to \[country]".
- **Recruiters and talent platforms** looking for companies that hire globally.
- **AI agents and LLM apps** that need clean, structured, pre-filtered remote job data in one call.

### How do I find remote jobs open to my country?

Set `candidateCountry`, add your keywords, and run. Example input for a React / Node.js developer in India:

```json
{
  "candidateCountry": "India",
  "keywords": ["react", "node", "full stack"],
  "excludeKeywords": ["staff", "principal", "manager"],
  "eligibility": "eligible_and_unclear",
  "maxYearsRequired": 5,
  "postedWithinDays": 14
}
```

Other examples: `"candidateCountry": "Nigeria", "keywords": ["python", "django"]` ·
`"candidateCountry": "Brazil", "keywords": ["product designer"]` ·
`"candidateCountry": "Philippines", "keywords": ["customer support", "virtual assistant"]`.

### Input

| Field | What it does |
|---|---|
| `candidateCountry` | Where the candidate lives. 110+ countries recognised; 45 with region and timezone data. Default `India`. |
| `keywords` | Keep jobs containing ANY of these (title, tags, description). Empty = all jobs. |
| `titleMustMatch` | Stricter: the keyword must be in the job title. |
| `excludeKeywords` | Drop jobs whose title contains any of these (`senior`, `staff`, `manager` ...). |
| `eligibility` | `eligible` (can apply) · `eligible_and_unclear` (default) · `all` (everything, labelled). |
| `maxYearsRequired` | Drop jobs asking for more than N years of experience. Jobs that state no number are kept. |
| `postedWithinDays` | Default 14. |
| `sources` | Choose boards. Default: all 8. |
| `maxItems` | Cap on returned rows. **You pay only for rows returned.** |
| `includeDescription` | Add the plain-text job description. |

### Output

One row per unique job, sorted best-first: `country`, `region`, `worldwide`, `unclear`, `restricted`; newest first
inside each group. Export as JSON, CSV, Excel or via the Apify API.

```json
{
  "eligibility": "region",
  "eligibilityReason": "Location lists APAC, which includes India: \"Europe, LATAM, APAC, the U.S., Canada\"",
  "title": "Senior Java & React Developer",
  "company": "Lemon.io",
  "locationRaw": "Europe, LATAM, APAC, the U.S., Canada",
  "salary": null,
  "minYears": 4,
  "employmentType": null,
  "tags": ["Development", "java", "react"],
  "postedAt": "2026-09-18T10:02:11.000Z",
  "source": "workingnomads",
  "alsoOn": ["remotive"],
  "url": "https://www.workingnomads.com/jobs/...",
  "applyUrl": "https://www.workingnomads.com/jobs/...",
  "contactEmail": null,
  "candidateCountry": "India"
}
```

A `SUMMARY` record in the key-value store reports per-board counts and how many jobs were filtered out and why
(too old, keyword, too many years, duplicate, restricted).

### How much does it cost to scrape remote jobs?

**$2 per 1,000 jobs returned** (pay per event), platform usage included. Jobs that are filtered out - restricted,
duplicate, off-keyword - are never charged. A typical filtered run returns 15 to 60 jobs, so it costs **3 to 12 cents**.
A run reads about 900 postings and finishes in under 30 seconds.

### Use it as an MCP tool for AI agents (Claude, ChatGPT, Cursor)

Add the Actor through the [Apify MCP server](https://mcp.apify.com) and ask:
*"Find remote React jobs I can apply to from India, posted this week, under 5 years of experience."*
The agent gets a small, clean JSON list with a verdict and a quoted reason on every row - no HTML, no pagination, no
need to read 900 postings with an LLM.

### Schedule it: a daily remote job alert for your country

Create a Task with your input, schedule it daily, and connect the dataset to Slack, Telegram, Google Sheets, Make, Zapier
or n8n through Apify integrations or a webhook.

### FAQ

#### What does "worldwide remote job" mean?

A job whose posting says it can be done from any country: "Anywhere in the world", "Worldwide", "work from anywhere",
"we hire globally". This Actor labels those `worldwide`. A job that simply says "Remote" without naming a place is
labelled `unclear`, not worldwide, because many of those turn out to be US-only.

#### Which remote job boards does it cover?

Himalayas, RemoteOK, We Work Remotely, Remotive, Jobicy, Arbeitnow, Working Nomads and the monthly Hacker News
"Ask HN: Who is hiring?" thread (remote posts only, job-seeker comments removed).

#### How is this different from other remote jobs scrapers?

Other aggregators return every remote job and leave the location text for you to read. This one answers the question a
job seeker outside the US or EU actually has - *can I apply to this from my country?* - and shows the evidence.

#### How does it know a job is US-only or EU-only?

It reads the board's structured location field first ("USA Only", "Europe, LATAM"), then phrases in the description
("must be authorized to work in the United States", "EU residents only"), timezone rules ("within 3 hours of EST",
"CET +/- 3 hours") and local-hire markers like `(m/w/d)`. The matched text is returned in `eligibilityReason`.

#### Does it need a login, cookies, proxies or an API key?

No. Every source is a public JSON or RSS feed the job board publishes for reuse.

#### How fresh are the jobs?

The boards expose their most recent few hundred postings, so this is a fresh-jobs monitor (last 1 to 30 days), not a
historical archive. Run it daily for alerts.

#### Is it legal to scrape remote job boards?

The Actor reads public feeds that the boards publish for syndication and collects no personal data beyond what a
posting itself contains. Respect each board's terms: link back to the original posting (`url` is on every row) and do
not republish the listings as your own job board.

#### Can I get only jobs with a salary, or only contract jobs?

`salary` and `employmentType` are on every row when the board provides them; filter the dataset on those fields.

### Limits, honestly

The verdict comes from what the posting says. Some `unclear` jobs will turn out to be restricted once you talk to the
company, and a posting can be wrong about itself. If a board is down, the run continues with the others and says so in
the log and in `SUMMARY`. Found a wrong verdict? Open an issue with the job URL and it gets fixed.

### Source code and running it

- Run it on Apify: https://apify.com/yash\_harkawat/remote-jobs-eligibility-aggregator
- Source code and issues: https://github.com/yashharkawat/remote-jobs-eligibility-aggregator

# Actor input Schema

## `candidateCountry` (type: `string`):

Where the candidate lives and will work from. Each job is labelled against this country: worldwide, open to your country/region, restricted elsewhere, or unclear.

## `keywords` (type: `array`):

Keep a job if its title, tags or description contains ANY of these. Leave empty for all jobs.

## `titleMustMatch` (type: `boolean`):

Stricter: the keyword has to be in the job title, not only in the description.

## `excludeKeywords` (type: `array`):

Drop a job if its TITLE contains any of these (e.g. senior, staff, principal, manager).

## `eligibility` (type: `string`):

'eligible' = worldwide + open to your country or region. 'eligible\_and\_unclear' also keeps jobs that do not state a restriction. 'all' returns everything, labelled.

## `maxYearsRequired` (type: `integer`):

Drop jobs whose description asks for more than this many years. Jobs that state no number are kept. Leave empty to disable.

## `postedWithinDays` (type: `integer`):

Only jobs published in the last N days.

## `sources` (type: `array`):

Which open feeds to read. All are public JSON/RSS endpoints: no login, no cookies, no proxy needed.

## `maxItems` (type: `integer`):

Hard cap on rows pushed to the dataset (you are only charged for rows returned).

## `includeDescription` (type: `boolean`):

Adds the plain-text job description to every row (bigger output).

## Actor input object example

```json
{
  "candidateCountry": "India",
  "keywords": [
    "react",
    "node",
    "full stack"
  ],
  "titleMustMatch": false,
  "eligibility": "eligible_and_unclear",
  "postedWithinDays": 14,
  "sources": [
    "himalayas",
    "remoteok",
    "weworkremotely",
    "remotive",
    "jobicy",
    "arbeitnow",
    "workingnomads",
    "hackernews"
  ],
  "maxItems": 200,
  "includeDescription": false
}
```

# Actor output Schema

## `jobs` (type: `string`):

No description

## `summary` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "candidateCountry": "India",
    "keywords": [
        "react",
        "node",
        "full stack"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("yash_harkawat/remote-jobs-eligibility-aggregator").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "candidateCountry": "India",
    "keywords": [
        "react",
        "node",
        "full stack",
    ],
}

# Run the Actor and wait for it to finish
run = client.actor("yash_harkawat/remote-jobs-eligibility-aggregator").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "candidateCountry": "India",
  "keywords": [
    "react",
    "node",
    "full stack"
  ]
}' |
apify call yash_harkawat/remote-jobs-eligibility-aggregator --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,yash_harkawat/remote-jobs-eligibility-aggregator"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/BtnaWeAoPqzW9jVnw/builds/A9gRkFISGsI1kOLZV/openapi.json
