Planning & Zoning Application Scraper avatar

Planning & Zoning Application Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Planning & Zoning Application Scraper

Planning & Zoning Application Scraper

Scrapes UK planning and zoning applications from the PlanIt aggregator API, covering 400+ local planning authorities. Supports keyword, authority, status, and date-range filters, returning application details, addresses, decisions, dates, locations, and official application URLs.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrapes UK planning and zoning applications from the official PlanIt aggregator API , which consolidates 400+ local planning authorities. No API key required.

Input

FieldDefaultDescription
search""Keyword search over application descriptions
authorityCamdenPlanning authority name (PlanIt auth param); empty = all authorities
statusallDecision status filter (undecided, permitted, rejected, withdrawn, …)
start_date""Applications received on/after, YYYY-MM-DD
end_date""Applications received on/before, YYYY-MM-DD
limit50Max application records (max 1000, 50 per page)

Output

{
"planit_id": "Camden/2026/1234",
"uid": "2026/1234/P",
"authority": "Camden",
"address": "10 Example Street, London NW1 1AA",
"postcode": "NW1 1AA",
"description": "Erection of single-storey rear extension...",
"status": "Permitted",
"app_type": "Full",
"app_size": "Small",
"application_url": "https://planningrecords.camden.gov.uk/...",
"start_date": "2026-05-01",
"decided_date": "2026-07-15",
"lat": 51.539,
"lng": -0.142,
"raw": { "…": "original PlanIt record" }
}