# UK Ofsted Inspections | School & Nursery Ratings Data Export

**Use case:** 

Data Export of UK Ofsted Inspections | School & Nursery Ratings. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchQuery": "oxford",
  "maxItems": 100,
  "maxPages": 1
}
```

## Output

```json
{
  "urn": {
    "label": "URN",
    "format": "text"
  },
  "providerName": {
    "label": "Provider",
    "format": "text"
  },
  "providerUrl": {
    "label": "Report URL",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "latestReport": {
    "label": "Latest Report",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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