Pulling Jobs
Staffing Future will consume an xml provided by JobDiva which will be used to populate jobs. Commonly, they may provide two different XMLs and a RSS feed:
XML feed with searching capability
For example: https://www1.jobdiva.com/candidates/myjobs/getportaljobs.jsp?a=UNIQUEID1231231457695524
The portal domain is the sub-domain that is used for the client specific portal, www1.jobdiva.com
The “a” value is available on your portal main link. The following additional parameters are available to use with this link:
&divisons=1,2, (include the last comma, this is used if client has defined the Advertising divisions)
&states=NY,NJ, (include the last comma)
&zip=10005
&miles=20
&noofjobs=200 (maximum # of jobs to return in the XML file.
&postype=1,2,
&SearchString=java+AND+oracle
&jobdescription=0 (0 means DO NOT include job description, default is 1)
XML feed that returns all jobs, a range of jobs, or a single job
This link cannot be used to search for jobs. An example of one such XML can be: https://www1.jobdiva.com/employers/connect/listofportaljobs.jsp?a=UNIQUEID1231231457695524546
The following additional parameters are available to use with this link:
&from — (default is 1)
&to — (default is 200)
&fulldesc — [0|1] (default 0) to include the full HTML description
&payrateinfo — [0|1] (default 0) to include the salary information
&jobid — to get the detail of one particular job (this can be the internal jobdivaid or jobdiva_no from the XML)
&totalonly – [0|1] returns only the total number of jobs, use this parameter when you need only the total number of jobs (all other parameters are ignored)
&includeuseremail — [0|1] (default 0) to include the primary recruiter’s email
RSS Feed:
https://www1.jobdiva.com/portal/?a=UNIQUEID1231231457695524546#/jobrss
Depending on the client or JobDiva’s specifications, we can get a different document that will explain the different XMLs availables and the parameters we can use. The technical project manager will capture specific details into Jira as needed for each client.