v1

latestOpenAPI 3.1.02026-07-242892032.8 MB
Endpoints

Structured BGT Job

Provides a structured BGT-formatted parsed job in XML or JSON with consistent node types (e.g., contact always as a list)

post/parserservice/job/structuredbgtxml

Request body

binaryDatastring required

The binary resume data.

instanceTypestring required

Instance type to be used to parse. For example, use "XRAY" to process with LENS xray.

extensionstring

The document extension (e.g. txt, doc, docx, rtf). Default is "txt".

localestring

Locale to be used to parse (e.g. en_us).

Example request

{
  "binaryData": "JVBERi0xLjUNJeLjz9MNCjEw....",
  "extension": "pdf",
  "locale": "en_us",
  "instanceType": "TM"
}

Response

OK

statusboolean
statusCodestring
requestIdstring uuid
timeStampstring date-time
processedWithLocalestring

Example response

{
  "status": true,
  "statusCode": "OK",
  "requestId": "c81830ce-3caa-4368-9eab-de8156c78d1c",
  "timeStamp": "2023-08-02 01:48:08.887",
  "responseData": {
    "JobDoc": {
      "posting": [
        {
          "benefits": [
            {
              "#text": [
                "Salary Unspecified"
              ],
              "@healthcarebenefits": "false"
            },
            {
              "#text": [
                "Competitive Base Salary + Commission\nMedical, Dental and Vision Insurance;"
              ],
              "@healthcarebenefits": "true"
            },
            {
              "#text": [
                "401K"
              ],
              "@healthcarebenefits": "false"
            },
            {
              "#text": [
                "Education Tuition Reimbursement Free Wireless\nPhone"
              ],
              "@healthcarebenefits": "false"
            }
          ],
          "qualifications": [
            {
              "required": [
                {
                  "skill": [
                    {
                      "#text": "decision"
                    },
                    {
                      "#text": "making"
                    },
                    {
                      "#text": "Sales"
                    }
                  ],
                  "interval": [
                    {
                      "skill": [
                        {
                          "#text": "sales"
                        }
                      ],
                      "duration": [
                        {
                          "#text": "1-2 years"
                        }
                      ],
                      "#text": [
                        "WHAT YOU HAVE TO HAVE ",
                        " experience"
                      ]
                    }
                  ],
                  "#text": [
                    ".\nExcellent communication, presentation and interpersonal skills. Highly developed ",
                    " and problem resolution skills. Highly developed sense of integrity ... ",
                    " experience"
                  ]
                },
                {
                  "area": [
                    {
                      "#text": "telecommunications"
                    }
                  ],
                  "education": [
                    {
                      "degree": [
                        {
                          "#text": "Associate's"
                        },
                        {
                          "#text": "Bachelor's"
                        }
                      ],
                      "#text": [
                        "An ",
                        " or ",
                        " degree or equivalent experience is highly\ndesirable."
                      ]
                    }
                  ],
                  "#text": [
                    "and in the ",
                    " industry. Experience\nselling technical product a plus. Ability to work at multiple retail locations within the\ndistrict preferred. ",
                    " Bilingual in English/Spanish is also a plus"
                  ]
                }
              ],
              "#text": "Telecommunications",
              "@name": "Information Technology: Telecommunications"
            },
            {
              "#text": "English|Spanish",
              "@name": "Language: Language Competency"
            },
            {
              "#text": "Product Sales|Sales",
              "@name": "Sales: General Sales Practices"
            },
            {
              "#text": "Retail Sales",
              "@name": "Sales: Retail Sales"
            },
            {
              "#text": "Traffic Maintenance",
              "@name": "Transportation: Ground Passenger Transportation Operation"
            }
          ],
          "GreenIndustry": "0",
          "GreenCompany": "0",
          "GreenBLSNAICS": "0",
          "NumberOfOpenings": "singular",
          "CanonNumberOfOpenings": "1",
          "JobType": "Full-Time",
          "CanonJobType": {
            "type": {
              "#text": "permanent"
            },
            "hours": {
              "#text": "fulltime"
            },
            "taxterm": {
              "#text": "employee"
            }
          },
          "JobReferenceID": "04-0008431",
          "Blacklist": "0",
          "ConsolidatedONET": {
            "#text": "41-1011.00"
          },
          "ConsolidatedONETRank": "5",
          "BGTOcc": {
            "#text": "41-1011.00"
          },
          "@version": "8.16.5.18 Optic v4.14.0.0"
        }
      ]
    }
  },
  "processedWithLocale": "en_us"
}