We Work Remotely Jobs Scraper avatar

We Work Remotely Jobs Scraper

Pricing

$1.00 / 1,000 job scrapeds

Go to Apify Store
We Work Remotely Jobs Scraper

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

Ahmed Ashraf

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 hours ago

Last modified

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

FieldTypeDescription
job_titlestringJob title as posted
company_namestringHiring company name
regionstringAllowed work region, e.g. "Anywhere in the World"
categorystringWWR job category, e.g. Full-Stack Programming
headquartersstringCompany headquarters location as listed in the posting
description_textstringPlain-text job description with HTML tags stripped
salary_minnumberMinimum salary if a range is stated in the posting (null if not stated)
salary_maxnumberMaximum salary if a range is stated in the posting (null if not stated)
posted_atstringPublication date/time of the listing (ISO 8601)
job_urlstringDirect URL to the job posting on weworkremotely.com
sourcestringSource 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.