Landing.jobs
Tech jobs in Europe and remote
Landing.jobs JSON API lists tech roles with company, location and tags. Public feed for European and remote job aggregators.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
GET https://landing.jobs/api/v1/jobs?limit=1
[
{
"id": 19066,
"currency_code": "EUR",
"expires_at": "2026-09-02",
"main_requirements": "<ul><li>6-8 years of experience in software development with Java.</li><li>5+ years working with Spring Boot.</li><li>Experience with SQL.</li><li>Proactively solution oriented (Nothing is lost in the cracks).</li><li>Always on the ball.</li><li>Displays maturity and loyalty to the processes, organization, and decisions.</li><li>Dares and wants to challenge status quo.</li><li>Keeping cool and taking qualified decisions under pressure.</li><li>Able and willing to mentor and teach others.</li><li>Is very adept at managing own time and priorities.</li><li>Collaboration and help-seeking are seen as strength.</li></ul>",
"nice_to_have": "<ul><li>Experience with Cloud Native engineering.</li><li>Experience with Kafka.</li><li>Experience with Docker and Kubernetes.</li><li>Test Driven Development (TDD).</li></ul>",
"perks": "<ul><li>Permanent contract with Inscale</li><li>14 salaries</li><li>22 days vacation</li><li>Portugal Holidays</li><li>Health insurance</li><li>Flex benefits</li><li>Career plan </li></ul>",
"relocation_paid": false,
"role_description": "<div>Our client is a Global retail chain that brings Scandinavian design and quality to the world through an extensive range of quality products for sleeping and living. Known for its commitment to simplicity, functionality, and affordability. <br><br></div><div>Teamwork, innovation, and a customer-focused mindset as core values. <br><br></div><div>Our culture is built on Scandinavian roots, emphasizing respect, responsibility, and sustainable practices. We are proud to provide opportunities for career growth in a dynamic and supportive environment. <br><br>The Java team is responsible for a wide range of in-house developed applications. So, you will get the opportunity to work in different business areas and with different technologies. <br><br><strong>Responsibilities<br></strong><br></div><ul><li>Are passionate about IT and software development.</li><li>Are skilled Java developers, who continuously strives to improve their skills.</li><li>Write a clean code and create software architecture that are flexible.</li><li>Are experienced with Java web technologies.</li><li>Write thorough tests of the code and are familiar with test driven development.</li><li>Can drive and facilitate design discussions.</li><li>Have extensive knowledge of distributed systems and concurrency.</li></ul>"
}
]curl "https://landing.jobs/api/v1/jobs?limit=1"const res = await fetch("https://landing.jobs/api/v1/jobs?limit=1");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://landing.jobs/api/v1/jobs?limit=1")
print(res.json())/jobs?limit=1PROBEDTech jobs in Europe and remote
/jobs?limit=5Jobs — documented GET route.
/jobs?page=1Jobs — documented GET route.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Not tracked yet. Shape-change history starts once this API joins our probe schedule.
Landing.jobs: common questions
Is Landing.jobs free to use?
Yes — Landing.jobs is a free social & work API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.
Does Landing.jobs need an API key?
No — Landing.jobs needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).
Can I call Landing.jobs from the browser?
Yes — Landing.jobs returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.
Is Landing.jobs up right now?
Landing.jobs is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.