UK Council Planning Applications Monitor avatar

UK Council Planning Applications Monitor

Pricing

from $50.00 / 1,000 application founds

Go to Apify Store
UK Council Planning Applications Monitor

UK Council Planning Applications Monitor

Monitor newly validated, decided, or updated planning applications across selected UK council portals (Idox PublicAccess, Northgate Planning Explorer). HTTP-only; designed for scheduled runs with onlyNew dedupe.

Pricing

from $50.00 / 1,000 application founds

Rating

0.0

(0)

Developer

Siddhant

Siddhant

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

14 hours ago

Last modified

Share

Monitor newly validated, decided, or updated planning applications across selected UK council portals. Returns a normalized, alert-ready record per application.

Designed for scheduled runs: pair with Apify Schedules + an Apify Webhook (or Zapier/Make integration) to get notified when new applications appear. Pay-per-event pricing means you only pay for the applications surfaced.

Supported Councils

Pass the council ID (left column) in the councils input. 21 councils across two portal types are currently supported.

Idox Public Access (20)

Council IDCouncil
wokingWoking Borough Council
westminsterWestminster City Council
brentBrent London Borough Council
isle-of-wightIsle of Wight Council
tendringTendring District Council
durhamDurham County Council
north-norfolkNorth Norfolk District Council
north-tynesideNorth Tyneside Council
leedsLeeds City Council
bristolBristol City Council
cornwallCornwall Council
glasgowGlasgow City Council
croydonLondon Borough of Croydon
barnetLondon Borough of Barnet
nottinghamNottingham City Council
southwarkLondon Borough of Southwark
greenwichRoyal Borough of Greenwich
enfieldLondon Borough of Enfield
wakefieldWakefield Council
aberdeenAberdeen City Council

Northgate Planning Explorer (1)

Council IDCouncil
birminghamBirmingham City Council

failOnCouncilError (boolean, default false) — when false, a single failing council records a {status:'failed',error} entry in the run summary and the run continues to remaining councils. When true, the run fails on the first council error.

More councils are added on request — most UK councils run Idox Public Access or Northgate Planning Explorer, both of which are already supported, so adding one is typically a small configuration change.

Scheduling tip for Westminster: Westminster's weekly-list form exposes a 4-week rolling window of recent applications. If you're using onlyNew: true to track new applications, run at least every 4 weeks (a weekly schedule is well within bound). Brent and Woking have longer windows (52 and 16 weeks respectively).

Input

FieldTypeDefaultDescription
councilsstring[]requiredCouncil IDs (e.g. "woking") or full portal URLs.
dateModeenumvalidatedOne of validated, decided, updated.
dateFromstring (YYYY-MM-DD)7 days agoStart of search window.
dateTostring (YYYY-MM-DD)todayEnd of search window.
keywordsstring[][]Case-insensitive match against proposal/description/address.
postcodesstring[][]Outward (e.g. GU21) or full postcode filters where the portal supports them.
maxResultsPerCouncilinteger100Cap per council per run.
includeDetailsbooleantrueFetch detail pages to enrich status/ward/documents.
includeDocumentsbooleanfalseSurface document-list metadata (title, type, date, URL). Documents are never downloaded.
stateKeystringOptional key enabling monitoring mode (onlyNew, firstSeenAt, lastSeenAt).
onlyNewbooleanfalseWhen true, output only applications not seen in prior runs for the same stateKey.

Example: weekly Woking watch

{
"councils": ["woking"],
"dateMode": "validated",
"stateKey": "weekly-woking",
"onlyNew": true
}

Output

Each application is one dataset record. Key fields:

FieldDescription
councilId / councilName / portalTypeSource identifiers.
applicationRefCouncil's application reference (e.g. PLAN/2026/0042).
address / postcodeSite location.
proposalDescription of works.
applicationType / status / decisionApplication category and current state.
receivedDate / validatedDate / decisionDateKey dates.
ward / parish / caseOfficerLocal context.
documentsDocument-list metadata (title, type, date, URL) — only when includeDocuments: true. Documents are never downloaded.
firstSeenAt / lastSeenAt / isNewMonitoring-mode tracking (only populated when stateKey is set).
detailUrl / documentsUrlSource-verifiable links back to the council portal.

Notes

  • Document content is never downloaded. Only metadata (title, type, date, URL) is surfaced.
  • Public comments are not scraped (personal-data risk).
  • applicantName / agentName are returned only when the council exposes them publicly on detail pages.

Reliability

  • Transient network failures retry automatically with exponential backoff.
  • Per-council error isolation: a single failing council does not fail the whole run unless failOnCouncilError is true. The summary records each council's status individually.

Roadmap

  • More Northgate Planning Explorer councils (the adapter is live — Birmingham is the first; Wandsworth needs detail-page enrichment for dates/decision before it ships).
  • Additional Idox and Northgate councils by request.