Washington L&I Contractor Scraper — Leads, Bond, Insurance avatar

Washington L&I Contractor Scraper — Leads, Bond, Insurance

Pricing

from $20.80 / 1,000 results

Go to Apify Store
Washington L&I Contractor Scraper — Leads, Bond, Insurance

Washington L&I Contractor Scraper — Leads, Bond, Insurance

Scrape WA State L&I registered contractors & licensed trades: business name, license/registration #, UBI, status, address, county, phone, owners, bond, insurance, expiration & violations. Export JSON, CSV or Excel.

Pricing

from $20.80 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Washington L&I Contractor Scraper: Leads, Bond, Insurance

Washington L&I Contractor Scraper: Leads, Bond, Insurance

Here is one real result, with every field the actor returns (in the source source field the vendor uses an em dash; it is rendered here as a hyphen, all other values are exactly as returned):

{
"businessName": "CONSTRUCTION ABC INC",
"licenseNumber": "CONSTAI789DJ",
"ubi": "604843070",
"status": "EXPIRED",
"licenseType": "Construction Contractor",
"contractorType": "General/Specialty Contractor",
"contractorGroup": "Construction Contractor",
"specialty": "GENERAL",
"phone": "(425) 791-5539",
"address": "2615 RUSSELL WAY",
"city": "EVERETT",
"state": "WA",
"county": "SNOHOMISH",
"zip": "98204",
"businessType": "Corporation",
"parentCompany": null,
"effectiveDate": "01/06/2022",
"expirationDate": "01/08/2026",
"suspendDate": "12/12/2024",
"owners": [
{ "name": "MEDINA NAVA, ISMAEL A", "role": "MEMBER", "roleType": "CMB", "startDate": "01/06/2022", "endDate": null }
],
"ownerCount": 1,
"bondCompany": "NORTH RIVER INSURANCE COMPANY THE",
"bondAmount": 12000,
"bondAccountNumber": "46CF809376",
"bonds": [
{ "company": "NORTH RIVER INSURANCE COMPANY THE", "accountNumber": "46CF809376", "amount": 12000, "effectiveDate": "12/10/2022", "cancelDate": "12/12/2024", "impaired": true },
{ "company": "HARTFORD INSURANCE CO THE MIDWEST", "accountNumber": "57BSBIN0957", "amount": 12000, "effectiveDate": "12/10/2021", "cancelDate": "12/11/2022", "impaired": false }
],
"insuranceCompany": "Obsidian Specialty Insurance C",
"insuranceAmount": 1000000,
"insuranceExpiration": "04/28/2025",
"insurances": [
{ "company": "Obsidian Specialty Insurance C", "accountId": "PTC-GL- 000002922-00", "amount": 1000000, "effectiveDate": "04/28/2024", "expirationDate": "04/28/2025", "cancelDate": null }
],
"savingsAccounts": null,
"lawsuits": [
{ "plaintiff": "STATE OF WASHINGTON", "amount": null, "date": null },
{ "plaintiff": "Department of Labor and Industries", "amount": null, "date": null }
],
"violations": null,
"hasSafetyViolation": false,
"hasContractorViolation": false,
"doshInspectionCount": null,
"workersCompStatus": "Call account representative for premium status.",
"workersCompAccountId": "14494100",
"workersCompRepresentative": "/ JOSEPH PIERSON (425) 290-1359 - Email: PIEZ235@lni.wa.gov",
"detailUrl": "https://secure.lni.wa.gov/verify/Detail.aspx?UBI=604843070&LIC=CONSTAI789DJ&SAW=",
"searchQuery": "construction",
"source": "Washington State L&I - Verify a Contractor",
"observedAt": "2026-08-11T13:23:36.699Z"
}

The most complete Washington L&I contractor scraper available. It returns every field the Washington State Department of Labor & Industries "Verify a Contractor" register exposes, from license status, UBI and trade type to business owners, surety bonds, liability insurance, savings accounts, lawsuits, contractor and safety violations, and workers' comp status, and gives you server-side and client-side filters to target exactly the contractors you need.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor searches the Washington State Labor & Industries "Verify a Contractor" register by business or contractor name, license number, UBI number, or workers' comp account number. For each match it returns a listing row (name, license number, UBI, status, city), and when detail enrichment is on, opens the contractor detail record to add phone, street address, county, business owners and principals, entity type, effective and expiration dates, every surety bond and liability insurance policy, savings accounts, lawsuits, contractor and safety violations, DOSH inspection count, and workers' comp account status. Missing source values are returned as null.

