# Manchester Ofsted report monitor

**Use case:** 

Monitor Manchester Ofsted school providers, ratings, latest report dates, local authorities, and report PDF links.

## Input

```json
{
  "queries": [
    "Manchester schools"
  ],
  "startUrls": [
    {
      "url": "https://reports.ofsted.gov.uk/search?q=London&status%5B0%5D=1&rows=10"
    },
    {
      "url": "https://reports.ofsted.gov.uk/provider/28/134798"
    }
  ],
  "maxItems": 200,
  "maxPagesPerSearch": 20,
  "includeDetails": true,
  "openOnly": true,
  "requestDelayMs": 300
}
```

## Output

```json
{
  "providerName": {
    "label": "Provider name"
  },
  "urn": {
    "label": "URN"
  },
  "providerUrl": {
    "label": "Provider URL",
    "format": "link"
  },
  "category": {
    "label": "Category"
  },
  "address": {
    "label": "Address"
  },
  "postcode": {
    "label": "Postcode"
  },
  "rating": {
    "label": "Search rating"
  },
  "latestReportDate": {
    "label": "Latest report date"
  },
  "inspectionOutcome": {
    "label": "Inspection outcome"
  },
  "inspectionOutcomeDate": {
    "label": "Outcome date"
  },
  "providerType": {
    "label": "Provider type"
  },
  "localAuthority": {
    "label": "Local authority"
  },
  "region": {
    "label": "Region"
  },
  "responsibleBody": {
    "label": "Responsible body"
  },
  "ageRange": {
    "label": "Age range"
  },
  "gender": {
    "label": "Gender"
  },
  "numberOfPupils": {
    "label": "Pupils"
  },
  "reports": {
    "label": "Reports"
  },
  "latestReportUrl": {
    "label": "Latest report URL",
    "format": "link"
  },
  "sourceSearchUrl": {
    "label": "Source search URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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