Programmatic access to 500,000+ planning applications across UK councils. Structured JSON, updated weekly, with contact information.
Authenticate with your API key in the header. Every response includes lead scores, contact info, and pagination.
# Fetch the top leads across all London boroughs curl https://leadlink-0edw.onrender.com/api/feed \ -H "X-API-Key: ll_your_key_here" \ -G -d per_page=100 \ -d category=non_householder
// Response { "total": 184293, "records": [ { "lpa_app_no": "2024/1234/FUL", "council_slug": "camden", "application_type": "Full Planning Permission", "status": "Application Pending", "lead_score": 95, "applicant_name": "ACME Developments Ltd", "agent_name": "Jones Planning Ltd", "description": "Demolition and erection of...", "lat": 51.529, "lon": -0.124, "x_remaining": 899 } ] }
| Plan | Daily Requests | Max per_page | Bulk Export | Commercial Use |
|---|---|---|---|---|
| API Access | 1,000 / day | 500 | No | Internal only |
| Data License | 10,000 / day | 500 | Yes | Yes (incl. AI training) |