Stop stitching together spreadsheets. PharmaFind aggregates NHS England, Scotland and Northern Ireland's official registers into a single, searchable, exportable database — contact details, opening hours and locations for every community pharmacy and GP practice in the UK.
England · Wales · Scotland · Northern Ireland — 99.3% geocoded, updated on a scheduled pipeline, never entered by hand.
If your business talks to pharmacies, you're currently paying someone to find them, one by one. We already did — for all of them.
Placing locum pharmacists? Pull every pharmacy in a candidate's travel radius — with phone, email and Saturday hours — in one download instead of a day of googling.
e.g. "All pharmacies within 25 mi of Leeds with an email address"Build clean delivery routes and rep territories from geocoded, deduplicated premises data — including who's open when your driver arrives.
e.g. "Every pharmacy in the M postcode area, as Excel"Segment the entire market by geography and contactability. Public, licence-clean organisational data with source attribution baked into every file.
e.g. "Independent pharmacies in Wales with websites"A clean JSON API over the same database that powers this site — radius search, opening hours, NHS verification status. Skip six weeks of ETL.
e.g. GET /api/search?postcode=BT1&radius_miles=5Postcode area or district, radius around any point, town, county, service type, 24-hour only, has email / website / phone, opening hours coverage.
Live record count and contact-coverage breakdown for your exact filter — you see what you're getting before you download it.
Formatted Excel with licence sheet, plain CSV for your CRM, or JSON via the API. Attribution and verification dates included in every file.
NHS ODS only covers England & Wales — we merge Scotland (PHS) and Northern Ireland (HSC BSO) registers for the complete picture.
Every record carries its source and last-verified date. Corrections are audited. No mystery data.
Structured weekly hours from NHS.UK profiles — including bank-holiday exceptions — plus "open now" computed live.
99.3% of records carry coordinates via the ONS postcode register. Radius search that actually works.
Scheduled ETL pipelines re-import from source. Pharmacy closed down? It leaves your next export.
Open Government Licence & ODbL data, with attribution embedded in every export. Safe to build a business on.
Radius search, filters and bulk export over HTTPS. JSON in, JSON out. Included with PharmaFind Pro.
# every pharmacy within 5 miles of Belfast city centre
curl "https://pharmafind.pharmacys.org/api/search" \
-G -d postcode=BT1 -d radius_miles=5
{
"count": 78,
"results": [{
"name": "GORDONS CHEMISTS",
"postcode": "BT1 4DA",
"distance_miles": 0.06,
"open_now": true,
"nhs_verified": true, …
}, …]
}
Finding a pharmacy, browsing listings and previewing exports is free for everyone, always. PharmaFind Pro unlocks unlimited data downloads and full API access on a simple monthly subscription — cancel any time.