About this Cloud Hub Solution:
This API offers access to a comprehensive database of remote job listings from various industries and companies. It serves as a valuable resource for developers seeking to integrate remote job data into their applications, websites, or research projects.
To retrieve the latest remote job listings, use the following API call:
GET https://jobicy.com/api/v2/remote-jobs
Query Parameters (optional):
count - Number of listings to return (default: 50, range: 1-50)
geo - Filter by job region (default: all regions)
industry - Filter by job category (default: all categories)
tag - Search by job title and description (default: all jobs)
Eg: https://jobicy.com/api/v2/remote-jobs?count=20&geo=usa&industry=marketing&tag=seo
The API response is structured in JSON format with the following main components:
"id": Unique Job ID,
"url": Job link,
"jobTitle": Job title,
"companyName": Company name,
"companyLogo": Company logo link,
"jobIndustry": Job function (sector),
"jobType": Job type (full-time, contract, part-time or internship)
"jobGeo": Geographic restriction for employment (or Anywhere if not applicable),
"jobLevel": Seniority level (or Any if not applicable),
"jobExcerpt": Excerpt job description (max 55 characters),
"jobDescription": Full job description (HTML),
"pubDate": Publication date and time (UTC+00:00),
"annualSalaryMin": Annual min salary (if applicable),
"annualSalaryMax": Annual max salary (if applicable),
"salaryCurrency": ISO 4217 salary currency code (if applicable)
API Calls Examples
Get the 20 latest remote jobs with the keyword "Python" from any region:
https://jobicy.com/api/v2/remote-jobs?count=20&tag=python
Get the 15 latest remote jobs from Canada:
https://jobicy.com/api/v2/remote-jobs?count=15&geo=canada
Get the 30 latest remote jobs in the Copywriting category from USA:
https://jobicy.com/api/v2/remote-jobs?count=30&geo=usa&industry=copywriting
Get the 10 latest remote jobs in the Customer Support category from any region:
https://jobicy.com/api/v2/remote-jobs?count=10&industry=supporting
Fair Use
Primary Purpose of API/RSS Access: Our API/RSS access is primarily designed to facilitate the wider distribution of our job listings.
Distribution Limitations: We kindly request that our job listings not be distributed to external job platforms such as Jooble, Google Jobs, LinkedIn, and others.
Publication Timing: To maintain our position as the original source, our job postings are intentionally published with a 6-hour delay.
Access Frequency: We recommend accessing the Feed a few times a day, as our job information does not change more frequently than this. Frequent polling for job data is unnecessary.
Excessive Querying: Please be aware that excessive querying of our Feed may result in restricted access.
We reserve the right to implement restrictive measures and notify you and/or your service provider if:
- You intentionally overload feeds (please limit feed checks to no more than once per hour)
- You alter or misrepresent the content of the original response during import
- We determine that your actions are interfering with the functionality of our systems.
-
We appreciate your cooperation and adherence to these guidelines, which will help ensure a beneficial partnership.