UK Gambling Commission Licence Portfolio Status Monitor
Pricing
from $20.00 / 1,000 ukgc licence status event delivereds
UK Gambling Commission Licence Portfolio Status Monitor
Watch Gambling Commission Account Numbers and/or Licence Numbers and emit typed Active/Suspended/Revoked/Surrendered/Lapsed events from the official OGL business-licence-register-licences.csv snapshot. Not HTML scrape; not LiSense/iGregulator; not MGA Malta.
Pricing
from $20.00 / 1,000 ukgc licence status event delivereds
Rating
0.0
(0)
Developer
Daniel Witney
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Watch a book of Gambling Commission Account Numbers and/or Licence Numbers and emit typed Active / Suspended / Revoked / Surrendered / Lapsed (plus optional new-Activity) events when the official Open Government Licence operator licences CSV changes — not another nationwide UKGC dump, not an HTML scrape of the public-register UI, and not Malta MGA enforcement.
What this Actor does
- Takes your watchlist (
accountNumbersand/orlicenceNumbers). - In live mode, downloads the official Commission CSV once:
https://www.gamblingcommission.gov.uk/downloads/business-licence-register-licences.csv- optionally joins
business-licence-register-businesses.csvfor account names
- Expands Account Numbers → Licence Numbers present on that snapshot.
- Diffs against a durable Key-Value Store checkpoint.
- Pushes only material change events for licences on your book (PPE), plus one non-billable
RUN_STATUShealth row.
First observation of a licence is baseline only (no charge). Quiet days ≈ $0 product charges.
Coverage honesty (read this)
| In scope | Out of scope |
|---|---|
| UK Gambling Commission operator / business licences register (OGL CSV) | Personal (individual) licences register |
| Status taxonomy as published: Active, Pending, Suspended, Revoked (+ Non Payment of Fee), Surrendered, Lapsed | MGA Malta operator enforcement (zinin/mga-… adjacency) |
| Optional Activity-row adds on a watched licence | Nationwide “download all ~2.6k operators and bill rows” dump SKU |
| Official Commission HTTP CSV under OGL | LiSense / iGregulator unpaid scrape or seat replacement |
| Daily-class Commission publish cadence | Intra-day HTML scrape of the public-register UI |
Cite: Gambling Commission public-register downloads; retrieval date is as_of / fetchedAt on events.
Input
| Field | Notes |
|---|---|
accountNumbers | Operator Account Numbers (digits). Expands to all licences under each account on the CSV. |
licenceNumbers | Optional explicit Licence Numbers (000102-A-342261-001). |
signalGroups | status (default), activity (new Activity on watched licence). |
sourceMode | fixture (default — Store health) or live (OGL CSV; no API key). |
emitFixtureDemoEvents | Default false. Only enable for local demos; Store auto-tests must stay false. |
joinBusinessNames | Default true — optional businesses CSV enrich. |
includePersonalLicences | Default false (A5). Never fetched in this build. |
Output events (billable)
event_type | When |
|---|---|
UKGC_LICENCE_SUSPENDED | Status → Suspended |
UKGC_LICENCE_REVOKED | Status → Revoked / Revoked - Non Payment of Fee |
UKGC_LICENCE_SURRENDERED | Status → Surrendered |
UKGC_LICENCE_LAPSED | Status → Lapsed |
UKGC_LICENCE_ACTIVATED | Non-active → Active |
UKGC_LICENCE_STATUS_CHANGED | Other material Status flips |
UKGC_ACTIVITY_ADDED | New Activity string on a watched licence (activity group) |
UKGC_LICENCE_GONE | Explicit watched licence absent from CSV after prior presence |
Every successful run also pushes RUN_STATUS with billable: false (FIXTURE_HEALTH / MONITOR_IDLE / CATCHUP_COMPLETE / HEALTH_OK).
Pricing (PPE)
| Event | Price |
|---|---|
ukgc-licence-status-event-delivered | $0.02 ($20 / 1k) |
apify-actor-start | $0.00005 |
You pay when a licence on your watchlist has a material Status/activity change and we deliver it. Not charged: baselines, quiet books, duplicates, invalids, RUN_STATUS, fixture health.
Modes
- Fixture (default): no network; emits
RUN_STATUS/FIXTURE_HEALTHonly → 0 product charges (Store daily auto-test safe). - Live: official OGL CSV download — no key required.
Legal
Public-register downloads under the UK Open Government Licence. Operator/business licences primary; personal licences default off. Do not present this as LiSense/iGregulator or as MGA Malta coverage.
Not this product
scrapersdelight/ukgc-gambling-licensees-scraper— full-register dump / weak “change monitor” ghost (different job).nexgenwatch/uk-gambling-operator-licence-check— one-shot lookup.zinin/mga-operator-enforcement-monitor— Malta MGA, not UKGC.- HTML scrape of https://www.gamblingcommission.gov.uk/public-register UI as primary.
Example input (live baseline)
{"accountNumbers": ["102", "49577"],"licenceNumbers": [],"sourceMode": "live","signalGroups": ["status", "activity"],"resumeFromCheckpoint": true,"emitFixtureDemoEvents": false}
First live run stores baselines only. Subsequent scheduled runs emit events when Status/activity flips on the book.