WTFEARN avatar

WTFEARN

Pricing

from $50.00 / 1,000 business verifieds

Go to Apify Store
WTFEARN

WTFEARN

Check business lists from NYC, Chicago, LA or San Francisco against official city licence registries. Get active, lapsed, revoked or closed status with dates and a link to the government record. Charged only $0.05 per record matched to a licence — unmatched records are free.

Pricing

from $50.00 / 1,000 business verifieds

Rating

0.0

(0)

Developer

Akaki Shelia

Akaki Shelia

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Business Licence Verifier — is this business still operating?

Paste a list of local businesses (or chain this Actor onto any Google Maps scraper) and get each one's official government licence status: active, lapsed, revoked or closed — with licence type, issue and expiry dates, the date the status changed, and a link to the government record.

You are charged $0.05 only for records matched to an official licence. Unmatched records cost nothing.


What problem this solves

Scraped local-business lists contain businesses that no longer operate. You pay to scrape them, pay to enrich them, then pay again in wasted outreach (bounced mail, cold calls to disconnected lines, polluted CRMs). This checks them against official city licence registries before you spend anything else.


Which cities are covered

  • Chicago, IL: Official Department of Business Affairs and Consumer Protection registry.
  • New York City, NY: Official DCA & DOB licence datasets.
  • San Francisco, CA: Official Treasurer & Tax Collector business registration database.
  • Los Angeles, CA: Official Office of Finance active register delta archive.

Live coverage and data freshness metrics:
👉 https://licencecheck.pages.dev/coverage/


Output Contract

{
"id": "row-1",
"input": { "name": "Joe's Pizza #2", "address": "123 N Main St Ste B", "city": "Chicago", "zip": "60601" },
"status": "ACTIVE", // ACTIVE | LAPSED | REVOKED | CLOSED
// | NOT_IN_LICENSED_CATEGORY | NO_COVERAGE | AMBIGUOUS
"billable": true, // true only for ACTIVE | LAPSED | REVOKED | CLOSED
"confidence": 0.94,
"match_method": "deterministic", // deterministic | llm_adjudicated | cached
"licence": {
"jurisdiction": "Chicago, IL",
"licence_number": "2701234",
"legal_name": "JOES PIZZA INC",
"dba_name": "JOE'S PIZZA",
"category": "Retail Food Establishment",
"status_raw": "AAI",
"issued_date": "2021-04-02",
"start_date": "2021-05-16",
"expiry_date": "2027-05-15",
"end_date": null,
"address": "123 N MAIN ST",
"source_url": "https://data.cityofchicago.org/resource/r5kz-chrr.json?license_number=2701234"
},
"history": [ // THE ACCUMULATED STATUS TIMELINE
{ "observed_on": "2026-03-14", "from": "ACTIVE", "to": "LAPSED", "evidence": "expiry_date passed" },
{ "observed_on": "2026-04-02", "from": "LAPSED", "to": "ACTIVE", "evidence": "renewal observed" }
],
"coverage": { "city_supported": true, "data_as_of": "2026-08-14", "stale": false },
"reason": null
}

Status meanings & Billing

StatusMeaningBilled
ACTIVECurrent active licence on fileyes ($0.05)
LAPSEDLicence expired and not renewedyes ($0.05)
REVOKEDLicence revoked or cancelled by the cityyes ($0.05)
CLOSEDEnd date recorded, or absent from 3 consecutive registry snapshotsyes ($0.05)
NOT_IN_LICENSED_CATEGORYThis business type does not require a city licence hereno ($0.00)
NO_COVERAGECity not yet ingested in registry databaseno ($0.00)
AMBIGUOUSMore than one plausible record; we will not guessno ($0.00)
TEMPORARILY_UNAVAILABLEUpstream registry temporarily unreachableno ($0.00)

How to chain onto a Google Maps scraper

  1. Run any Google Maps scraper on Apify Store. Copy its Dataset ID.
  2. Open Business Licence Verifier.
  3. Paste the dataset ID into datasetId. Leave fieldMap at the default.
  4. Click Start. The Actor will verify each business line-by-line and output clean operating status records.

What this Actor does NOT do

It does not generate new leads, scrape personal emails, or make guesses. It verifies operating status against official government records for a list you already possess.