WeWorkRemotely Scraper - Remote Jobs & Companies avatar

WeWorkRemotely Scraper - Remote Jobs & Companies

Pricing

from $1.65 / 1,000 remote jobs

Go to Apify Store
WeWorkRemotely Scraper - Remote Jobs & Companies

WeWorkRemotely Scraper - Remote Jobs & Companies

Scrape remote jobs from WeWorkRemotely: company, position, region, skills, category, employment type, description and job URL. Filter by category. No login, no key. Export JSON, CSV, Excel. Independent tool, not affiliated with We Work Remotely.

Pricing

from $1.65 / 1,000 remote jobs

Rating

0.0

(0)

Developer

Scrape Sage

Scrape Sage

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Disclaimer: This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by We Work Remotely or any of its subsidiaries. All trademarks mentioned are the property of their respective owners. "We Work Remotely" is referenced only to describe the publicly available website this Actor collects data from.

Scrape remote jobs from WeWorkRemotely via its public RSS feeds: company, position, region, skills, category, employment type, description and the job URL. Filter by category or pull them all - clean JSON, CSV or Excel. No login, no API key, no browser.

Why this actor exists (demand): the WeWorkRemotely niche draws ~100+ monthly users on Apify Store. This actor reads the site's own feeds directly, so it is fast and reliable, and returns a ready-to-use record for job seekers, recruiters and remote-job aggregators.

What you can scrape

Choose one or more categories (or All categories): Programming, Design, DevOps / Sysadmin, Customer Support, Sales & Marketing, Management & Finance, Product, All Other.

Each job returns: company, position, title, region, country, state, skills, category, employmentType, description, publishedAt, expiresAt, url.

Example input

{ "categories": ["programming", "devops-sysadmin"], "maxResults": 100 }

Use with AI assistants (MCP)

Available through the Apify MCP server.

Agent-ready: autonomous payments (x402 & Skyfire)

This actor is agent-ready - AI agents can discover it, run it, and pay for it autonomously, with no Apify account and no human in the loop. It uses pay-per-event pricing and limited permissions, so it qualifies for Apify's agentic-payment standards:

  • x402 - an open, HTTP-native payment protocol. Agents pay per run in USDC on the Base network directly through the Apify MCP server - no account, no API key.
  • Skyfire - agent-to-service payments for fully autonomous AI-agent workflows.

Pricing

Pay-per-event, tiered by volume: $0.003 per job at the free tier, down to $0.00075 at the top tier.

Automate & schedule

Run this Actor on autopilot and pull results into your own stack:

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' });
const run = await client.actor('scrapesage/weworkremotely-scraper').call({
"categories": [
"programming"
],
"maxResults": 50
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(`Got ${items.length} records`);

Integrate with any app

Connect the dataset to thousands of apps - no code required:

  • Make - multi-step automation scenarios.
  • Zapier - push new records straight into your CRM or spreadsheet.
  • Slack - get notified when a scheduled run finds something new.
  • Google Drive / Sheets - auto-export every run to a spreadsheet.
  • Airbyte - pipe results into your data warehouse.
  • GitHub - trigger runs from commits or releases.

More scrapers from scrapesage

Related Actors in the same category:

FAQ

Where does the data come from? WeWorkRemotely's own public RSS feeds. No private API, no login. Why are country/state sometimes empty? Most posts are open "Anywhere in the World" and carry no country/state restriction.


This is an independent scraper for publicly available data. It is not affiliated with, endorsed by, or sponsored by WeWorkRemotely. "WeWorkRemotely" is a trademark of its respective owner, used here for descriptive purposes only. Use the data in compliance with the source's terms and applicable law.

Disclaimer

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by We Work Remotely or any of its subsidiaries. All trademarks mentioned are the property of their respective owners.

"We Work Remotely" and any related marks are the property of their respective owners and are used here only in a descriptive, nominative sense - to identify the publicly accessible website from which this Actor collects data. This Actor is not an official We Work Remotely product, is not authorised or certified by We Work Remotely, and does not distribute We Work Remotely software. It collects only publicly available information; you are responsible for ensuring your use of that data complies with applicable laws, regulations and the terms of the source website.

Need help?

Open an issue on the Actor's Issues tab, or visit the Apify help center. Feature requests are welcome - this Actor is actively maintained.