# London Ofsted primary school extractor

**Use case:** 

Scrape London primary school Ofsted register records with grades, URNs, local authority and provider URLs.

## Input

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

## Output

```json
{
  "urn": {
    "label": "URN"
  },
  "schoolName": {
    "label": "School name"
  },
  "ofstedPhase": {
    "label": "Phase"
  },
  "educationType": {
    "label": "Education type"
  },
  "localAuthority": {
    "label": "Local authority"
  },
  "region": {
    "label": "Region"
  },
  "postcode": {
    "label": "Postcode"
  },
  "latestOeifOverallEffectivenessText": {
    "label": "Latest grade"
  },
  "latestOeifInspectionPublicationDate": {
    "label": "Publication date"
  },
  "totalPupils": {
    "label": "Pupils"
  },
  "providerUrl": {
    "label": "Ofsted URL",
    "format": "link"
  },
  "sourceDatasetUrl": {
    "label": "Source CSV",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## 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.