UnifyAPI
← Back to catalog

ukfsa.establishment_search

mock data$0.002 / call

UK FSA Food Business Search

Search UK food businesses by name, address, postcode, or local authority. Returns the official Food Hygiene Rating Scheme score (0-5), business type, last inspection date, and full address. Covers 500K+ premises across England, Wales, Northern Ireland (Scotland has separate FHIS — pass/improvement required).

Financeprovider: Ukfsa#ukfsa#finance

Input schema

name

Business name fragment to search (e.g. 'Tesco', 'Pret', 'Wagamama'). Partial match supported.

string
address

Address or postcode fragment (e.g. 'SW1A 1AA', 'Manchester', 'Oxford Street').

string
latitude

WGS84 latitude for location-based search (use with longitude + max_distance_miles).

number
longitude

WGS84 longitude for location-based search.

number
page_size

Results per page (1-50, default 20).

integer
page_number

Page number for pagination (1-200, default 1).

integer
max_distance_miles

Search radius from lat/lon in miles (0-100, default 5).

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/ukfsa.establishment_search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"name":"<name>","address":"<address>","latitude":0,"longitude":0,"page_size":20,"page_number":1,"max_distance_miles":5}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.