# PCAOB Deloitte Inspection Reports Dataset

**Use case:** 

Download all PCAOB inspection records for Deloitte network firms — deficiency rates, countries, inspection years 2003–2025, and PDF links. No auth needed.

## Input

```json
{
  "sp_intended_usage": "Audit quality research comparing Deloitte network inspection outcomes across jurisdictions",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "firmName": "",
  "country": "",
  "globalNetwork": "Deloitte",
  "inspectionYearFrom": 2015,
  "inspectionYearTo": 2025,
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "registration_id": {
    "label": "Registration Id",
    "format": "number"
  },
  "firm_name": {
    "label": "Firm Name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "global_network": {
    "label": "Global Network",
    "format": "string"
  },
  "inspection_year": {
    "label": "Inspection Year",
    "format": "number"
  },
  "total_audits_reviewed": {
    "label": "Total Audits Reviewed",
    "format": "number"
  },
  "audits_with_part_ia_deficiencies": {
    "label": "Audits With Part Ia Deficiencies",
    "format": "number"
  },
  "part_ia_deficiency_rate": {
    "label": "Part Ia Deficiency Rate",
    "format": "number"
  },
  "report_pdf_url": {
    "label": "Report Pdf Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [PCAOB Auditor Registry and Inspection Report Scraper](https://apify.com/jungle_synthesizer/pcaob-auditor-inspection-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/pcaob-auditor-inspection-crawler) to learn more, explore other use cases, and run it yourself.