J | Team
Share
Explore

icon picker
Remote Jobs API/RSS Feed

Looking to fill a remote job feed and want to use openings listed on Jobicy?
No problem! Our public API/RSS feeds can help you with that. Anyone can use the feed, all we ask is that you attribute the links back to Jobicy.com.

API feed

This API provides access to the latest remote job listings from a diverse range of industries and companies. It’s a valuable resource for developers looking to integrate remote job data into their applications, websites, or research projects. Please read the guidelines and instructions below to understand how to effectively use the API.
To retrieve the latest remote job listings, use the following API call:
GET https://jobicy.com/api/v2/remote-jobs

API Query Parameters (optional)
count - Number of listings to return (default: 50, range: 1-50)
- Filter by job region (default: all regions)
- Filter by job category (default: all categories)
keyWord - Search by job title and description (default: all jobs)
Eg: https://jobicy.com/api/v2/remote-jobs?count=20&jobGeo=usa&jobCategory=marketing&keyWord=seo
The API response is structured in JSON format with the following main components:
{
"friendlyNotice": "...",
"jobCount": 20,
"jobs":
[
{
// Unique Job ID
"id": 12345,

// Job link
"url": "https://jobicy.com/jobs/sr-marketing-specialist",

// Job title
"jobTitle": "Senior Marketing Specialist",

// Company name
"companyName": "ABC",

// Company logo link
"companyLogo": "https://jobicy.com/data/img/ABC-logo.jpg",

// Job function (category)
"jobCategory": "Marketing & Sales",

// Job type (full-time, contract, part-time or internship)
"jobType": "full-time",

// Geographic restriction for employment, or Anywhere
"jobGeo": "USA",

// Seniority level, or Any
"jobLevel": "Senior",

// Excerpt job description (max 55 characters)
"jobExcerpt": "We're looking for a marketing ...",

// Full job description (HTML)
"jobDescription": "<p>We're looking for a marketing ...",

// Publication date and time (UTC+00:00)
"pubDate": "2017-04-13T16:11:04",

// Annual min salary (if applicable)
"annualSalaryMin": "85000",

// Annual max salary (if applicable)
"annualSalaryMax": "95000",

// ISO 4217 salary currency code (if applicable)
"salaryCurrency": "USD",
},
...
]
}

RSS feed

RSS (Really Simple Syndication) – is a web feed that allows users and applications to access updates to websites in a standardized, computer-readable format
Most of the jobs are for people from the Americas (USA, Canada and LATAM) and Europe/EMEA. Keep this in mind if your main audience is from other regions. You can find our public
feed here for all jobs posted:
https://jobicy.com/?feed=job_feed
RSS Jobicy – This interface allows information to be received from the database jobicy.com. You do not need to know in detail how the base is constructed and from which table and field types it consists of. It is enough that API-request “knows” it. The request syntax and the type of data being returned are strictly determined by the service itself.
With this RSS, now you can build job apps with our data feed. Listings of jobs can be derived from the following endpoints:
RSS Query Parameters (optional)

?feed=job_feed (required)
&job_categories=... (eg. supporting, dev, marketing..)
&job_types=... (eg. full-time, freelance, contract..)
&search_keywords=... (eg. designer)
&search_region=... (eg. Canada, UK, USA, Europe)
Example query string:
https://jobicy.com/?feed=job_feed&job_categories=supporting&job_types=full-time&search_region=USA
Response: Full-time Customer Service jobs in the U.S. region.

feed

Returns the most recently published remote jobs. Query parameters are not supported.
https://jobicy.com/feed/newjobs

What’s next?

You have now gotten acquainted with the basics of RSS Jobicy. The rest is up to you.
Of course, in real life, no one works with RSS in adjacent browser tabs. For this, different programming languages, SDK and code generators are used. The RSS working mechanism is very simple. The means of sending http-requests and handling responses from the server are practically provided in any environment. This means freedom of choice is constantly existent.
We’re grateful you’re incorporating the Jobicy Feeds in your work! It’s important to mention that we provide RSS/XML access primarily for the purpose of enabling the wider distribution of our job listings. We kindly request that you refrain from distributing Jobicy’s job listings to any external job platforms, such as Jooble, Google Jobs, and LinkedIn, among others. Our job postings are intentionally published with a 6-hour delay to ensure that Jobicy is recognized as the original source on various channels. Additionally, there’s no necessity to frequently poll for job data. Accessing the Feed to retrieve Jobicy job information just a few times daily should suffice since our data doesn’t change more rapidly than this. Please be aware that we may restrict access in response to excessive querying.

Fair Use

We may 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.

IFTTT Applets

Automate remote job postings on platforms like , , , , , and using our feeds.
Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.