# Dentists Inspection Reports in London

**Use case:** 

Extract CQC inspection reports and full provider details for every registered dentist in and around London — names, addresses, phone, website, registered manag

## Input

```json
{
  "start_urls": [
    {
      "url": "https://www.cqc.org.uk/search/all?query=&location-query=london&radius=25&filters[]=services:dentist"
    }
  ],
  "start": 1,
  "end": 100,
  "delay": 2
}
```

## Output

```json
{
  "title": {
    "label": "Service Name",
    "format": "text"
  },
  "report_url": {
    "label": "Report URL",
    "format": "link"
  },
  "report_type": {
    "label": "Report Type",
    "format": "text"
  },
  "service_name": {
    "label": "Service Name (Reports Page)",
    "format": "text"
  },
  "organisation_name": {
    "label": "Organisation",
    "format": "text"
  },
  "registered_manager": {
    "label": "Registered Manager",
    "format": "text"
  },
  "nominated_individual": {
    "label": "Nominated Individual",
    "format": "text"
  },
  "content": {
    "label": "Report Content",
    "format": "text"
  },
  "note": {
    "label": "Note",
    "format": "text"
  },
  "csv_row": {
    "label": "Provider Details",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Care Quality Commission Reports Scraper](https://apify.com/alkausari_mujahid/care-quality-commission-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/alkausari_mujahid/care-quality-commission-scraper) to learn more, explore other use cases, and run it yourself.