We Work Remotely Jobs Scraper
Pricing
from $2.00 / 1,000 results
Go to Apify Store
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
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
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
- Enter one or more Categories (defaults to
remote-programming-jobs) - Set Max Items Per Category (
0= all available in the feed) - Run the actor — results land in the Dataset tab
- 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
| Slug | Description |
|---|---|
remote-programming-jobs | All programming roles |
remote-full-stack-programming-jobs | Full-stack roles |
remote-back-end-programming-jobs | Back-end roles |
remote-front-end-programming-jobs | Front-end roles |
remote-design-jobs | Design & UX |
remote-customer-support-jobs | Customer support |
remote-sales-and-marketing-jobs | Sales & marketing |
remote-product-jobs | Product management |
remote-devops-sysadmin-jobs | DevOps & sysadmin |
remote-management-and-finance-jobs | Management & finance |
all-other-remote-jobs | Everything 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
| Field | Default | Description |
|---|---|---|
| Categories | ["remote-programming-jobs"] | Category slugs to scrape, one record per job |
| Max Items Per Category | 0 | Maximum 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
regionfield 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