- base URL is βhttps://jobs.world.luccasoftware.comβ (rather than the usual βhttps://.ilucca.netβ);
- the tenant identity is provided as a path parameter
{customer_subdomain}; - it does not require authentication.
Bear in mind some XML elements may contain HTML content.
This API endpoint returns ALL active job-offers for the tenant, without paging.
GET /xml/{customer_subdomain}/lucca.xml HTTPS/2
Host: jobs.world.luccasoftware.com
Accept: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<AllJobs>
<CompanyName>Acme Corp</CompanyName>
<CompanyDescription>Acme Corp designs and manufactures innovative solutions for businesses worldwide.</CompanyDescription>
<Offers>
<JobOffer>
<JobOpportunityId>101</JobOpportunityId>
<Title>Senior Software Engineer</Title>
<Content><p>π Join our engineering team to build scalable backend services and APIs!</p>
<ul>
<li>π οΈ Design and develop high-performance REST APIs</li>
<li>βοΈ Deploy and maintain services on cloud platforms</li>
<li>π€ Collaborate with product and design teams in an agile environment</li>
<li>π Participate in code reviews and mentor junior developers</li>
</ul></Content>
<ExpectedProfile><p>πΌ We are looking for an experienced engineer with:</p>
<ul>
<li>β
5+ years of experience in backend development</li>
<li>β
Proficiency in Java or C#</li>
<li>β
Strong knowledge of REST APIs and cloud platforms</li>
<li>β Bonus: experience with Kubernetes or Terraform</li>
</ul></ExpectedProfile>
<Localisation>Paris, France</Localisation>
<WorkContract>
<Type>Permanent</Type>
</WorkContract>
<RemunerationRange>55K - 70K β¬</RemunerationRange>
<Href>https://acme.ilucca.net/jobs/101/apply</Href>
</JobOffer>
<JobOffer>
<JobOpportunityId>102</JobOpportunityId>
<Title>Marketing Intern</Title>
<Content><p>π£ Support the marketing team in all things content and campaigns!</p>
<ul>
<li>βοΈ Assist in writing blog posts and social media content</li>
<li>π Analyze campaign performance and prepare reports</li>
<li>π¨ Collaborate with the design team on visual assets</li>
<li>π
Help plan and coordinate marketing events</li>
</ul></Content>
<ExpectedProfile><p>π We are looking for a motivated intern who has:</p>
<ul>
<li>β
Currently enrolled in a Marketing or Communications degree</li>
<li>β
Good written communication skills in French and English</li>
<li>β Bonus: familiarity with social media tools (Hootsuite, Bufferβ¦)</li>
</ul></ExpectedProfile>
<Localisation>Lyon, France</Localisation>
<WorkContract>
<Type>Internship</Type>
</WorkContract>
<RemunerationRange>800 - 1000 β¬ / month</RemunerationRange>
<Href>https://acme.ilucca.net/jobs/102/apply</Href>
</JobOffer>
</Offers>
</AllJobs>