# Scrape UK CIO Charities & Financials

**Use case:** 

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

## Input

```json
{
  "statuses": [
    "Registered"
  ],
  "mainCharitiesOnly": true,
  "withEmailOnly": false,
  "withPhoneOnly": false,
  "withWebsiteOnly": false,
  "registeredCompaniesOnly": false,
  "cioOnly": true,
  "giftAidOnly": false,
  "includeTrustees": false,
  "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.