The planning application signal
When a homeowner submits a planning application — for an extension, loft conversion, or change of use — they've made a deliberate decision about their property. In many cases, that decision is followed within 12–24 months by a sale. Either the improvement project completes and they sell at a higher price, or they realise they don't want the disruption and decide to move instead.
Either way, the planning application is an early signal that a property owner is thinking about their property's value. It arrives months before a for-sale board.
Around 500,000 householder planning applications are submitted in England and Wales each year. The vast majority are owner-occupiers who have never spoken to an estate agent.
Three ways agents use planning data
1. Proactive prospecting letters
The most direct use: when a householder application is approved in your patch, send a letter. The homeowner has just received planning permission for a kitchen extension or loft conversion — congratulate them, note that extended homes sell for more, and offer a free market appraisal once the work is done.
This works because the timing is right. The homeowner is already thinking about their property's value; your letter arrives at exactly the moment they're most receptive. Compare this to cold-door-knocking or mass leafleting where the timing is random.
2. Richer property appraisals
When you're pitching for a vendor's instruction, arriving with planning history creates instant credibility. You can show:
- Every application submitted on the property — approved, refused, or withdrawn
- What the neighbouring properties have had approved (sets expectations on development value)
- Whether any nearby applications indicate development pressure that could affect the sale
This is a genuine differentiator — most agents show Rightmove comps and a price guide. You show comps, price guide, and planning history. It signals expertise on a street-by-street basis.
3. Off-market leads from refused applications
A refused planning application is a frustrated homeowner. They wanted to extend and were turned down. In some cases, the property becomes harder to improve (listed building, conservation area constraints) and they decide to sell and move somewhere more flexible.
Monitoring refusals in your area and following up tactfully — "We noticed you had some challenges with planning at [address], we regularly work with buyers looking for renovation projects in this area" — can surface genuine off-market opportunities.
How the data works in practice
The PlanWire API gives you access to live planning applications across all UK councils. For an estate agency use case, the typical setup is:
- Set a postcode prefix filter covering your patch (e.g.
TW1,TW2) - Filter for
application_type=HouseholderorLawful Development Certificate - Filter for
status=Approvedif you want to target post-permission completions - Pull new results daily or via webhook, feed into your CRM
curl "https://api.planwire.io/v1/applications\ ?postcode_prefix=TW1\ &application_type=Householder\ &status=Approved\ &days=7\ &limit=50" \ -H "X-API-Key: your_api_key"
The response includes the full address, a link to the council portal (where you can view drawings and decision notice), and geocoordinates for mapping.
What the data doesn't tell you
Planning applications show you the property address and the nature of the proposed works, but not the homeowner's name or contact details directly. You'll need to cross-reference with Land Registry (which PlanWire now includes in each application response via the sold prices API) or use a standard letter addressed to "The Homeowner" at the address.
GDPR applies to personalised outreach if you can link the application to a named individual — "The Homeowner" letters are the safest approach and typically perform well anyway.
Building a CRM integration
If your team uses a CRM (Reapit, Jupix, Vebra, or a custom system), the cleanest approach is to use PlanWire webhooks to push new approved householder applications directly into the CRM as prospecting tasks. Your negotiators get a daily queue of addresses to contact, with the planning context already attached.
For a non-developer setup, PlanWire's email alerts (available on Pro tier) will send a daily digest of new applications matching your filters — no code required.
The competitive edge
Most estate agencies rely on Rightmove leads, door-knocking, and referrals. The agencies integrating planning data into their prospecting are contacting homeowners before they've even thought about listing — often before any competitor knows the property might come to market. That head start is the entire advantage.