Filters include server-side facets (contractor type, city, ZIP, active license, active workers' comp, has safety or contractor violation) and client-side filters (status, city, business name contains) so you can narrow the register precisely.

Quickstart

Open the actor, paste this into the input, and press Run. It returns up to 50 contractors matching construction, each enriched with owners, bonds, and insurance.

{
"searchQueries": ["construction"],
"searchBy": "Name",
"withDetails": true,
"maxContractors": 50
}

Provide at least one term in searchQueries. Set withDetails to false for faster listing-only rows.

Input reference

FieldTypeRequiredDefaultDescription
searchQueriesstring[]yes["construction"]One or more search terms. Meaning depends on searchBy.
searchByenumnoNameWhat each term represents: Name, LicenseId, Ubi (9-digit WA UBI), or AccountId (workers' comp account).
withDetailsbooleannotrueEnrich each contractor with phone, address, county, owners, entity type, dates, bonds, and insurance. Turn off for listing-only rows.
activeOnlybooleannofalseLimit to currently active contractor registrations or licenses.
activeWorkersCompbooleannofalseLimit to businesses with an active, paid-to-date workers' comp account.
hasSafetyViolationbooleannofalseKeep only businesses with a DOSH safety violation on file.
hasContractorViolationbooleannofalseKeep only businesses with a contractor violation on file.
contractorTypesstring[]no(empty)Server-side facet, for example Construction Contractor, Electrical Contractor, Plumber, Electrician.
cityFilterstringno(empty)Restrict the search to a single city (server-side facet).
zipFilterstringno(empty)Restrict the search to a single ZIP code (server-side facet).
statusesstring[]no(empty)Client-side: keep only records whose status contains one of these, for example Active, Expired, Suspended.
filterCitiesstring[]no(empty)Client-side: keep only records in these cities.
nameContainsstring[]no(empty)Client-side: keep only records whose business name contains one of these terms.
maxContractorsintegerno50Maximum records to return across all searches.
useResidentialProxybooleannofalseRoute requests through Apify US residential proxy. Enable only if the site starts blocking direct requests.

At least one term in searchQueries is required.

Output reference

One dataset item per contractor. Types: string, number, integer, boolean, object[], or null when the source value is absent.

FieldTypeDescription
businessNamestringContractor or business name.
licenseNumberstringL&I contractor or tradesperson license number.
ubistringWashington Unified Business Identifier (9 digits).
statusstringLicense status, for example ACTIVE, EXPIRED, SUSPENDED.
licenseTypestringLicense type, for example Construction Contractor.
contractorTypestringContractor category, for example General/Specialty Contractor.
contractorGroupstringContractor group label.
specialtystringTrade specialties, or null.
phonestringFormatted phone number (detail), or null.
addressstringStreet address (detail), or null.
citystringCity.
statestringState code.
countystringCounty (detail), or null.
zipstringZIP code.
businessTypestringLegal entity type, for example Corporation (detail), or null.
parentCompanystringParent company (detail), or null.
effectiveDatestringLicense effective date (detail), or null.
expirationDatestringLicense expiration date (detail), or null.
suspendDatestringSuspension date (detail), or null.
ownersobject[]Business owners and principals, each with name, role, roleType, startDate, endDate, or null.
ownerCountintegerNumber of owners, or null.
bondCompanystringPrimary surety bond company (detail), or null.
bondAmountnumberPrimary bond amount (detail), or null.
bondAccountNumberstringPrimary bond account number (detail), or null.
bondsobject[]All surety bonds with company, account number, amount, dates, and impaired flag, or null.
insuranceCompanystringPrimary liability insurer (detail), or null.
insuranceAmountnumberPrimary insurance amount (detail), or null.
insuranceExpirationstringPrimary insurance expiration (detail), or null.
insurancesobject[]All liability insurance policies with company, account, amount, and dates, or null.
savingsAccountsobject[]Assigned savings accounts in lieu of a bond, or null.
lawsuitsobject[]Summons and warrants with plaintiff, amount, and date, or null.
violationsobject[]Contractor violations with ID, type, date, and amount, or null.
hasSafetyViolationbooleanWhether a DOSH safety violation is on file.
hasContractorViolationbooleanWhether a contractor violation is on file.
doshInspectionCountintegerNumber of DOSH inspections, or null.
workersCompStatusstringWorkers' comp account status message (detail), or null.
workersCompAccountIdstringWorkers' comp account ID (detail), or null.
workersCompRepresentativestringAssigned L&I account representative (detail), or null.
detailUrlstringLink to the official L&I detail page.
searchQuerystringThe search term that returned this record.
sourcestringData source label (vendor uses an em dash; rendered here as a hyphen).
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringPresent only on a failed run; an item with a populated error field is written instead.

Example output record

Real record from a live run (input {"searchQueries": ["construction"], "searchBy": "Name", "withDetails": true, "maxContractors": 50}). See the hero example at the top of this page; the insurances array there is trimmed to the first of four real policies for readability, and the source em dash in source is rendered as a hyphen. A live run returns every policy and the vendor's original punctuation.

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~washington-lni-contractors-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchQueries":["electrical"],"searchBy":"Name","withDetails":true,"maxContractors":25}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~washington-lni-contractors-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchQueries":["604843070"],"searchBy":"Ubi","maxContractors":10}'

Apify CLI:

apify call scrapers_lat/washington-lni-contractors-scraper \
--input '{"searchQueries":["construction"],"withDetails":false,"activeOnly":true}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per contractor record returned (result event). When withDetails is enabled, a separate details event is charged for each contractor successfully enriched from its detail record. See the pricing tab for current prices.
  • No charge on failure. If a search or session fails, the actor writes a single item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results, including the details add-on.
  • Free Apify plans are capped at 10 contractors per run. Upgrade for higher maxContractors.

FAQ and troubleshooting

What does withDetails add? Phone, street address, county, business owners, entity type, effective and expiration dates, every surety bond and liability insurance policy, savings accounts, lawsuits, violations, and workers' comp status. Turn it off for listing-only rows.

Can I search by UBI or license number instead of name? Yes. Set searchBy to Ubi, LicenseId, or AccountId and pass the matching identifiers in searchQueries.

How do I find contractors with violations only? Set hasContractorViolation or hasSafetyViolation to true. These are server-side facets applied at search time.

A run returned 0 records. Why? The search matched nothing, or your filters removed every row. Loosen filters or broaden the term. Zero-result runs are not charged.

Is this an official L&I tool? No. This actor is independent and has no affiliation with Washington State L&I. It reads only data that is publicly available through the "Verify a Contractor" register. Use it in accordance with the source terms of service.

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with Washington State L&I. Accesses only publicly available data. Use in accordance with the source terms of service.