SmartStreet smartstreet
SmartStreet for Business

Area intelligence, as an API.

The same explainable area analysis that powers the SmartStreet app - an overall score and nine category scores for any UK postcode - available for your own product, underwriting flow or research, over a clean JSON API.

Built on lawful, open UK public data. No scraping, ever.

What you get

One request returns a fully-scored area report - the overall /10, confidence, and every category with a plain-English explanation you can show your own users.

CrimeSchoolsDeprivation IncomeAmenitiesTransport EnvironmentNoisePrice & value

Who it's for

Banks & lenders

Enrich mortgage and affordability journeys with objective area context at the point of decision.

Insurers

Add environmental, crime and area signals to pricing and risk models by postcode.

Proptech & portals

Drop an explainable "know the area" panel into listings, valuations and relocation tools.

Surveyors & agents

Back up local knowledge with sourced, versioned data your clients can trust.

Relocation & HR

Help people compare areas fairly when they move for work or life.

Researchers

Consistent, methodology-versioned area scores across the UK for analysis at scale.

How it works

Authenticate with an API key, then GET any postcode. You get back a stable, versioned JSON envelope - scores, percentiles, explanations, and the source attributions you must display.

Endpoint: https://api.getsmartstreet.co.uk/api/v1/partner/areas/{postcode}

Auth: Authorization: Bearer sk_live_…

# request
curl https://api.getsmartstreet.co.uk/api/v1/partner/areas/SW1A%201AA \
  -H "Authorization: Bearer sk_live_…"

# response (abridged)
{
  "query": "SW1A 1AA",
  "overall": { "score": 7.7, "confidence": "high" },
  "categories": [
    { "key": "transport", "score": 9.1,
      "summary": "Excellent connections…" }
  ],
  "attribution": [ "© OpenStreetMap contributors", … ]
}

Why SmartStreet

Explainable

Every score comes with the reasoning behind it - no black box.

Versioned

Scoring, methodology and calibration versions ship in every response, so results are reproducible.

Lawful & open

Derived only from official UK public data under the Open Government Licence, OpenStreetMap and HM Land Registry - with attributions passed through.

Talk to us about access

Tell us what you're building and we'll set you up with an API key and the full documentation.