# Manchester Food Businesses Rated 2 or Below - FSA Data

**Use case:** 

Official FSA food hygiene ratings for Manchester businesses scoring 2 or below, with address, inspection scores and dates. Export to CSV or JSON.

## Input

```json
{
  "postcodeOrAddress": "M1 1AE",
  "radiusMiles": 5,
  "ratingValue": "2",
  "actionableOnly": true,
  "sortBy": "rating",
  "maxResults": 500,
  "pageSize": 200
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "string"
  },
  "businessType": {
    "label": "Type",
    "format": "string"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "string"
  },
  "ratingDate": {
    "label": "Rated",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "postcode": {
    "label": "Postcode",
    "format": "string"
  },
  "localAuthority": {
    "label": "Local authority",
    "format": "string"
  },
  "fsaUrl": {
    "label": "FSA page",
    "format": "string"
  }
}
```

## About this Actor

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