We Work Remotely Scraper avatar

We Work Remotely Scraper

Pricing

Pay per event

Go to Apify Store
We Work Remotely Scraper

We Work Remotely Scraper

Scrape remote job listings from WeWorkRemotely.com. Extract job titles, company names, salaries, categories, job types, apply URLs, and tags. Filter by category (Programming, Design, DevOps, etc.) and job type. Built for recruiters, job aggregators, and workforce analytics teams.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

We Work Remotely Job Listings Scraper

Scrape job listings from WeWorkRemotely.com — the largest remote-only job board. Returns job titles, company names, salaries (parsed min/max), categories, employment types, location restrictions, and listing URLs for all ~180 current openings across 10 categories.


We Work Remotely Scraper Features

  • Extracts all active job listings from WeWorkRemotely.com in a single run
  • Filters by category (Programming, Design, DevOps & Sysadmin, Sales & Marketing, and 6 others)
  • Filters by employment type (Full-Time, Contract, Part-Time)
  • Keyword search across job titles and tags
  • Parses structured salary data — minimum, maximum, and currency — from free-text salary badges
  • Returns company headquarters location when listed
  • Includes company logo URLs for enriched display
  • No proxies needed. No browser rendering. Fast, clean HTML extraction from a server-rendered site.

What Can You Do With We Work Remotely Data?

  • Recruiters & talent acquisition teams — Monitor remote job market trends, benchmark salary ranges, and identify which companies are actively hiring in a given category.
  • Job aggregators and listing platforms — Ingest structured remote job data into your own job board or alert system without manual curation.
  • Salary benchmarking tools — Extract salary ranges across roles and categories to power compensation analytics, especially useful for remote-first roles that often post salary openly.
  • Workforce analytics researchers — Track hiring velocity by category, company size, or location restriction to understand remote work market shifts.
  • Lead generation for B2B SaaS — Identify companies growing remote engineering or sales teams as high-intent prospects for tooling, HR platforms, or benefits providers.
  • Career coaching and job-seeking tools — Build curated job feeds filtered by category and type for specific candidate profiles.

How We Work Remotely Scraper Works

  1. Configure your filters. Select a category (or leave empty for all categories), an employment type, and optionally a keyword to search job titles and tags.
  2. The scraper fetches the listing pages. WWR's homepage groups all active jobs by category in clean server-rendered HTML — the scraper processes them in one efficient pass.
  3. Data is extracted from each listing card. Job title, company name, headquarters, salary badge, location restriction, and tags are parsed from the HTML.
  4. Results land in your dataset. Each record is a structured JSON object. Salary is parsed into numeric min/max fields with currency. Tags are pipe-separated strings.

Input

{
"category": "programming",
"jobType": "full-time",
"searchKeyword": "python",
"maxItems": 50
}
FieldTypeDefaultDescription
categoryStringAll categoriesFilter by job category. Options: programming, design, copywriting, devops-sysadmin, customer-support, sales-marketing, business-exec-management, finance-legal, product, all-other-remote.
jobTypeStringAll typesFilter by employment type. Options: full-time, contract, part-time.
searchKeywordStringSearch for jobs by keyword. Matches against job titles and tags.
listingUrlsArraySpecific We Work Remotely job listing URLs to scrape directly, bypassing category crawling.
maxItemsInteger10Maximum number of job listings to return. Set to 0 for unlimited.

Scrape a specific category with no limit:

{
"category": "design",
"maxItems": 0
}

We Work Remotely Scraper Output Fields

{
"job_title": "Senior Full Stack Engineer",
"company_name": "Automattic",
"company_logo_url": "https://we-work-remotely.imgix.net/logos/0001/0001/logo.gif?ixlib=rails-4.0.0&w=50&h=50",
"category": "Back-End Programming",
"job_type": "Full-Time",
"salary_min": 120000,
"salary_max": 170000,
"salary_currency": "USD",
"location_restriction": "Anywhere in the World",
"description": null,
"apply_url": null,
"posted_date": null,
"tags": "WordPress | PHP | React",
"remote_type": "fully_remote",
"company_hq": "San Francisco, CA",
"listing_url": "https://weworkremotely.com/remote-jobs/automattic-senior-full-stack-engineer"
}
FieldTypeDescription
job_titleStringJob title as listed on the posting
company_nameStringName of the hiring company
company_logo_urlStringURL of the company logo image
categoryStringJob category (Back-End Programming, Design, etc.)
job_typeStringEmployment type (Full-Time, Contract, Part-Time)
salary_minNumberMinimum salary parsed from the listing badge (annual)
salary_maxNumberMaximum salary parsed from the listing badge (annual)
salary_currencyStringSalary currency code (USD, EUR, GBP, etc.)
location_restrictionStringGeographic restriction or "Anywhere in the World" for unrestricted
descriptionStringFull job description text (currently null — detail pages require different access)
apply_urlStringDirect application URL (currently null — detail pages require different access)
posted_dateStringISO 8601 posting date (currently null — not present on listing cards)
tagsStringSkill tags and badges from the listing card, pipe-separated
remote_typeStringRemote arrangement (fully_remote or hybrid)
company_hqStringCompany headquarters location when listed
listing_urlStringFull We Work Remotely listing URL

FAQ

How many jobs does WeWorkRemotely.com have?

WeWorkRemotely.com maintains around 150-200 active job listings at any time across all categories. The site is curated rather than aggregated, so volume is lower than generalist boards — but listing quality is high and all roles are remote.

Why are description, apply_url, and posted_date null?

These fields are only available on individual job detail pages. The listing cards on category pages contain all commercially useful structured fields — title, company, salary, category, location, and tags. The null fields are included in the schema for completeness and forward compatibility.

Does this scraper need proxies?

No. WeWorkRemotely.com serves its listing pages as clean server-rendered HTML without requiring proxies. Set up and run in seconds.

How often should I run this scraper?

We Work Remotely posts new jobs daily while maintaining a stable total count. Running once or twice daily catches fresh listings. Use listing_url as a deduplication key across runs.

Can I scrape only a specific job category?

Yes. Set the category input to one of: programming, design, copywriting, devops-sysadmin, customer-support, sales-marketing, business-exec-management, finance-legal, product, or all-other-remote. Leave empty to scrape all categories.


Need More Features?

Open a feature request or contact us through the Apify platform — we respond to all improvement suggestions.

Why Use We Work Remotely Scraper?

  • Priced at $0.001/record — 12x cheaper than the leading PPE competitor ($0.012/item), and more cost-effective than flat-rate alternatives for typical run sizes.
  • Structured salary parsingsalary_min, salary_max, and salary_currency extracted from free-text badges. Most competitors return raw salary strings that require post-processing.
  • Category and type filters — target exactly the job segment you need without downloading everything and filtering client-side.
  • No operational overhead — no proxy costs, no browser rendering, no rate limit tuning required.