Configuring external job boards for job scraping

When your job board is configured for job scraping, your job postings can be "scraped" and posted by third-party sites. This increases their visibility online. External job boards are configured for job scraping by editing the landing page URL.

The landing page URL of your external job board must contain these context session keys:
  • the HR organization
  • the job board name
  1. Edit the initial landing page URL to include the context session key for the HR organization number:
    context.session.key.HROrganization=XXXXX

    Where XXXXX is the HR organization number for the external job board you defined in Talent Acquisition.

  2. Edit the initial landing page URL to include the context session key for the job board name:
    context.session.key.JobBoard=JobBoardName

    Where JobBoardName is the name of the external job board you defined in Talent Acquisition. For example, INTRANET.

  3. Specify these values in the initial landing page URL:
    • webappname=xxxxx
    • _saveKeys=true
    • context.session.key.noheader=true#
  4. Each time a job posting is clicked from the job listing, two hidden elements are populated that hold these values:
    • For JobReq, hidden html element with ID: hfJobId
    • For JobPost, hidden html element with ID: hfJobPosting
Example URL for Candidate Space

https://exampleservername/ltm/CandidateSelfService/controller.servlet?context.dataarea=ltm&webappname=CandidateSelfService&context.session.key.HROrganization=9010&context.session.key.JobBoard=EXTERNALJOBS&_saveKeys=true&JobPost=1&JobReq=3904&context.session.key.noheader=true#