AllJobs 360 Full XML Example

<jobfeed>
    <joblisting>
        <channel>DE</channel>
        <categorization>
            <workfield id="7004000" />
            <geography id="353" />
            <sector id="24000" />
            <contracttype id="222" />
            <worktype id="80001" />
            <experience id="90002" />
        </categorization>
        <jobdetails>
            <language>de</language>
            <jobtitle>offer jobtitle</jobtitle>
            <reference_id>123456ABCD</reference_id>
            <url>https://www.applyhere.com</url>
            <body>$introduction + $tasks + $profile + $benefits</body>
            <introduction title="">company's introduction text</introduction>
            <tasks title="">job related tasks</tasks>
            <profile title="">candidate's profile text</profile>
            <offer title="">company's benefits text</offer>
            <contactinfo title="">contact information text</contactinfo>
            <joblocations>
                <location>
                    <countrycode>DE</countrycode>
                    <city>Berlin</city>
                    <postalcode>10969</postalcode>
                    <streetname>Lindenstraße</streetname>
                    <buildingnumber>123</buildingnumber>
                </location>
            </joblocations>
            <salary>
                <minimum>20000</minimum>
                <maximum>50000</maximum>
                <currency>EUR</currency>
                <period>monthly</period>
            </salary>
        </jobdetails>
        <layoutdetails>
            <images>
                <header>https://www.exampleimage/images/headerpicture01.jpg</header>
                <header>https://www.exampleimage/images/headerpicture02.jpg</header>
                <header>https://www.exampleimage/images/headerpicture03.jpg</header>
                <backgroundimage>https://www.exampleimage/images/backgroundimage.jpg</backgroundimage>
            </images>
            <colors>
                <background>#cccccc</background>
                <headline>#0c2577</headline>
            </colors>
            <video>https://www.youtube.com/embed/hEcnAi5kQbM</video>
        </layoutdetails>
        <companydetails>
            <companyname>Max Mustermann GmbH</companyname>
            <contract>
                <product>Pro Plus</product>
            </contract>
            <billing>
                <ordernumber>ordernumber/po-nr.</ordernumber>
                <costcenter>costcenter</costcenter>
                <address>billing address</address>
                <reference>internal / secondary reference</reference>
            </billing>
        </companydetails>
    </joblisting>
</jobfeed>
Updated on 2026-03-17