# Aberdeenshire UK Food Hygiene Ratings

**Use case:** 

Extract UK Food Hygiene Ratings data filtered by Aberdeenshire. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "localAuthorityId": "198",
  "businessTypeId": "any",
  "ratingKey": "any"
}
```

## Output

```json
{
  "fhrsId": {
    "label": "FHRS ID",
    "format": "number"
  },
  "businessName": {
    "label": "Business Name",
    "format": "text"
  },
  "businessType": {
    "label": "Business Type",
    "format": "text"
  },
  "businessTypeId": {
    "label": "Business Type ID",
    "format": "number"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "text"
  },
  "ratingKey": {
    "label": "Rating Key",
    "format": "text"
  },
  "schemeType": {
    "label": "Scheme",
    "format": "text"
  },
  "ratingDate": {
    "label": "Last Inspection",
    "format": "date"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "postCode": {
    "label": "Post Code",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "hygieneScore": {
    "label": "Hygiene Score",
    "format": "number"
  },
  "structuralScore": {
    "label": "Structural Score",
    "format": "number"
  },
  "confidenceInManagementScore": {
    "label": "Management Score",
    "format": "number"
  },
  "newRatingPending": {
    "label": "Rating Pending",
    "format": "boolean"
  },
  "rightToReply": {
    "label": "Right to Reply",
    "format": "text"
  },
  "localAuthorityName": {
    "label": "Local Authority",
    "format": "text"
  },
  "localAuthorityCode": {
    "label": "LA Code",
    "format": "text"
  },
  "localAuthorityEmail": {
    "label": "LA Email",
    "format": "text"
  },
  "localAuthorityWebsite": {
    "label": "LA Website",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Food Hygiene Ratings Scraper](https://apify.com/parseforge/fsa-uk-food-hygiene-ratings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/fsa-uk-food-hygiene-ratings-scraper) to learn more, explore other use cases, and run it yourself.