Scrape WeWorkRemotely.com listings with 26 fields per job. Includes structured salary (min, max, currency), employment type (Full-Time, Contract, Part-Time), category, countries extracted from listing badges, full description in text and HTML, region (Anywhere, US Only, Europe), company name and logo. Enable employer enrichment for HQ location, company website and total jobs posted. Pay-per-result, $3 per 1,000 jobs.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~weworkremotely-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchUrls": ["https://weworkremotely.com/categories/remote-programming-jobs"], "includeCompanyInfo": true, "maxResults": 100 }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/weworkremotely-scraper
| Field | Type | Example |
|---|---|---|
| title | string | Full-Stack Engineer |
| company | string | Basecamp |
| category | string | Full-Stack Programming |
| employment_type | string | Full-Time |
| region | string | Anywhere in the World |
| countries | string[] | ["USA","Canada"] |
| salary_min | integer | 100000 |
| salary_max | integer | 150000 |
| company_hq_location | string | Chicago, IL |
| apply_url | string | https://weworkremotely.com/... |