# Pizza UK Food Hygiene

**Use case:** 

Explore pizza with UK Food Hygiene Scraper - Business Ratings. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "businessName": "pizza",
  "address": "",
  "localAuthorityId": "",
  "businessTypeId": "",
  "maxResults": 3
}
```

## Output

```json
{
  "fhrs_id": {
    "label": "Fhrs Id",
    "format": "text"
  },
  "business_name": {
    "label": "Business Name",
    "format": "text"
  },
  "business_type": {
    "label": "Business Type",
    "format": "text"
  },
  "rating_value": {
    "label": "Rating Value",
    "format": "text"
  },
  "rating_date": {
    "label": "Rating Date",
    "format": "date"
  },
  "new_rating_pending": {
    "label": "New Rating Pending",
    "format": "text"
  },
  "hygiene_score": {
    "label": "Hygiene Score",
    "format": "text"
  },
  "structural_score": {
    "label": "Structural Score",
    "format": "text"
  },
  "management_confidence_score": {
    "label": "Management Confidence Score",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "local_authority": {
    "label": "Local Authority",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "record_url": {
    "label": "Record Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

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