Research Job Api if we can use #726

Closed
opened 2026-05-05 07:07:19 +00:00 by a24sakma · 2 comments
Collaborator

This issue includes research if there is a fri api to use if not then we can use a mockup
After the research is done then we can decide whether we can start implement or not

This issue includes research if there is a fri api to use if not then we can use a mockup After the research is done then we can decide whether we can start implement or not
Collaborator

Completley free / no API key needed.

Arbeitnow:
A simple public API for remote and Europe-focused job listings. There requires no authentication or API key to use just fetch JSON job data directly. It uses HTTPS

Himalayas:
A Free remote job listing API with a search and filtering support where no API key is required and the data is JSON structured. It also uses HTTPS

Free tier / sign up needed for API key.

Adzuna

A global job search API where you can target English speaking markets such as the US or UK. Requires an APP ID and API key.

JobDataLake.
Provides a structured job listing data but has a monthly limit based on credit 1000 for the free version.

Recommending

Based on my research Arbeitnow or Himalayas seems to be the easier options since they do not require any form of login or authentication to use. I believe that Himalayas has the edge when it comes to:

  • Providing primarly English-language remote job listing
  • offering better search and filtering support (keyword, country, remote, etc.)

Arbeitnow is still a valid option for quickly fetching job posts with basically zero setup but the listings can sometimes appear in different languages based on its Europe-focused sources.

Example of Response from Arbeitnow:

{
   "slug": "assistente-alla-clientela-kiabi-italia-300858",
   "company_name": "Kiabi Italia",
   "title": "ASSISTENTE ALLA CLIENTELA",
   "description": "**LONG DESCRIPTION CAN'T MAKE IT FIT.**  
   "remote": false,
   "url": "https://arbeitnow.com/view/assistente-alla-clientela-kiabi-italia-300858",
   "tags": [
    "Apparel and fashion",
    "sales"
   ],
    "job_types": [
    "Entry",
    "part time"
  ],
  "location": "Olgiate Olona",
  "created_at": 1638006722
  },
 

Example of Response from Himalayas:

[
  {
    "id": 1,
    "title": "Software Developer",
    "company": "Tech Co.",
    "location": "San Francisco, CA",
    "description": "Looking for a talented software developer to join our team."
  },
  {
    "id": 2,
    "title": "Marketing Manager",
    "company": "Marketing Agency",
    "location": "New York, NY",
    "description": "Seeking an experienced marketing manager to lead our campaigns."
  }
]
### Completley free / no API key needed. [Arbeitnow:](https://publicapi.dev/arbeitnow-api) A simple public API for remote and Europe-focused job listings. There requires no authentication or API key to use just fetch JSON job data directly. It uses HTTPS [Himalayas:](https://himalayas.app/docs/remote-jobs-api) A Free remote job listing API with a search and filtering support where no API key is required and the data is JSON structured. It also uses HTTPS ### Free tier / sign up needed for API key. [Adzuna](https://developer.adzuna.com/overview) A global job search API where you can target English speaking markets such as the US or UK. Requires an APP ID and API key. [JobDataLake](https://www.jobdatalake.com/). Provides a structured job listing data but has a monthly limit based on credit 1000 for the free version. ### Recommending Based on my research Arbeitnow or Himalayas seems to be the easier options since they do not require any form of login or authentication to use. I believe that Himalayas has the edge when it comes to: - Providing primarly English-language remote job listing - offering better search and filtering support (keyword, country, remote, etc.) Arbeitnow is still a valid option for quickly fetching job posts with basically zero setup but the listings can sometimes appear in different languages based on its Europe-focused sources. ### Example of Response from Arbeitnow: ``` { "slug": "assistente-alla-clientela-kiabi-italia-300858", "company_name": "Kiabi Italia", "title": "ASSISTENTE ALLA CLIENTELA", "description": "**LONG DESCRIPTION CAN'T MAKE IT FIT.** "remote": false, "url": "https://arbeitnow.com/view/assistente-alla-clientela-kiabi-italia-300858", "tags": [ "Apparel and fashion", "sales" ], "job_types": [ "Entry", "part time" ], "location": "Olgiate Olona", "created_at": 1638006722 }, ``` ### Example of Response from Himalayas: ``` [ { "id": 1, "title": "Software Developer", "company": "Tech Co.", "location": "San Francisco, CA", "description": "Looking for a talented software developer to join our team." }, { "id": 2, "title": "Marketing Manager", "company": "Marketing Agency", "location": "New York, NY", "description": "Seeking an experienced marketing manager to lead our campaigns." } ] ```
Author
Collaborator

@b24krila It sounds very good that you found more options. I will create a story for the implementation.

@b24krila It sounds very good that you found more options. I will create a story for the implementation.
a24sakma 2026-05-05 11:26:07 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K#726
No description provided.