Professional License Lookup avatar

Professional License Lookup

Pricing

Pay per usage

Go to Apify Store
Professional License Lookup

Professional License Lookup

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Ava Torres

Ava Torres

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 hours ago

Last modified

Share

US Professional License Lookup

Search the U.S. Department of Labor's occupational licensing database via the CareerOneStop API. Get license names, issuing authorities, contact information, and detailed requirements across all 50 states in one structured dataset.

Who uses this

  • HR and hiring teams verifying that candidates hold the licenses required for a role before extending an offer
  • Compliance and legal teams mapping licensing requirements across states for workforce planning or regulatory filings
  • Background check providers augmenting screening reports with licensing data
  • Staffing agencies identifying which states require a license for a given occupation before placing contractors
  • Policy researchers and journalists analyzing occupational licensing burdens by state or profession

What you get

Each record includes:

FieldDescription
idUnique license ID in the CareerOneStop database
titleLicense name
stateIssuing state
descriptionFull text description of requirements and procedures
activeStatusWhether the license record is active
educationRequiredEducation level required (degree, certificate, etc.)
examRequiredExam requirements (state exam, third-party exam, etc.)
continuingEduRequiredContinuing education obligations
experienceRequiredExperience requirements
licenseTypeStand-alone, endorsement, or renewal type
criminalBackgroundCriminal background check requirements
veteransInfoExpedited processing available for veterans/spouses
lastUpdatedDate the record was last updated by the state
agency.nameIssuing agency name
agency.addressAgency mailing address
agency.cityAgency city
agency.stateAgency state
agency.zipAgency ZIP code
agency.phoneAgency phone number
agency.emailAgency email
agency.urlAgency website URL

Prerequisites

This actor requires free CareerOneStop API credentials:

  1. Visit CareerOneStop API Registration
  2. Complete the short registration form (name, organization, intended use)
  3. You will receive a User ID and API Token by email within 1-2 business days
  4. Enter those credentials in the actor input fields userId and token

Alternatively, set the CAREERONESTOP_USER_ID and CAREERONESTOP_TOKEN environment variables in the actor's environment configuration.

Input

{
"userId": "your-careeronestop-user-id",
"token": "your-careeronestop-api-token",
"keyword": "contractor",
"location": "CA",
"sortColumn": "Title",
"sortDirection": "ASC",
"maxResults": 100
}

Input fields

FieldRequiredDefaultDescription
userIdYes*CareerOneStop API user ID
tokenYes*CareerOneStop API Bearer token
keywordYescontractorLicense name, occupation title, O*NET/SOC code, or 0 for all
locationYesCAState (CA), city+state (Chicago, IL), ZIP code, or 0 for US-wide
sortColumnNoTitleSort by Title, Agency, or State
sortDirectionNoASCASC, DESC, or 0 for relevance
maxResultsNo100Maximum records to return (up to 5000)

*Can be provided as environment variables CAREERONESTOP_USER_ID and CAREERONESTOP_TOKEN.

Example queries

Search for all contractor licenses in California:

{ "keyword": "contractor", "location": "CA", "maxResults": 200 }

Search for nursing licenses nationwide:

{ "keyword": "registered nurse", "location": "0", "maxResults": 500 }

Search by O*NET code:

{ "keyword": "29-1141.00", "location": "0", "maxResults": 100 }

Get all licenses in Texas:

{ "keyword": "0", "location": "TX", "maxResults": 1000 }

Data source

Data is sourced from the CareerOneStop Licenses database, maintained by the U.S. Department of Labor. License information is collected from each state and updated every 4-6 months. Not all states submit complete license information.