We Work Remotely Jobs Scraper
Pricing
$1.00 / 1,000 job scrapeds
We Work Remotely Jobs Scraper
Scrapes remote job listings from We Work Remotely category feeds and exports structured job title, company, region, category, salary, description and apply-link data.
Pricing
$1.00 / 1,000 job scrapeds
Rating
5.0
(1)
Developer
Ahmed Ashraf
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
4 hours ago
Last modified
Categories
Share
Scrapes remote job listings from We Work Remotely's category RSS feeds and exports structured data: job title, company, region, category, headquarters, salary range, full description text, and a direct apply link. Built for recruiters, remote job board operators, and anyone tracking remote hiring trends who needs clean listing data without parsing RSS/XML themselves.
Why this scraper
- Covers the same core fields as other WWR scrapers on the market — title, company, salary, location, category, full description — at $0.001 per job, roughly a quarter to a fifth of what comparable scrapers charge per result.
- Reads from We Work Remotely's public RSS feeds, which require no login, no JavaScript rendering, and no bot-challenge handling, so runs are simple and consistent.
- No personal data collected — only public job posting content and company information.
Output fields
| Field | Type | Description |
|---|---|---|
| job_title | string | Job title as posted |
| company_name | string | Hiring company name |
| region | string | Allowed work region, e.g. "Anywhere in the World" |
| category | string | WWR job category, e.g. Full-Stack Programming |
| headquarters | string | Company headquarters location as listed in the posting |
| description_text | string | Plain-text job description with HTML tags stripped |
| salary_min | number | Minimum salary if a range is stated in the posting (null if not stated) |
| salary_max | number | Maximum salary if a range is stated in the posting (null if not stated) |
| posted_at | string | Publication date/time of the listing (ISO 8601) |
| job_url | string | Direct URL to the job posting on weworkremotely.com |
| source | string | Source site name, always "weworkremotely.com" |
Input
{"startUrls": [{ "url": "https://weworkremotely.com/categories/remote-programming-jobs.rss" }],"maxItems": 50}
Output
{"job_title": "Manager, Sales Strategy & Planning","company_name": "Airtable","region": "Anywhere in the World","category": "Full-Stack Programming","headquarters": "Remote - US","description_text": "Headquarters: Remote - US Airtable is the no-code app platform that empowers people closest to the work to accelerate their most critical business processes... [full plain-text job description, HTML stripped] ...To apply: https://weworkremotely.com/remote-jobs/airtable-manager-sales-strategy-planning","salary_min": null,"salary_max": null,"posted_at": "2026-07-22T07:01:32+00:00","job_url": "https://weworkremotely.com/remote-jobs/airtable-manager-sales-strategy-planning","source": "weworkremotely.com"}
Pricing
Pay per result: $0.001 per job scraped, charged once per job listing item extracted. A run pulling 50 listings from one category feed costs about $0.05.
Use cases
- Feeding a remote-job aggregator or newsletter with fresh listings from a specific WWR category (e.g. programming, design, customer support) on a schedule.
- Sales lead generation for recruiting or HR tech vendors, using company_name and headquarters to build outreach lists of companies actively hiring remote.
- Tracking remote salary ranges by category over time using salary_min/salary_max and posted_at across repeated runs.