← Back to catalog
ukfsa.establishment_search
mock data$0.002 / callUK 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).
Input schema
name
stringBusiness name fragment to search (e.g. 'Tesco', 'Pret', 'Wagamama'). Partial match supported.
address
stringAddress or postcode fragment (e.g. 'SW1A 1AA', 'Manchester', 'Oxford Street').
latitude
numberWGS84 latitude for location-based search (use with longitude + max_distance_miles).
longitude
numberWGS84 longitude for location-based search.
page_size
integerResults per page (1-50, default 20).
page_number
integerPage number for pagination (1-200, default 1).
max_distance_miles
integerSearch radius from lat/lon in miles (0-100, default 5).
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}'