# Scrape UK Charity Email Contacts

**Use case:** 

Build a UK charity email list with Charity, Phone, Email, Website, Address, Register and Lead score. Ready-to-use contact list.

## Input

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

## Output

```json
{
  "charityName": {
    "label": "Charity"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website"
  },
  "fullAddress": {
    "label": "Address"
  },
  "registerUrl": {
    "label": "Register"
  },
  "charityNumber": {
    "label": "Charity no."
  },
  "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.