CareerBuilder API

Service Info

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

Categories (sometimes called Job Type Codes) are used in job searches to constrain results to a particular field or fields.

When specifying a category in an API search, you have the option of using human-readable category names (e.g. Accounting) or category codes (e.g. JN001). Since category codes may vary from country to country, use the categories service to view the list of available codes and names.

The request will return the category names in the language(s) supported by the country requested as well as "en-US". The ISO language code will be listed in the "language" attribute of the Name node. A multilingual country will return at least three different names for each category code.

Use caution when working with category codes, as we may change their values at any time. Remember to URL encode category names in your search parameters.

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, F1, 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" ?>
<ResponseCategories>
    <Errors/>
    <TimeResponseSent>2/5/2008 4:14:10 PM</TimeResponseSent>
    <Categories>
        <Category>
            <Code>JN001</Code>
            <Name language="en-US">Accounting</Name>
        </Category>
        <Category>
            <Code>JN002</Code>
            <Name language="en-US">Admin - Clerical</Name>
        </Category>
        <Category>
            <Code>JN054</Code>
            <Name language="en-US">Automotive</Name>
        </Category>
            .
            .
            .
    </Categories>
</ResponseCategories>