CareerBuilder API

Service Info

http://api.careerbuilder.com/v1/employeetypes?

Employee types (sometimes called job types) are used in job searches to constrain results to a particular field or fields.

Since employee types vary from country to country, use the employee type service to view the list of available codes.

The request will return the employee type names in the language(s) supported by the country requested. The ISO language code will be listed in the "language" attribute of the Name node. A multilingual country will return at least two different names for each employee type.

Use caution when working with employee types, as we may change their values at any time.

GET requests only.

Parameters

  • &DeveloperKey=
    • Required
  • &CountryCode=
    • Optional, string
    • Can accept a single value only.
    • Supported Codes: AH, BE, CA, CC, CE, CH, CN, CP, CS, CY, DE, DK, ER, ES, EU, FR, GC, GR, IE, IN, IT, JC, JS, LJ, MY, NL, NO, PD, PI, PL, RM, RO, RX, S1, SE, SF, SG, UK, US, WH, WM, WR
    • Missing or Unsupported Codes Default to: US

Sample Output

<?xml version="1.0" encoding="UTF-8"?>
<ResponseEmployeeTypes>
  <Errors />
  <CountryCode>NL</CountryCode>
  <TimeResponseSent>5/12/2008 10:45:46 PM</TimeResponseSent>
  <EmployeeTypes>
    <EmployeeType>
      <Code>JTFT</Code>
      <Name language="nl">Fulltime werknemer</Name>
    </EmployeeType>
    <EmployeeType>
      <Code>JTPT</Code>
      <Name language="nl">Parttime werknemer</Name>
    </EmployeeType>
    <EmployeeType>
      <Code>JTFP</Code>
      <Name language="nl">Fulltime/parttime werknemer</Name>
    </EmployeeType>
    <EmployeeType>
      <Code>JTCT</Code>
      <Name language="nl">Contractant</Name>
    </EmployeeType>
    <EmployeeType>
      <Code>JTIN</Code>
      <Name language="nl">Stagiair</Name>
    </EmployeeType>
  </EmployeeTypes>
</ResponseEmployeeTypes>