VOOZH about

URL: https://apify.com/josrade/contractor-license-verifier

โ‡ฑ Contractor License Verifier [DEPRECATED] ยท Apify


๐Ÿ‘ Contractor License Verifier avatar

Contractor License Verifier

Deprecated

Pricing

from $0.20 / 1,000 license results

Go to Apify Store

Contractor License Verifier

Deprecated

Verify contractor licenses across CA, TX, FL, AZ, NV, CO, and WA. Writes normalized status, class, business, qualifier, bond, workers comp, complaint, suspension, source, and recommendation results to the default dataset.

Pricing

from $0.20 / 1,000 license results

Rating

0.0

(0)

Developer

๐Ÿ‘ jts

jts

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Share

What this Actor does

Verify contractor licenses across CA, TX, FL, AZ, NV, CO, and WA. Writes normalized status, class, business, qualifier, bond, workers comp, complaint, suspension, source, and recommendation results to the default dataset.

Input example

{
"state":"CA",
"licenseNumber":"1045782",
"name":"Example Builders",
"status":"any"
}

Input fields

Provide one or more license lookups. Each lookup is { state, licenseNumber } or { state, name, licenseClass?, status? }.

  • licenses (array, user input): Up to 100 lookup objects.
  • state (string, user input): Optional single lookup state: CA, TX, FL, AZ, NV, CO, or WA.
  • licenseNumber (string, user input): Optional single lookup license number.
  • name (string, user input): Optional single lookup name.
  • status (string, user input): Use active to return only active licenses, or any to return every matched status.
  • apiBaseUrl (string, optional override): Override of the upstream API base URL. Defaults to runtime.baseUrl from service.json.

Output dataset

One dataset item per lookup result or inline error.

  • input: Original lookup input.
  • ok: Whether the lookup succeeded.
  • state: State searched.
  • licenseNumber: Matched license number.
  • status: Normalized license status.
  • recommendation: allow, review, or block.
  • riskScore: 0-100 review score.
  • result: Full API response envelope.

Developer notes

Set CONTRACTOR_LICENSE_VERIFIER_API_KEY as an Apify secret environment variable. The Actor forwards it as X-API-Key to the upstream API. Use apiBaseUrl only for local or staging QA. Production runs default to the deployed API base URL from service.json. For advanced testing, a requests array can call explicit API paths; normal users should use the service-specific fields above.

Run locally

$apify run

Deploy

$apify push

You might also like

Swappa Scraper

lulzasaur/swappa-scraper

Scrape Swappa marketplace for phones, laptops, tablets, and tech. Returns prices, condition, seller ratings, and device specifications.

Redfin Scraper - Real Estate Property Data

lulzasaur/redfin-scraper

Scrape Redfin real estate listings. Extract addresses, prices, beds, baths, sqft, lot size, year built, property type, MLS numbers, photos, and coordinates. Detail mode adds descriptions, price history, and HOA fees.

TCGPlayer Scraper - Trading Card Prices

lulzasaur/tcgplayer-scraper

Scrape TCGPlayer marketplace for trading card prices across Pokemon, Magic: The Gathering, Yu-Gi-Oh, and more. Extract market prices, median prices, lowest prices, seller listings, card attributes, rarity, set info, and custom attributes via TCGPlayer's search API.

OfferUp Scraper

lulzasaur/offerup-scraper

Scrape OfferUp marketplace listings. Search by keyword, location, and category. Returns prices, descriptions, images, seller info, and listing URLs.

Craigslist Scraper

lulzasaur/craigslist-scraper

Scrape Craigslist listings across all categories and cities. Search for-sale items, housing, jobs, services. Returns prices, descriptions, locations.

Grailed Scraper - Designer Fashion Marketplace

lulzasaur/grailed-scraper

Scrape Grailed.com designer fashion marketplace listings via Algolia search API. Extract prices, designer names, sizes, conditions, photos, and seller info. Search menswear and womenswear across all categories. Perfect for fashion market research, price tracking, and resale analytics.

AbeBooks Scraper - Used & Rare Books

lulzasaur/abebooks-scraper

Scrape AbeBooks used and rare book listings. Extract titles, authors, prices, ISBNs, publishers, conditions, editions, and formats. Search by keyword with pagination support. Perfect for book collectors, dealers, and price comparison.

StubHub Scraper

lulzasaur/stubhub-scraper

Scrape StubHub event tickets and prices. Search concerts, sports, theater events. Returns ticket prices, seat locations, and event details.