We Work Remotely Scraper
Pricing
from $0.71 / 1,000 results
We Work Remotely Scraper
Scrapes all active remote job listings from weworkremotely.com via public RSS feeds. No proxy required. Returns 400+ unique jobs across 10 categories with company info, skills, region, type, apply URL and more.
Pricing
from $0.71 / 1,000 results
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
1
Bookmarked
6
Total users
1
Monthly active users
19 days ago
Last modified
Categories
Share

Extract job listings from weworkremotely.com at scale, in a clean, consistent structure ready for analysis, job boards, recruiting tools and market research. No API key required.
Why this scraper?
🎯 Built for remote-first companies worldwide
A dedicated remote-work scraper, not a global tool with a country dropdown. Search, locations and currency (USD) are tuned for weworkremotely.com.
📄 Complete job data
Full job title and description, direct listing URL and publish date for every record.
🏢 Company details
Hiring company name plus the profile details the source publishes, such as logo and company page.
🔁 Repost & change detection
Every record carries isRepost and changeStatus, so daily feeds return genuinely new jobs instead of reposted duplicates.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQuery | string | "developer" | Search term to filter jobs (e.g. 'python', 'senior engineer'). Ignored when startUrls is set. |
category | string | (empty) | Filter by job category. Leave empty to get all recent jobs. Ignored when startUrls or keyword is set. |
maxResults | integer | 100 | Maximum number of job listings to return. |
daysOld | integer | 0 | Only return jobs posted within the last N days. Set to 0 to disable (return all). |
skipReposts | boolean | (empty) | Skip jobs already collected in previous runs (90-day cross-run deduplication). |
startUrls | array | (empty) | Optional list of direct URLs to scrape specific pages. When provided, the search filters above are ignored. |
fetchDetails | boolean | false | Fetch full job details from individual listing pages. |
Output schema
Every field below is present on every record. Fields the source does not publish for a given job are returned as null rather than omitted.
| Field | Type | Description |
|---|---|---|
id | string | Unique listing ID from the source. |
title | string | Job title as published. |
company | string | Hiring company name. |
companyUrl | string | Link to the company's page on the source. |
headquarters | string | Headquarters. |
category | string | Job category on the source. |
jobType | string | Job type. |
region | string | Region or state of the position. |
country | string | Country of the position. |
state | string | State. |
skills | array | Skills listed on the posting. |
salaryRaw | string | Salary raw. |
applyUrl | string | Direct application link. |
descriptionHtml | string | Full job description in HTML. |
descriptionText | string | Full job description in plain text. |
descriptionMarkdown | string | Description markdown. |
url | string | Direct link to the listing. |
publishDate | string | Publish date. |
publishDateISO | string | Publish date iso. |
expiresAt | string | Expires at. |
contentHash | string | Stable hash of the listing content, used for repost and change detection. |
source | string | Source. |
scrapedAt | string | Timestamp when this record was scraped. |
isRepost | boolean | true when the listing is a repost of an earlier job (detected by content hash). |
originalPublishDate | string | Original publish date. |
originalUrl | string | Original url. |
Example record
{"id": "rse-architekten-ingenieure-gmbh-fachingenieur-bauphysik-m-w-d","title": "Fachingenieur Bauphysik (m/w/d)","company": "RSE+ Architekten Ingenieure GmbH","companyUrl": null,"headquarters": "Germany Kassel","category": "All Other Remote","jobType": "Full-Time","region": "Anywhere in the World","country": null,"state": null,"skills": [],"salaryRaw": null,"applyUrl": "https://weworkremotely.com/remote-jobs/rse-architekten-ingenieure-gmbh-fachingenieur-bauphysik-m-w-d","descriptionHtml": "<p>Du suchst nach vielfältigen Projekten? Unser Spektrum reicht vom historischen Fachwerkhaus bis zur Reinraum-Halbleiterfabrik mit GMP-Anforderung. Dabei suchen wir eine agile Persönlichkeit, die Lus …","descriptionText": "Du suchst nach vielfältigen Projekten? Unser Spektrum reicht vom historischen Fachwerkhaus bis zur Reinraum-Halbleiterfabrik mit GMP-Anforderung. Dabei suchen wir eine agile Persönlichkeit, die Lust h …","descriptionMarkdown": "Du suchst nach vielfältigen Projekten? Unser Spektrum reicht vom historischen Fachwerkhaus bis zur Reinraum-Halbleiterfabrik mit GMP-Anforderung. Dabei suchen wir eine agile Persönlichkeit, die Lust h …","url": "https://weworkremotely.com/remote-jobs/rse-architekten-ingenieure-gmbh-fachingenieur-bauphysik-m-w-d","publishDate": "Wed, 24 Jun 2026 14:46:24 +0000","publishDateISO": "2026-06-24T14:46:24.000Z","expiresAt": "2026-07-24T14:46:24.000Z","contentHash": "9f91ac5481f3f2ff1bd912566b650998","source": "weworkremotely.com","scrapedAt": "2026-06-24T17:05:31.824Z","isRepost": false,"originalPublishDate": null,"originalUrl": null}
Examples
Search for engineer roles:
{"searchQuery": "engineer","maxResults": 100}
Filter by contract type:
{"searchQuery": "engineer","maxResults": 100,"category": ""}
Scrape a specific search URL:
{"startUrls": [{"url": "https://www.weworkremotely.com/"}],"maxResults": 200}
Daily feed (run on a schedule):
{"searchQuery": "engineer","daysOld": 1,"skipReposts": true,"maxResults": 500}
Schedule this input to run once a day in the Apify Scheduler — each run returns only jobs posted in the last 24 hours.
💰 Pricing
$0.89 per 1,000 results — you only pay for successfully retrieved listings. Failed retries are never charged.
| Results | Cost |
|---|---|
| 100 | ~$0.09 |
| 1,000 | ~$0.89 |
| 10,000 | ~$8.90 |
| 100,000 | ~$89.00 |
Flat-rate alternatives typically charge $29–$49/month regardless of usage.
Subscription tiers lower the rate further, down to $0.53 per 1,000 at the highest tier. Use the Max results cap in the input to control your spend exactly.
Performance
| Run size | Typical time |
|---|---|
| 100 results | under 1 minute |
| 1,000 results | 2–4 minutes |
| 10,000 results | 20–35 minutes |
Known limitations
- Salary is only returned when the employer publishes it — many listings carry
nullsalary fields. - Company details vary per listing; the scraper returns what the source publishes and never invents data.
- Very large result sets are bounded by the source's own paging limits.
- Listings can be removed by the source at any time, so a small share of URLs may expire shortly after scraping.
Technical details
- Source: weworkremotely.com — remote-first companies worldwide job listings
- Coverage: everything the public search exposes, filterable via the input parameters above
- Retry: automatic retry on network errors with exponential backoff
Need a custom scraper?
Unfenced Group builds Apify actors for any website — for free.
If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.
Get in touch: www.unfencedgroup.nl