Uk Planning Applications avatar

Uk Planning Applications

Pricing

Pay per usage

Go to Apify Store
Uk Planning Applications

Uk Planning Applications

Extract UK planning applications from 425+ councils across England, Scotland, and Wales. Get structured data on every permitted development, housing project, and commercial build with site addresses, decision dates, planning agent, contacts, dwelling counts, and direct links to council portals.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Devon

Devon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

UK Planning Applications Scraper

Extract planning applications from 425+ UK councils — every permitted development, housing project, and commercial build across England, Scotland, and Wales. Get structured, export-ready data with site addresses, decision dates, planning agent contacts, dwelling counts, and direct links to council portals.

No API key needed. No login required. Just configure your filters and run.

Why use this actor?

UK planning data is scattered across 425 separate council portals, each with a different interface. Enterprise providers like Glenigan charge £10,000–£50,000/year for access to the same data.

This actor gives you the same coverage for a fraction of the cost — structured, filterable, and exportable to JSON, CSV, or Excel in one click.

Coverage: 425+ local authorities across England, Scotland, and Wales. Over 20 million historical records.

Who is this for?

  • Construction companies — find newly permitted developments before your competitors. Contact the planning agent directly from the data.
  • Building material suppliers — track large developments (10+ dwellings) to time your outreach when projects get the green light.
  • Property developers — monitor planning decisions by area, spot trends, and identify sites.
  • Recruitment agencies — large permitted projects mean hiring. Target construction firms with active permissions.
  • Planning consultants — benchmark competitor win rates across councils and track market share.
  • Property investors — analyse permitted dwelling counts by region to spot growth corridors.
  • Researchers & journalists — track housing supply, infrastructure projects, and local development patterns at scale.

What data do you get?

Each planning application includes:

FieldDescriptionExample
councilLocal authority nameCroydon
addressFull site addressLand Rear Of 13 To 73 Stafford Road
postcodeUK postcodeCR0 3PH
descriptionFull application descriptionDemolition of existing buildings and erection of residential development comprising 211 units
appTypeApplication typeFull Planning Permission
appSizeDevelopment scaleLarge
appStateDecision statusPermitted
decidedDateDecision date2026-02-10
startDateSubmission date2025-11-15
agentCompanyPlanning agent / consultancySavills
agentTelAgent phone number020 7499 8644
applicantCompanyDeveloper / applicantStafford Road Developments Ltd
dwellingsProposed residential units211
latitudeSite latitude51.3726
longitudeSite longitude-0.0998
portalUrlLink to council planning portalhttps://publicaccess.croydon.gov.uk/...
planitUrlLink to PlanIt recordhttps://www.planit.org.uk/planapplic/...

How to use it

1. Find permitted developments in specific councils

Search one or more councils for recently approved large developments:

{
"councils": ["Croydon", "Tower Hamlets", "Westminster"],
"appSize": ["Large"],
"appState": ["Permitted"],
"daysBack": 180,
"maxResults": 500
}

2. Nationwide search for large housing projects

Find all large permitted developments across the entire UK in the last 90 days:

{
"appSize": ["Large"],
"appState": ["Permitted"],
"daysBack": 90,
"appTypes": ["Full", "Outline"],
"maxResults": 2000
}

Find all planning applications within 15km of a specific location:

{
"postcode": "EC2A 4NE",
"radiusKm": 15,
"appSize": ["Large", "Medium"],
"appState": ["Permitted"],
"daysBack": 90,
"maxResults": 500
}

4. Track undecided applications (pipeline)

Monitor applications still awaiting a decision — useful for forecasting upcoming projects:

{
"councils": ["Manchester", "Birmingham", "Leeds"],
"appSize": ["Large"],
"appState": ["Undecided"],
"daysBack": 365,
"maxResults": 1000
}

Input parameters

ParameterTypeDefaultDescription
councilsstring[](nationwide)Council names to search. Leave empty to search all 425+ councils.
appSizeselect[]Large, MediumLarge = 10+ dwellings or 1,000+ sqm. Medium = minor. Small = householder.
appStateselect[]PermittedPermitted, Undecided, Conditions, Rejected, Withdrawn, Referred, Appeal
daysBackinteger90How far back to search (by decision date). Range: 1–365.
searchTextstringFree text search across description, address, and reference number.
postcodestringUK postcode as centre point for radius search.
radiusKmnumber10Search radius in km (requires postcode).
appTypesstring[](all)Filter by type: Full, Outline, Reserved, Hybrid, Demolition, etc.
maxResultsinteger500Cap on total results. Maximum 5,000.

Rate limiting

The underlying data source enforces a rate limit of approximately 1 request per minute. This actor respects this automatically. Timing:

  • 1 council: ~1 minute
  • 10 councils: ~10 minutes
  • Nationwide (no council filter): ~1–2 minutes (single API call)

Multi-council queries run sequentially with a 62-second delay between each council to stay within limits.

Example output

{
"council": "Croydon",
"address": "Land Rear Of 13 To 73 Stafford Road, Duppas Hill Road, Croydon",
"postcode": "CR0 3PH",
"description": "Demolition of existing buildings and erection of residential development comprising 211 units with associated landscaping and parking",
"appType": "Full Planning Permission",
"appSize": "Large",
"appState": "Permitted",
"decidedDate": "2026-02-10",
"startDate": "2025-11-15",
"agentCompany": "Savills",
"agentTel": "020 7499 8644",
"applicantCompany": "Stafford Road Developments Ltd",
"dwellings": 211,
"latitude": 51.3726,
"longitude": -0.0998,
"portalUrl": "https://publicaccess.croydon.gov.uk/online-applications/applicationDetails.do?keyVal=ABC123",
"planitUrl": "https://www.planit.org.uk/planapplic/Croydon/25/03826/LE/"
}

How it compares

FeatureThis actorGlenigan (enterprise)Other Apify actors
Councils covered425+400+3 (single portal only)
Application typesAllAll3 types
PricingPay-per-result£10K–£50K/year£49/month rental
Data exportJSON, CSV, ExcelLocked platformLimited
FiltersSize, status, postcode, text, type, councilSimilarBasic
API accessFull Apify APIRestrictedLimited
Nationwide searchYesYesNo

Data source

All data comes from PlanIt, which aggregates publicly available planning data from UK local authority portals. The data is published by councils under statutory obligation — this actor provides structured, filterable access to it.

Tips for best results

  1. Start with a single council to verify the data matches your needs, then scale up.
  2. Use appSize: Large for the highest-value leads — these are major developments with the biggest contracts.
  3. Combine with a contact enrichment actor — take the agentCompany and portalUrl fields and feed them into a contact scraper to get email addresses.
  4. Set up a scheduled run (weekly or monthly) to automatically track new permissions as they're granted.
  5. Export to CSV for easy import into your CRM or outreach tool.