Working Nomads Jobs Scraper
Pricing
from $3.00 / 1,000 results
Working Nomads Jobs Scraper
Scrape remote job listings from the Working Nomads public API. Browse all remote jobs or filter by category. Extracts title, company, location, category, tags, description, and apply URLs.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Scrape remote job listings from the Working Nomads public API — one of the most trusted sources for remote work opportunities. Browse all remote jobs or filter by category, keyword, and location to find exactly what you need.
What You Get
Each scraped job record includes:
| Field | Description |
|---|---|
title | Job position title |
company | Employer name |
category | Job category (Development, Design, Marketing, etc.) |
tags | Skills and keyword tags |
location | Geographic region (Worldwide, USA, Europe, etc.) |
pubDate | ISO timestamp when job was published |
description | Full job description (HTML stripped, up to 3,000 chars) |
url | Link to job posting on Working Nomads |
applyUrl | Application link |
sourceUrl | Source website URL |
recordType | Always "job" |
scrapedAt | UTC timestamp of scrape |
Input Options
Mode (required)
| Mode | Description |
|---|---|
browse | Retrieve all available remote jobs with optional category filter |
search | Filter jobs by keyword (searches title, description, tags, and company) |
Filters
| Parameter | Type | Description |
|---|---|---|
query | string | Keyword to search (e.g. python, react, marketing) |
category | select | Filter by job category (Development, Design, Marketing, etc.) |
maxItems | integer | Max records to return (1–10,000, default: 100) |
Available Categories
| Category | Slug |
|---|---|
| Administration | administration |
| Consulting | consulting |
| Customer Success | customer-success |
| Development | development |
| Design | design |
| Education | education |
| Finance | finance |
| Legal | legal |
| Healthcare | healthcare |
| Human Resources | human-resources |
| Management | management |
| Marketing | marketing |
| Sales | sales |
| System Administration | system-administration |
| Writing | writing |
Example Inputs
Browse all Development jobs:
{"mode": "browse","category": "development","maxItems": 50}
Search for React developer positions:
{"mode": "search","query": "react","maxItems": 25}
Browse all remote jobs:
{"mode": "browse","maxItems": 100}
Search for Python jobs in Development:
{"mode": "search","query": "python","category": "development","maxItems": 30}
Use Cases
- Job aggregation: Build a remote job board or newsletter
- Career tools: Power job matching and recommendation engines
- Market research: Track remote hiring trends by category
- Recruitment analytics: Monitor which skills are most in-demand for remote roles
- Automation: Set up job alert systems with daily scrape runs
FAQ
What data source does this actor use? This actor uses the Working Nomads public API — a free, open endpoint with no authentication required.
Does it require a proxy or credentials? No. The Working Nomads API is fully open and works without any credentials, cookies, or proxy configuration.
How current is the data? Jobs are fetched live from the Working Nomads API at the time of each run. New jobs appear within hours of posting.
Can I search by keyword?
Yes. Use mode=search with a query parameter. Keyword matching is applied across title, description, tags, and company name.
Does the category filter work server-side?
Yes. The category parameter is passed directly to the Working Nomads API for server-side filtering, with additional client-side filtering applied for accuracy.
How many jobs are available? Working Nomads typically lists dozens to hundreds of fresh remote jobs at any time across all categories.