We Work Remotely Scraper avatar

We Work Remotely Scraper

Pricing

from $0.71 / 1,000 results

Go to Apify Store
We Work Remotely Scraper

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

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

6

Total users

1

Monthly active users

19 days ago

Last modified

Share

We Work Remotely Scraper

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

ParameterTypeDefaultDescription
searchQuerystring"developer"Search term to filter jobs (e.g. 'python', 'senior engineer'). Ignored when startUrls is set.
categorystring(empty)Filter by job category. Leave empty to get all recent jobs. Ignored when startUrls or keyword is set.
maxResultsinteger100Maximum number of job listings to return.
daysOldinteger0Only return jobs posted within the last N days. Set to 0 to disable (return all).
skipRepostsboolean(empty)Skip jobs already collected in previous runs (90-day cross-run deduplication).
startUrlsarray(empty)Optional list of direct URLs to scrape specific pages. When provided, the search filters above are ignored.
fetchDetailsbooleanfalseFetch 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.

FieldTypeDescription
idstringUnique listing ID from the source.
titlestringJob title as published.
companystringHiring company name.
companyUrlstringLink to the company's page on the source.
headquartersstringHeadquarters.
categorystringJob category on the source.
jobTypestringJob type.
regionstringRegion or state of the position.
countrystringCountry of the position.
statestringState.
skillsarraySkills listed on the posting.
salaryRawstringSalary raw.
applyUrlstringDirect application link.
descriptionHtmlstringFull job description in HTML.
descriptionTextstringFull job description in plain text.
descriptionMarkdownstringDescription markdown.
urlstringDirect link to the listing.
publishDatestringPublish date.
publishDateISOstringPublish date iso.
expiresAtstringExpires at.
contentHashstringStable hash of the listing content, used for repost and change detection.
sourcestringSource.
scrapedAtstringTimestamp when this record was scraped.
isRepostbooleantrue when the listing is a repost of an earlier job (detected by content hash).
originalPublishDatestringOriginal publish date.
originalUrlstringOriginal 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.

ResultsCost
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 sizeTypical time
100 resultsunder 1 minute
1,000 results2–4 minutes
10,000 results20–35 minutes

Known limitations

  • Salary is only returned when the employer publishes it — many listings carry null salary 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