Remotive Scraper: 25 Fields, Salary and Employer Enrichment
Scrape Remotive.com curated remote job listings with 25 fields per job. Includes structured salary (min, max, currency), job type (full-time, contract, freelance), category, tags, full description in text and HTML, posting date, required candidate location, company name and logo. Toggle employer enrichment for company website, tagline, open positions count and profile URL. Pay-per-result, $3 per 1,000 jobs.
Anti-Bot
TLS + IP rotation
What you can scrape
- Job details: title, id, full description (text + HTML), category, tags, job_type (full-time, part-time, contract, freelance), posting date, apply URL
- Salary intelligence: salary_min, salary_max, salary_currency, salary_text
- Required location: candidate_location (e.g. "Worldwide", "USA Only", "Europe")
- Company info: company name, company logo URL
- Employer enrichment: company_website, company_tagline, open_positions_count, company_profile_url
- Meta: source URL, search query, scraped_at timestamp
Primary use cases
- Remote talent sourcing. Filter by category (software-dev, design, marketing) and feed structured records to your recruiting CRM
- Salary benchmarking. Aggregate salary_min and salary_max for remote roles to set competitive offers
- Remote-friendly company list building. Use employer enrichment to identify companies hiring globally vs. region-restricted
- Niche ATS backfill. Ingest description_html into your own job board, surface only the categories that match your audience
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~remotive-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchUrls": ["https://remotive.com/remote-jobs/software-dev"],
"includeCompanyInfo": true,
"maxResults": 100
}'
Integrations
- n8n, Make, Zapier: trigger runs and process job records via webhook
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: queries in, structured jobs out
Output fields
| Field | Type | Example |
| title | string | Senior Python Engineer |
| company | string | GitLab |
| category | string | Software Development |
| job_type | string | full-time |
| candidate_location | string | Worldwide |
| salary_min | integer | 110000 |
| salary_max | integer | 160000 |
| company_website | string | https://about.gitlab.com |
| open_positions_count | integer | 42 |
| apply_url | string | https://remotive.com/... |
Related Actors