Jobicy Remote Jobs Scraper avatar

Jobicy Remote Jobs Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Jobicy Remote Jobs Scraper

Jobicy Remote Jobs Scraper

Scrape Jobicy.com - a curated remote job board with 1,000+ active listings. Search by keyword, filter by industry, job type, location, and seniority level. Returns job title, company, salary range, description, and direct apply URL.

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

4 days ago

Last modified

Share

Scrape Jobicy.com — a curated remote job board with 1,000+ active listings updated daily. Search by keyword or browse by industry. Returns job title, company, salary range, job description, and a direct apply URL. Uses the public Jobicy JSON API. No auth or proxy required.

What this actor does

  • Two modes: searchJobs (keyword search) and browseByIndustry (industry category)
  • Filters: job type, location/region, and seniority level
  • Salary data: formatted range string plus raw min/max/currency/period fields
  • Clean text: HTML tags stripped from excerpts and descriptions
  • Empty fields are omitted — every record field contains real data

Output per job

FieldDescription
jobIdUnique Jobicy job ID
jobTitleJob title
companyNameHiring company name
companyLogoUrlCompany logo image URL
industryPrimary industry category
allIndustriesAll industry categories (when more than one)
jobTypeEmployment type (Full-Time, Contract, etc.)
jobGeoGeographic requirement (Worldwide, USA, Europe, etc.)
jobLevelSeniority level (Junior, Senior, Lead, etc.)
jobExcerptShort plain-text job summary
jobDescriptionFull plain-text job description
salaryRangeFormatted salary range (e.g. USD 80000–120000 /year)
salaryMinMinimum salary (raw number)
salaryMaxMaximum salary (raw number)
salaryCurrencySalary currency code (USD, EUR, GBP, etc.)
salaryPeriodSalary period (year, month, hour)
pubDatePublication date
jobUrlDirect link to the job listing on Jobicy
jobSlugURL-friendly job slug
recordTypeAlways "job"
scrapedAtUTC timestamp of when the record was scraped

Input

FieldTypeDefaultDescription
modeselectsearchJobssearchJobs — search by keyword; browseByIndustry — list jobs in a category
querystringPython developerKeyword or job title (required for searchJobs)
industryselectIndustry slug (required for browseByIndustry)
jobTypeselectAnyFilter by employment type
locationstringCountry or region filter, e.g. USA, Europe, Worldwide
levelselectAnySeniority level filter
maxItemsinteger50Hard cap on emitted records (1–500)

Industry options

software-engineering, data-science-analytics, devops-sysadmin, product-management, design-ux, marketing, sales, customer-support, finance, hr

Example: search for Python jobs

{
"mode": "searchJobs",
"query": "Python developer",
"jobType": "Full-Time",
"level": "Senior",
"maxItems": 50
}

Example: browse software engineering jobs

{
"mode": "browseByIndustry",
"industry": "software-engineering",
"location": "USA",
"maxItems": 100
}

Example: data science jobs anywhere

{
"mode": "browseByIndustry",
"industry": "data-science-analytics",
"maxItems": 50
}

Use cases

  • Job aggregators — pull fresh remote listings into your own job board
  • Market research — track salary ranges and hiring trends by role or industry
  • Talent analytics — analyse demand for specific skills across remote companies
  • Career tools — power job recommendation engines with structured remote job data
  • Job alerts — monitor Jobicy daily for new roles matching your criteria

FAQ

What is Jobicy? Jobicy is a curated remote job board featuring verified remote-first opportunities from companies worldwide, updated continuously.

Do I need an API key or account? No. Jobicy provides a free public JSON API that this actor uses directly. No credentials required.

How many jobs are available? Jobicy typically has 1,000+ active listings. Each API request returns up to 50 jobs per call.

How fresh is the data? Jobicy's API reflects current active listings. The actor adds a scrapedAt timestamp for each run.

What does jobGeo mean? It is the geographic requirement for the role, for example Worldwide (truly remote, any country), USA Only, Europe, etc.

Can I filter by location? Yes — set the location input to any substring that appears in jobGeo, e.g. USA, UK, Europe. The filter is case-insensitive and does partial matching.

What job types are available? Full-Time, Part-Time, Contract, Freelance, and Internship. Leave blank to return all types.

What seniority levels are available? Junior, Mid-Level, Senior, Lead, and Manager. Leave blank or select "Any" for all levels.

Are salary fields always populated? No — salary data is optional on Jobicy. When present, the actor returns structured salaryRange, salaryMin, salaryMax, salaryCurrency, and salaryPeriod fields. When absent, those fields are omitted entirely.