We Work Remotely Jobs Scraper avatar

We Work Remotely Jobs Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
We Work Remotely Jobs Scraper

We Work Remotely Jobs Scraper

Scrape remote job listings from We Work Remotely by category — title, company, region, category, and full job description.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Scrape live remote job listings from We Work Remotely — pick one or more categories and pull the full feed in a single run.

What you get

  • Job title and direct link to the listing
  • Company name (parsed from the title)
  • Region — the geography the role is open to (e.g. "Anywhere in the World", "USA Only", "Europe")
  • Category — the role classification on We Work Remotely
  • Published date — when the job was posted
  • Full description — both raw HTML and a cleaned plain-text version
  • Multi-category support — scrape several categories in one run

Use cases

  • Job board aggregation — feed remote-only listings into your own product, Slack channel, or newsletter
  • Recruiter sourcing — track which companies are hiring remotely in specific functions
  • Market research — analyse remote hiring trends, geographies, and categories
  • Lead generation — identify companies actively scaling remote teams
  • AI training data — collect structured job descriptions for resume-matching or recommendation models

How to use

  1. Enter one or more Categories (defaults to remote-programming-jobs)
  2. Set Max Items Per Category (0 = all available in the feed)
  3. Run the actor — results land in the Dataset tab
  4. Export to JSON, CSV, Excel, or Google Sheets directly from the Apify console

Scrape programming jobs

{
"categories": ["remote-programming-jobs"]
}

Scrape multiple categories at once

{
"categories": [
"remote-design-jobs",
"remote-product-jobs",
"remote-devops-sysadmin-jobs"
],
"maxItemsPerCategory": 50
}

Available categories

SlugDescription
remote-programming-jobsAll programming roles
remote-full-stack-programming-jobsFull-stack roles
remote-back-end-programming-jobsBack-end roles
remote-front-end-programming-jobsFront-end roles
remote-design-jobsDesign & UX
remote-customer-support-jobsCustomer support
remote-sales-and-marketing-jobsSales & marketing
remote-product-jobsProduct management
remote-devops-sysadmin-jobsDevOps & sysadmin
remote-management-and-finance-jobsManagement & finance
all-other-remote-jobsEverything else

Output format

One dataset record per job:

{
"jobTitle": "Full-Stack Developer, AI Applications",
"company": "Titan Ai",
"rawTitle": "Titan Ai: Full-Stack Developer, AI Applications",
"url": "https://weworkremotely.com/remote-jobs/titan-ai-full-stack-developer-ai-applications",
"region": "Anywhere in the World",
"category": "Full-Stack Programming",
"publishedAt": "Mon, 27 Apr 2026 14:32:00 +0000",
"descriptionHtml": "<p><strong>Headquarters:</strong> United States</p><p>Titan is building...</p>",
"descriptionText": "Headquarters: United States Titan is building the AI platform for banking...",
"sourceCategory": "remote-programming-jobs"
}

Parameters

FieldDefaultDescription
Categories["remote-programming-jobs"]Category slugs to scrape, one record per job
Max Items Per Category0Maximum jobs to return per category. 0 = all available in the feed

Notes

  • Each category feed typically contains the most recent 100–200 active listings
  • The region field reflects the geography the role is open to, not the company headquarters — many records say "Anywhere in the World"
  • Description content is provided in both HTML (preserves formatting and links) and plain text (ready for indexing or AI ingestion)
  • One HTTP fetch per category — fast, low-overhead runs