Working Nomads Jobs Scraper
Pricing
$19.99/month + usage
Go to Apify Store

Working Nomads Jobs Scraper
Scrape remote job listings from Working Nomads by providing a search URL, with automatic pagination and comprehensive job information extraction.
Pricing
$19.99/month + usage
Rating
5.0
(1)
Developer

PowerAI
Maintained by Community
Actor stats
1
Bookmarked
3
Total users
2
Monthly active users
4 hours ago
Last modified
Categories
Share
💼 Working Nomads Jobs Scraper
This actor allows you to scrape remote job listings from Working Nomads by providing a search URL. It automatically handles pagination and extracts comprehensive job information including company details, job categories, locations, salary information, and job tags.
Features
- URL-based Scraping: Extract job listings by providing a complete Working Nomads search URL
- Automatic Pagination: Automatically loads more jobs until reaching the end or max items limit
- Comprehensive Job Data: Extract detailed information about each job listing including:
- Job title and detail URL
- Company name
- Job category
- Posting date
- Location information
- Job type (Contract, Full-time, etc.)
- Salary information
- Job tags
- Featured/promoted status
- Bookmarked status
- Remote Job Focus: Specialized for remote work opportunities
- Category Filtering: Extract jobs by specific categories and tags
Input Parameters
| Field | Type | Required | Description |
|---|---|---|---|
searchUrl | string | Yes | Complete Working Nomads search URL to scrape |
maxItems | integer | No | Maximum number of jobs to fetch |
proxyConfiguration | object | No | Proxy settings for the actor |
Output
The output is a main list of job objects, each containing:
searchUrl: The original search URL usedjobId: Unique identifier for the jobtitle: Job titledetailUrl: URL to the full job listing pagecompany: Company namecategory: Job category (e.g., Development, Design, Marketing)date: Posting date or "Featured" statuslocation: Job location or remote work regiontype: Job type (Contract, Full-time, Part-time, etc.)salary: Salary information if availabletags: Array of job tagspromoted: Whether the job is featured/promotedbookmarked: Whether the job is bookmarkedscrapedAt: Timestamp of when the job was scraped
Example output:
[{"searchUrl": "https://www.workingnomads.com/jobs?tag=ai","jobId": "1255168","title": "Senior Python AI Engineer","detailUrl": "https://www.workingnomads.com/jobs/senior-backend-developer-python-proxify-1255168","company": "Proxify","category": "Development","date": "Featured","location": "EMEA, CET +/- 3 hours","type": "Contract","salary": "","tags": ["python","llm","architecture"],"promoted": true,"bookmarked": false,"scrapedAt": "2025-11-20T05:07:59.951Z"},...]
Use Cases
- Remote job market research
- Job opportunity tracking
- Salary trend analysis
- Company hiring pattern analysis
- Job category and tag analysis
- Remote work market insights
Notes
- Results are automatically paginated until reaching the end or max items limit
- Featured jobs are clearly marked in the output
- Job tags help identify specific skills and technologies
- Location information includes remote work regions and time zones