Browse remote job listings from Jobicy.com by region, industry, and keyword. No API key required.
Why this scraper?
No credentials needed — Jobicy's public API requires no registration or API key
Global remote jobs — filter by region (USA, UK, Europe, Canada, Worldwide, and more)
Industry filter — narrow by engineering, design, marketing, sales, finance, and more
Keyword search — search across job titles and descriptions
Salary data — min/max salary with currency on many listings
Rich job data — seniority level, employment type, full HTML description, company logo
What you can fetch
Mode Description browseBrowse remote jobs with optional geo, industry, and keyword filters
Usage
Browse all remote jobs
Filter by region
{
"queryType" : "browse" ,
"geo" : "usa"
}
Filter by industry and keyword
{
"queryType" : "browse" ,
"industry" : "engineering" ,
"tag" : "python"
}
Combine all filters
{
"queryType" : "browse" ,
"geo" : "usa" ,
"industry" : "engineering" ,
"tag" : "react" ,
"count" : 20
}
Field Type Default Description queryTypestring browseMust be browse geostring usaRegion filter (e.g. usa, uk, europe, canada, australia, worldwide) industrystring — Industry/category (e.g. engineering, design, marketing, sales) tagstring — Keyword search across titles and descriptions countinteger 50Max results to return (1–100)
Output fields
Field Type Description idinteger Jobicy job ID urlstring Job page URL on Jobicy jobSlugstring URL-friendly job slug jobTitlestring Job title companyNamestring Company name companyLogostring Company logo URL jobIndustryarray Industry/category tags jobTypearray Employment type (e.g. Full-Time) jobGeostring Geographic region or country jobLevelstring Seniority level (e.g. Senior, Director, Any) jobExcerptstring Short plain-text excerpt pubDatestring ISO 8601 publication date salaryMininteger Minimum salary (may be absent) salaryMaxinteger Maximum salary (may be absent) salaryCurrencystring Salary currency (may be absent) salaryPeriodstring Salary period, e.g. yearly (may be absent) jobDescriptionstring Full job description (HTML)
Use cases
Build a remote job board with region and industry filtering
Research salary ranges by region and seniority level
Monitor new remote job postings by keyword or industry
Aggregate global remote jobs for a niche career platform
Build job alert tools targeting specific geographies and skills
Latency & caching
Data Cache TTL Job listings 4 hours
Disclaimer
This scraper uses Jobicy's public API. It is not affiliated with or endorsed by Jobicy. Use responsibly; the API requires attribution and prohibits redistribution to aggregator sites (Jooble, Google Jobs, LinkedIn, etc.). See Jobicy's API docs for full terms.