Georgia PSC Large-Load Docket Monitor
Pricing
from $40.00 / 1,000 large-load filing matches
Georgia PSC Large-Load Docket Monitor
Monitor Georgia Public Service Commission docket 55378 for public large-load, data-center, DCO agreement, tariff, and economic-development power filings. Emits deterministic, source-backed pay-per-event records for watchlists and downstream agents.
Pricing
from $40.00 / 1,000 large-load filing matches
Rating
0.0
(0)
Developer
Mike Chiou
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Monitor Georgia Public Service Commission docket filings for large-load, data-center, DCO agreement, tariff, and economic-development power signals.
What This Actor Does
- Fetches public Georgia PSC docket metadata from the official docket search endpoint.
- Monitors docket
55378by default, the Georgia Power large-load economic development docket. - Matches filing descriptions, company names, and attachment names against large-load and data-center keywords.
- Fetches public document-detail pages to normalize company names, parent docket IDs, and attachment download links.
- Emits source-backed records with docket URLs, document URLs, attachment URLs, filed dates, matched keywords, event type, and dedupe key.
- Persists event fingerprints so repeated monitor runs do not emit the same event again.
- Supports pay-per-event charging with a safe no-op fallback for local or unpublished runs.
Inputs
docketIds: Georgia PSC docket IDs to monitor. Defaults to["55378"].keywords: custom keywords. Defaults includelarge load,data center,DCO,tariff, andeconomic development.dateWindow: explicit{ "start": "YYYY-MM-DD", "end": "YYYY-MM-DD" }or{ "lookbackDays": 180 }.includeAllNewFilings: when true, emitsnew_docket_filingfor unmatched filings too.fetchDocumentDetails: default true. Fetches document detail pages for attachment provenance.maxPages,pageSize,maxEvents: safety controls.stateStoreName: named key-value store for monitor-mode dedupe. Use__RUN_DEFAULT__for isolated demo runs.
Output
Each dataset item uses this shape:
{"event_type": "large_load_filing_match","state": "GA","commission": "Georgia Public Service Commission","docket_id": "55378","document_id": 226607,"description": "Docket No. 55378 - Quarterly Large Load Economic Development Report","filed_date": "2026-05-15","company_name": "Georgia Power Company","matched_keywords": ["large load", "economic development"],"match_category": "large_load","source_docket_url": "https://psc.ga.gov/search/facts-docket/?docketId=55378","source_document_url": "https://psc.ga.gov/search/facts-document/?documentId=226607","attachments": [{"name": "DKT 55378 Lg Load Econ Dev Rept Q1 2026 PD.pdf","url": "https://services.psc.ga.gov/api/v1/External/Public/Get/Document/DownloadFile/226607/107887"}],"dedupe_key": "ga-psc:55378:226607:large_load_filing_match"}
Event Pricing Plan
Pay-per-event pricing is configured on Apify.
large_load_filing_match:$0.04primary event.new_docket_filing:$0.02.dco_order_or_tariff_match:$0.05.
Use all-inclusive pay-per-event pricing. Do not enable pay-per-event plus usage unless the margin model changes.
Local Development
npm installnpm run buildnpm testnpm run lintnpm run canaryapify run --purge
The local smoke input lives at storage/key_value_stores/default/INPUT.json.
Data Sources
- Georgia PSC docket page:
https://psc.ga.gov/search/facts-docket/?docketId=55378 - Georgia PSC docket JSON endpoint:
https://psc.ga.gov/search/service-facts-docket/ - Georgia PSC document detail pages:
https://psc.ga.gov/search/facts-document/?documentId=<documentId> - Georgia PSC public document downloads:
https://services.psc.ga.gov/api/v1/External/Public/Get/Document/DownloadFile/<documentId>/<attachmentId>
Limitations
- This Actor reports public source facts and deterministic keyword matches. It does not provide legal, rate, investment, or regulatory advice.
- v1 does not extract metrics from PDFs, DOCX, ZIP, or XLSX attachments. It normalizes attachment links so users and downstream agents can fetch primary documents.
- v1 is Georgia-specific. Multi-state PUC/PSC coverage should be added only after separate source gates pass.
- The Actor is not affiliated with, endorsed by, or sponsored by the Georgia Public Service Commission or the State of Georgia.
Maintenance
Run the canary daily:
$npm run canary
Open a fix ticket if the docket API returns HTML/404, page 1 is empty, required fields disappear, document detail pages lose parent docket IDs, or attachment links disappear for matched recent filings.
Kill / Scale Gate
After 60 days listed on Apify, continue only if the Actor reaches at least 5 paid-plan users, at least $25 in charged events, credible direct inbound, or repeated paid usage by the same non-Mike account. Otherwise archive/freeze and move to the next validated build.