UK Planning Applications Scraper avatar

UK Planning Applications Scraper

Pricing

from $2.50 / 1,000 results

Go to Apify Store
UK Planning Applications Scraper

UK Planning Applications Scraper

Find new UK planning applications by postcode, council or map area: address, type, status, dates, coordinates, and the trades each job implies. 400+ councils, updated daily.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Oski

Oski

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Search new UK planning applications by postcode radius, council, or map area, and get clean structured data: address, description, type, status, dates, coordinates, agent, the council record link, and the trades each job implies (extension, loft, driveway, solar, and more).

Covers 400+ UK planning authorities, refreshed daily.

What you can do

  • By postcode: give WD17 1AB and a radius, get everything nearby.
  • By council: give Watford or Southwark, get the whole authority.
  • By map area: give a bounding box.
  • Filter by trade, keyword, application type (Full, Outline, Trees, Advertising...), size (Small/Medium/Large), and received-date window.

Input

{
"postcodes": ["M1 1AE"],
"radiusKm": 2,
"daysBack": 30,
"trades": ["extension/building", "loft/roofing"]
}
FieldWhat it does
postcodes + radiusKmSearch around postcodes (geocoded via postcodes.io).
authoritiesWhole councils by name.
bboxMap areas as lng_min,lat_min,lng_max,lat_max.
daysBack or dateFrom/dateToReceived-date window (default last 30 days).
tradesFilter to implied trades.
keywords, appTypes, appSizesExtra filters.
maxResultsCap on rows. You pay only for rows returned.

Output

{
"reference": "26/AP/1958",
"council": "Southwark",
"address": "38 Winterbrook Road London SE24 9JA",
"postcode": "SE24 9JA",
"description": "Demolition of the existing rear extension and erection of a single-storey wraparound rear extension...",
"app_type": "Full",
"app_size": "Small",
"status": "Undecided",
"trades": ["extension/building"],
"received_date": "2026-07-07",
"agent": "...",
"latitude": 51.451477,
"longitude": -0.097187,
"council_url": "https://planning.southwark.gov.uk/online-applications/...",
"source": "planit.org.uk"
}

Pricing

Pay per event: a small charge to start, then per application returned.

Notes

  • Application data is aggregated by PlanIt (planit.org.uk), which covers 400+ UK planning authorities and refreshes daily. Postcodes are geocoded via postcodes.io.
  • A radius search around ultra-dense central-London postcodes can be slow; searching by council is faster and usually what you want anyway.