Four-Day Week Jobs Scraper avatar

Four-Day Week Jobs Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Four-Day Week Jobs Scraper

Four-Day Week Jobs Scraper

Scrape remote and flexible 4-day-week job listings via the Remotive public API. Search by keyword, filter by category, and browse all available remote jobs with full metadata.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Scrape remote job listings from the Remotive public API — a free, open API aggregating hundreds of quality remote jobs across software development, design, marketing, product, and more. Search by keyword, filter by category or job type, and export full job metadata instantly.

What You Get

Each scraped job record includes:

FieldDescription
idUnique job ID
titleJob position title
company.nameEmployer name
company.logoUrlCompany logo image URL
categoryJob category (Software Development, Design, Marketing, etc.)
tagsTech stack and skill keywords
jobTypeEmployment type (Full-time, Part-time, Contract, Freelance)
locationGeographic requirement (Worldwide, USA, Europe, etc.)
salaryCompensation range if listed
postedAtISO timestamp when job was posted
descriptionFull job description (HTML stripped)
jobUrlLink to full job posting
applyUrlApplication link
sourceUrlAPI source URL
recordTypeAlways "job"
scrapedAtUTC timestamp of scrape

Input Options

Mode (required)

ModeDescription
browseRetrieve all available remote jobs (optionally filtered)
searchFind jobs by keyword — searches title, description, and tags

Filters

ParameterTypeDescription
querystringKeyword to search (e.g. python, react, data scientist)
categoryselectFilter by job category (Software Development, Design, Marketing, etc.)
jobTypeselectFilter by employment type (Full-time, Part-time, Contract, Freelance)
maxItemsintegerMax records to return (1–10,000, default: 100)

Example Inputs

Browse all software development jobs:

{
"mode": "browse",
"category": "software-dev",
"maxItems": 50
}

Search for Python jobs:

{
"mode": "search",
"query": "python",
"maxItems": 25
}

Browse full-time design positions:

{
"mode": "browse",
"category": "design",
"jobType": "full_time",
"maxItems": 30
}

Use Cases

  • Job aggregation: Build a curated remote job board or newsletter
  • Market research: Track which tech skills are most in-demand
  • Recruitment analytics: Monitor hiring trends by category and job type
  • Candidate tools: Power job alert systems or matching engines
  • Salary benchmarking: Collect compensation data across roles

FAQ

What data source does this actor use? This actor uses the Remotive public API — a free, open endpoint that requires no authentication or API keys.

Does it require a proxy or credentials? No. The Remotive API is fully open and works without any credentials, cookies, or proxy setup.

How current is the data? Jobs are fetched live from the Remotive API at the time of each run.

Can I filter by multiple categories at once? Currently one category filter is applied per run. Run multiple times with different categories and merge results.

What job types are available? Full-time, Part-time, Contract, and Freelance positions are available.

Is there a result limit? The maxItems parameter caps output at your chosen limit (up to 10,000). The Remotive API typically serves hundreds of fresh jobs at any time.