# Ofsted school inspection outcome monitor

**Use case:** 

Monitor Ofsted school inspection outcomes by grade, concern status, local authority and school phase.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.gov.uk/government/collections/maintained-schools-and-academies-inspections-and-outcomes-official-statistics"
    }
  ],
  "maxRecords": 1000,
  "ofstedRegions": [],
  "regions": [],
  "localAuthorities": [],
  "phases": [],
  "educationTypes": [],
  "overallEffectivenessGrades": [
    "3",
    "4"
  ],
  "onlyConcerns": false,
  "includeRawRecord": false
}
```

## Output

```json
{
  "urn": {
    "label": "URN"
  },
  "schoolName": {
    "label": "School name"
  },
  "latestOeifInspectionNumber": {
    "label": "OEIF inspection no."
  },
  "latestOeifInspectionType": {
    "label": "OEIF type"
  },
  "latestOeifInspectionStartDate": {
    "label": "OEIF start"
  },
  "latestOeifInspectionPublicationDate": {
    "label": "OEIF publication"
  },
  "latestOeifOverallEffectiveness": {
    "label": "Overall"
  },
  "latestOeifQualityOfEducation": {
    "label": "Quality"
  },
  "latestOeifBehaviourAndAttitudes": {
    "label": "Behaviour"
  },
  "latestOeifPersonalDevelopment": {
    "label": "Personal development"
  },
  "latestOeifLeadershipAndManagement": {
    "label": "Leadership"
  },
  "latestOeifSafeguardingEffective": {
    "label": "Safeguarding"
  },
  "latestUngradedInspectionDate": {
    "label": "Ungraded date"
  },
  "ungradedInspectionOverallOutcome": {
    "label": "Ungraded outcome"
  },
  "categoryOfConcern": {
    "label": "Concern"
  },
  "mostRecentCategoryOfConcern": {
    "label": "Recent concern"
  }
}
```

## About this Actor

This example demonstrates how to use [Ofsted School Register Scraper](https://apify.com/automation-lab/ofsted-school-register-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/ofsted-school-register-scraper) to learn more, explore other use cases, and run it yourself.