ACLB
Arkansas Contractor License Lookup & Verify (ACLB)
Verify any Arkansas contractor by name or license number — validity, type, expiration, city, county & address — straight from the official ACLB registry.
Verification
Output fields
Authoritative field set from the dataset schema.
| Field | Type |
|---|---|
state | string|null |
license_number | string|null |
business_name | string|null |
person_name | string|null |
license_type | string|null |
status | string|null |
issue_date | string|null |
expiration_date | string|null |
city | string|null |
county | string|null |
address | string|null |
zip_code | string|null |
phone | string|null |
bond_amount | string|null |
bond_company | string|null |
insurance_company | string|null |
matched_by | string|null |
source_url | string|null |
scraped_at | string|null |
Sample row
{
"state": "AR",
"license_number": "0014780227",
"business_name": "BELL CONSTRUCTION CO., INC.",
"license_type": "Commercial",
"status": "Yes",
"expiration_date": "02/28/2027",
"city": "NORTH LITTLE ROCK",
"county": "Pulaski",
"address": "PO BOX 9041",
"zip_code": "72119",
"phone": "501-375-3325",
"matched_by": "business_name",
"source_url": "http://aclb2.arkansas.gov/clbsearch.php"
} Inputs
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
query | string | no | "CONSTRUCTION" | An Arkansas contractor/DBA name (e.g. 'CONSTRUCTION') OR an ACLB license number. An all-digit query is looked up as a license number (enter the first six digits); anything else is searched against the ACLB business/DBA name index. Results are deduped by license number. |
queries | array | no | ["CONSTRUCTION"] | Look up many in ONE run instead of starting a run per lookup. Takes the same values as 'Search query'. Combined with 'Search query' if you fill both, and duplicates are removed. Billing is unchanged: you are charged per record returned, not per entry submitted. |
maxResults | integer | no | 50 | Cap on the number of records returned PER ENTRY, not per run — so a batch cannot silently return only the first 50 rows overall and read as 'the rest don't exist'. This is a lookup, not a bulk export — defaults to 50. (The ACLB server itself returns up to 5000 rows for a broad name.) |
proxyConfiguration | object | no | {"useApifyProxy":false} | Optional. The ACLB search is reachable directly (HTTP-only, no anti-bot); enable a proxy only if a run is blocked. |
Pricing
Pay per result (dataset-item) — no charge for empty runs.
Example: 100 verified license records at $0.004/result ≈ $0.40.
FAQ
Where does the data come from?
The official Arkansas Contractors Licensing Board (ACLB) public contractor search — authoritative, public license data.
What can I search by?
A business/DBA name (e.g. 'CONSTRUCTION') or an ACLB license number (enter the first six digits). Both return the matching licenses, deduped by license number.
What fields do I get?
License number, business/DBA name, license type, validity status, expiration, city, county, address, and phone — as ACLB publishes them.
How am I charged?
Pay-per-result — per license match returned. No charge for searches with no results.
Is this personal data?
It's public professional-license data (business and license records as ACLB publishes them); we add no personal/PII enrichment.
How current is it?
It reflects the live ACLB record at lookup time.
Guides & use cases
Related actors