# Scrape Large UK Charities & Trustees

**Use case:** 

Export large UK charities and their trustees with Charity, Charity no., Income (£), Expenditure (£), Band and Period end. Export to JSON, CSV or Excel.

## Input

```json
{
  "statuses": [
    "Registered"
  ],
  "mainCharitiesOnly": true,
  "minIncome": 5000000,
  "withEmailOnly": false,
  "withPhoneOnly": false,
  "withWebsiteOnly": false,
  "registeredCompaniesOnly": false,
  "cioOnly": false,
  "giftAidOnly": false,
  "includeTrustees": true,
  "includeClassification": false,
  "sortBy": "incomeHigh",
  "maxResults": 1000,
  "includeRawFields": false,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "charityName": {
    "label": "Charity"
  },
  "charityNumber": {
    "label": "Charity no."
  },
  "latestIncome": {
    "label": "Income (£)"
  },
  "latestExpenditure": {
    "label": "Expenditure (£)"
  },
  "incomeBand": {
    "label": "Band"
  },
  "latestFinancialPeriodEnd": {
    "label": "Period end"
  },
  "charityType": {
    "label": "Type"
  },
  "isCIO": {
    "label": "CIO"
  },
  "companyNumber": {
    "label": "Company no."
  }
}
```

## About this Actor

This example demonstrates how to use [UK Charity Commission Leads Scraper (Charities & Trustees)](https://apify.com/scrapesage/uk-charity-commission-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/uk-charity-commission-leads) to learn more, explore other use cases, and run it yourself.