# Scrape UK Charities with Income Over £1m

**Use case:** 

Scrape UK charities earning over £1m from the Charity Commission register with Charity, Type, Income (£), Phone, Email and Lead score.

## Input

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

## Output

```json
{
  "charityName": {
    "label": "Charity"
  },
  "charityType": {
    "label": "Type"
  },
  "latestIncome": {
    "label": "Income (£)"
  },
  "incomeBand": {
    "label": "Band"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website"
  },
  "postcode": {
    "label": "Postcode"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## 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.