1. Home
  2. Docs
  3. API
  4. Active Jobs API

Active Jobs API

Folk Flow’s Jobs API is a REST API based on simple HTTP POST giving a JSON response. Job boards may use this API to get active jobs from Folk Flow database to add them to their own database.

To use the API, you’ll need an API key. Write to us with details about your company and the planned usage at contact @ folkflow.com to request a key for yourself.

URL
https://api.folkflow.com/jobs.php

Parameters (POST)

ParameterDescriptionAllowed Values
api_keyYour api key. Write to us with details about your company and the planned usage at contact @ folkflow.com to request a key for yourself.NA
employment_typeType of employment offered by the jobs.Full-time, Part-time, Freelance, Internship, Other
fully_remoteTo check whether work-from-home is allowed0 – not allowed; 1 – allowed
industryThe industry to which the jobs belong.Download the list of industry names allowed. Eg: Manufacturing
functionThe function to which the jobs belong.Download the list of function names allowed. Eg: Marketing
countryThe id for country where the jobs need to be located. The country codes are as per ISO format.Download the list of country ids.
cityThe id for city where the jobs need to be located. The city codes are as per ISO format.Download the list of city ids.

Response (Plain text)

ResponseSuggestion
API key not foundPlease check if you are sending the data using POST method.
Invalid API keyPlease check your API key.
No active jobs found for your requestChange parameters you are using to get jobs.
<Valid JSON string made up of jobs matching your request with details as given below>The response is encoded in utf8.

Valid requests will receive the following details of all the matching jobs:

DetailExplanation
job_idUnique id for each job
titleJob title
role_overviewOverview of the job role
responsibilitiesResponsibilities that the applicant will have when performing this job
requirementsSkills required to perform the job
benefitsBenefits provided by the company
employment_typeFull-time, Part-time, Internship, Freelance, Other
experienceAmount of prior-experience required. (Open ended field)
educationBachelors Degree, Masters Degree, Doctorate, High-School, Other.
salary_currencyCurrency in which salary numbers are provided.
salary_fromMinimum salary offered for the role.
salary_toMaximum salary offered for the role.
equity_fromMinimum equity offered for the role.
equity_toMaximum equity offered for the role.
countryCountry name
cityCity name
fully_remote0 – not allowed; 1 – allowed
industryIndustry name. Eg: Manufacturing
functionJob function name. Eg: Marketing
url_jdLink to job description page
url_applyLink to application form
url_co_logoLink to company logo
co_nameCompany name
Was this article helpful to you? Yes 1 No

How can we help?