Working Nomads Scraper
Pricing
from $19.00 / 1,000 results
Working Nomads Scraper
Export remote jobs from Working Nomads: title, company, category, tags, and locations. Download as CSV, Excel, JSON, or XML.
Pricing
from $19.00 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
5
Total users
0
Monthly active users
6 days ago
Last modified
Categories
Share
Working Nomads Scraper
Scrape remote job listings from Working Nomads by category or tag, up to a million per run. Each listing returns the job title, company, category, tags, location, and posting date. Export to CSV, JSON, Excel, or XML.
Working Nomads curates remote jobs across development, marketing, design, and management, but manually checking the site for new listings is slow. This Actor reads the public job feed directly, filters by category or tag as each listing is read, and returns every match in one flat schema. No API key or browser setup required.
| Who uses it | What they scrape Working Nomads for |
|---|---|
| Job seekers | Build a personal feed of remote openings matching their exact tech stack. |
| Recruiters | Monitor new remote listings to source candidates for hard-to-fill roles. |
| Market analysts | Track which remote job categories and skills are growing week over week. |
| Job board operators | Aggregate Working Nomads listings into a larger remote-work dataset. |
What it does
This Actor collects remote job listings from Working Nomads filtered by category or tag, and returns each one as a flat row.
- π·οΈ Filter by tag: narrow results to a specific skill or technology, such as javascript, react, or devops.
- π Filter by category: target a broad job family like Development, Marketing, or Design with a substring match.
- π Volume control: set a hard cap from 1 to 1,000,000 listings so runs stay predictable.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with Working Nomads data
π Build a personal job alert feed.
A developer runs the Actor daily with the tag 'python' and maxItems 50, then pushes new listings to a Slack channel so they never miss a relevant remote opening.
π Track remote hiring trends.
A market analyst scrapes all Development listings each week, groups them by tag, and reports which skills are gaining or losing demand in the remote market.
π’ Source candidates for niche roles.
A recruiter filters by the 'devops' tag and scans the company and title fields to find organizations hiring for infrastructure roles, then reaches out to passive candidates.
ποΈ Power a meta job board.
A job board operator runs the Actor alongside scrapers for other remote boards, de-duplicates the combined feed, and publishes a single searchable index of remote work.
Why choose this scraper
| What you get | |
|---|---|
| No API key | Reads the public Working Nomads feed directly with no registration or token. |
| Fixed flat schema | Every listing arrives with the same columns, ready for a database or spreadsheet. |
| Substring filters | Match partial category or tag names so you do not need exact strings. |
| Predictable runs | A hard maxItems cap keeps run duration and data volume under your control. |
How it compares
This Actor focuses on fast, filter-driven extraction from Working Nomads with a simple input schema, while other actors bundle multiple boards or offer different filtering approaches.
| Feature | ParseForge | Working Nomads Jobs Scraper (1 users) | Working Nomads Jobs Scraper (4 users) | Remote Jobs Aggregator - 5 Job Boards in One |
|---|---|---|---|---|
| Filter by category substring | Yes | Not listed | Yes | Not listed |
| Filter by tag substring | Yes | Not listed | Not listed | Not listed |
| Hard max items cap | Yes | Not listed | Not listed | Not listed |
| Full description HTML or text | Not listed | Yes | Yes | Not listed |
| Multi-board aggregation | Not listed | Not listed | Not listed | Yes |
| Filter by location | Not listed | Not listed | Yes | Not listed |
Configure the run
Drive the Actor with a category substring, a tag substring, and a maximum item count, alone or together, and filters run as each listing is read so only matches reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{"maxItems": 10}
A larger pull:
{"maxItems": 200}
Pricing
Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $2.10 |
| 1,000 results | $21.00 |
| 10,000 results | $210.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the Working Nomads Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to Working Nomads through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/workingnomads-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check that your category or tag substring matches listings on Working Nomads. Try running without any filters first to confirm the site is reachable, then narrow down with a short, common tag like 'javascript'.
The run stopped before reaching my maxItems limit.
The Actor stops when it exhausts the available listings that match your filters. If Working Nomads has fewer matching jobs than your maxItems value, the run ends early. This is expected behavior.
My tag filter is not returning the jobs I expect.
The filter uses a substring match. A tag like 'react' will also match 'react-native'. If you need an exact match, post-process the dataset after the run or try a more specific substring.
The Actor is timing out.
Lower your maxItems value or increase the run timeout in the Actor's advanced settings. Very large runs may need more time, but the Actor is designed to be efficient per listing.
Some fields are empty in the output.
Working Nomads does not always populate every field for every listing. If a company or location is missing from the source, that field will be empty in your dataset.
FAQ
| Question | Answer |
|---|---|
| Do I need a Working Nomads account or API key? | No. The Actor reads the public job listings directly from the Working Nomads website. No login, API key, or registration is required. |
| How do I filter by a specific programming language? | Use the tag input field. Enter a substring like 'javascript', 'python', or 'react' and the Actor will return only listings whose tags contain that string. |
| Can I scrape all listings without any filter? | Yes. Leave both the category and tag fields empty and set maxItems to the number you want. The Actor will return the most recent listings up to that count. |
| What does the category filter match against? | It performs a case-insensitive substring match against the category name shown on Working Nomads, such as 'Development', 'Marketing', or 'Design'. |
| How many listings can I collect in one run? | You can set maxItems anywhere from 1 to 1,000,000. The Actor stops as soon as it reaches your limit, so runs stay predictable. |
| What output formats are supported? | You can export your dataset to CSV, JSON, Excel, or XML directly from the Apify platform, or push it to a cloud storage integration. |
| Does this Actor handle pagination automatically? | Yes. It follows the Working Nomads listing pages automatically until it reaches your maxItems limit or runs out of available listings. |
| Can I schedule this Actor to run daily? | Yes. Use Apify's built-in scheduler to run the Actor on a cron schedule, such as every morning, and have fresh listings waiting in your dataset. |
| Is the data returned in real time? | The Actor reads the live Working Nomads website on each run, so you get the listings that are available at that moment. |
| Can I combine this with other remote job scrapers? | Yes. Many users run this Actor alongside scrapers for other remote job boards and merge the datasets to build a complete remote work feed. |
Related actors
Browse the full ParseForge collection for more scrapers.
π Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
β οΈ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Working Nomads. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
