v1

latestOpenAPI 3.1.02026-07-242892032.8 MB
Endpoints

Posting Field Extraction

Parse postings and extract specific fields from the parsed posting.

post/parserservice/job

Request body

binaryDatastring required

The binary posting data.

extensionstring

The document extension (E.g. txt, doc, docx, rtf). The default extension would be 'txt'.

localestring

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

instanceTypestring required

Instance type to be used to parse. For example, use 'SPECTRUM' as instance type to process document with LENS spectrum and 'JM' as instance type to process document with LENS optic (jobs).

customParametersstring

The custom parameters to be used to parse. For example, use 'skillsifter=true' to get the Lightcast skills taxonomy.

Example request

{
  "binaryData": "0M8R4KGxGuEAAAAAAAAAA..........",
  "extension": "doc",
  "locale": "en_us",
  "instanceType": "SPECTRUM",
  "customParameters": "",
  "fieldList": {
    "field": [
      "All"
    ]
  }
}

Response

OK

statusboolean
statusCodestring
requestIdstring uuid
timeStampstring date-time
processedWithLocalestring

Example response

{
  "status": true,
  "statusCode": "OK",
  "requestId": "d5214b3a-675c-4cc7-8612-a1d828645c02",
  "responseData": {
    "JobDoc": {
      "posting": {
        "@canon-cardinality": "3",
        "@canon-content-cardinality": "3",
        "@canonversion": "2",
        "@cardinality": "multiple",
        "@content-cardinality": "multiple",
        "@dateversion": "2",
        "@green-bls": "false",
        "@green-industry": "false",
        "@inferred-naics": "484",
        "@iso8601": "2023-08-02",
        "@minyrsexp": "21",
        "@present": "738736",
        "@wfh": "0",
        "@xml:space": "preserve",
        "duties": {
          "#text": [
            "152532400\nTitle: ",
            "? We have the Job for you\n\nJob Description: Big Dawg Truck N"
          ],
          "title": {
            "@bgonetmodel-topic-onet": "53-3032.00|53-7051.00",
            "@blacklist": "false",
            "@clean": "Truck Driver",
            "@internship-flag": "false",
            "@laytitles": "driver",
            "@occupation": "Heavy and Tractor-Trailer Truck Drivers",
            "@onet": "53-3032.00",
            "@onetrank": "4",
            "#text": "Truck Driver"
          }
        },
        "background": {
          "#text": [
            "Jobs Don''t be under a leash with other companies! ... Regional Positions Available for ",
            " and Small Fleets in all 48 states Students and Refresher for Some Companies"
          ],
          "title": {
            "@bgonetmodel-topic-onet": "53-3032.00",
            "@blacklist": "true",
            "@clean": "Some Zero Down and Credit Check Lease Purchase Owner/Operator",
            "@internship-flag": "false",
            "@laytitles": "owner operator",
            "@occupation": "Credit Authorizers, Checkers, and Clerks",
            "@onet": "43-4041.00",
            "@onetrank": "4",
            "@plurality": "false",
            "@root": "operator",
            "@soc": "43-4041.00",
            "@standardtitle": "Credit Lease Owner/Operator",
            "@std": "Owner/Operator",
            "#text": "Some Companies Zero Down and No Credit Check Lease Purchase Owner Operators"
          }
        },
        "qualifications": {
          "required": [
            {
              "certification": "Current CDL Class A License or wanting to get Class A License"
            },
            "Minimum age only 21 years old."
          ],
          "#text": [
            " No Endorsements Req. ",
            "... Work with all backgrounds (DUI, Felonies, Careless/Reckless, Accidents) Your a click away from letting the Big Dawgs in the Trucking Industry help you get your next job."
          ]
        },
        "contact": {
          "#text": [
            "Apply below NOW!! or Call: ",
            " at: (800) 957-DAWG (3294) See Job Description"
          ],
          "person": "Chuck \"Big Dawg\" Planchon"
        }
      },
      "skillrollup": {
        "@version": "4.00.1"
      },
      "DataElementsRollup": {
        "@version": "8.16.5.18 Optic v4.14.0.0",
        "CanonJobTitle": "Truck Driver",
        "CleanJobTitle": "Truck Driver",
        "StandardTitle": "Truck Driver",
        "InternshipFlag": "false",
        "HealthCareBenefits": "false",
        "GreenIndustry": "0",
        "GreenCompany": "0",
        "GreenBLSNAICS": "0",
        "NumberOfOpenings": "multiple",
        "CanonNumberOfOpenings": "3",
        "CanonJobType": {
          "wfh": "0"
        },
        "RootTitle": "driver",
        "Blacklist": "1",
        "ConsolidatedInferredNAICS": "484",
        "ConsolidatedONET": "53-3032.00",
        "ConsolidatedONETRank": "1",
        "BGTOcc": "53-3032.00",
        "Certification": "CDL|Class A License",
        "CanonCertification": [
          {
            "@name": "CDL Class A"
          },
          {
            "@name": "Driver's License"
          }
        ],
        "ConsolidatedTitle": "Truck Driver"
      }
    }
  },
  "timeStamp": "2023-08-02 01:49:13.432",
  "processedWithLocale": "en_us"
}