# PCAOB Auditor Registry And Inspection Report — Full Export

**Use case:** 

Scrape the full pcaob auditor registry and inspection report dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract pcaob auditor registry and inspection report for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "firmName": "",
  "country": "",
  "globalNetwork": "",
  "inspectionYearFrom": 2020,
  "inspectionYearTo": 2026,
  "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.