Weworkremotely Scraper
Pricing
Pay per usage
Go to Apify Store

Weworkremotely Scraper
Scrape remote job listings from WeWorkRemotely.com. Extract job titles, company names, categories, salary ranges, region tags, posting dates, and direct job URLs from category pages, search results, and featured listings.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Donny Nguyen
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
14 hours ago
Last modified
Categories
Share
We Work Remotely Job Scraper
Scrape remote job listings from WeWorkRemotely.com. Extract job titles, company names, categories, salary ranges, region tags, posting dates, and direct job URLs from category pages, search results, and featured listings.
Input Parameters
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
urls | array | Yes | - | List of WeWorkRemotely.com category or search page URLs to scrape. Example: https://weworkremotely.com/categories/remote-programming-jobs |
maxResults | integer | No | 100 | Maximum number of job listings to scrape across all provided URLs (1-1000). |
useResidentialProxy | boolean | No | false | Enable residential proxies for better success rates on WeWorkRemotely.com. |
Output Fields
| Field | Type | Description |
|---|---|---|
jobTitle | string | Title of the remote job position. |
company | string | Name of the hiring company. |
category | string | Job category (e.g., Programming, Design, Marketing, Sales, Customer Support). |
salaryRange | string | Salary range if listed on the job posting. |
region | string | Region/timezone restrictions (e.g., "Anywhere in the World", "USA Only", "Europe"). |
tags | array | Associated tags or labels on the listing. |
postingDate | string | Date the job was posted. |
featured | boolean | Whether this is a featured/promoted listing. |
jobUrl | string | Direct URL to the full job posting on WeWorkRemotely. |
sourceUrl | string | The URL this result was scraped from. |
scrapedAt | string | ISO 8601 timestamp when the data was collected. |
Example Use Cases
- Remote job aggregation: Scrape all programming and design categories to build a curated remote job board for your community or newsletter.
- Salary research: Collect salary ranges from remote developer positions to benchmark compensation for fully distributed teams.
- Hiring trend analysis: Monitor new postings across all categories weekly to track which industries are growing their remote workforce.
- Competitive recruiting intelligence: Track which companies are actively hiring remotely and for what roles to inform your talent acquisition strategy.
- Regional availability mapping: Analyze region tags to understand which remote jobs are truly global versus restricted to specific timezones.
Cost Estimate
This actor uses the Mid pricing tier at $0.00075 per result.
| Results | Estimated Cost |
|---|---|
| 100 | $0.075 |
| 500 | $0.375 |
| 1,000 | $0.75 |
| 10,000 | $7.50 |
Example Input
{"urls": ["https://weworkremotely.com/categories/remote-programming-jobs","https://weworkremotely.com/categories/remote-design-jobs","https://weworkremotely.com/remote-jobs/search?term=react"],"maxResults": 150,"useResidentialProxy": false}
Example Output
{"jobTitle": "Senior Full Stack Developer","company": "Automattic","category": "Programming","salaryRange": "$120,000 - $170,000","region": "Anywhere in the World","tags": ["Full-Time", "JavaScript", "React"],"postingDate": "2026-02-10","featured": false,"jobUrl": "https://weworkremotely.com/remote-jobs/automattic-senior-full-stack-developer","sourceUrl": "https://weworkremotely.com/categories/remote-programming-jobs","scrapedAt": "2026-02-12T10:30:00.000Z"}