function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Karthick RajaKarthick Raja 

Free api for job advertisement

Hi folks,
       Can anyone tell me the free api for advertising jobs from salesforce ?
I wanna free api calls for posting jobs 

Please help!
Gaurav NirwalGaurav Nirwal
<?xml version="1.0" encoding="UTF-8"?>

<job>


  <partner-job-id>12345</partner-job-id>


  <contract-id>1000</contract-id>


  <company>


    <name>My Awesome Finance Company</name>


  </company>


  <position>


    <title>Chief Cat Wrangler</title>


    <description>An &lt;i&gt;awesome&lt;/i&gt; position for anyone!</description>


    <location>


      <country>


        <code>us</code>



      </country>



      <postal-code>10012</postal-code>



    </location>



    <job-functions>



      <job-function>



        <code>acct</code>



      </job-function>



    </job-functions>



    <industries>



      <industry>



        <code>41</code>



      </industry>



    </industries>



    <job-type>



      <code>C</code>



    </job-type>



    <experience-level>



      <code>4</code>



    </experience-level>



  </position>



  <how-to-apply>



    <application-url>http://myawesomefinancecompany.com/jobs/catwrangler</application-url>



  </how-to-apply>



</job>

Karthick RajaKarthick Raja
@Matthews,
      I wanna name of the  job board that provide free api call to post the job ?

thanks in advance
Karthick