# Scrape US Accountant Leads with Email - Xero

**Use case:** 

Build a ready-to-use accountant contact list from Xero with Firm, Tier, Website, Phone, Email, City and Region. Emails enriched from firm websites.

## Input

```json
{
  "countries": [
    "US"
  ],
  "partnerTiers": [],
  "industries": [],
  "maxItems": 100,
  "includeStaff": true,
  "enrichEmails": true,
  "maxEmailPagesPerSite": 3,
  "monitorMode": false,
  "monitorStoreName": "xero-advisor-monitor",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Firm"
  },
  "partnerTier": {
    "label": "Tier"
  },
  "website": {
    "label": "Website"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "Region"
  },
  "country": {
    "label": "Country"
  },
  "leadScore": {
    "label": "Score"
  },
  "profileUrl": {
    "label": "Xero profile"
  }
}
```

## About this Actor

This example demonstrates how to use [Xero Advisor Scraper - Accountant & Bookkeeper Leads](https://apify.com/scrapesage/xero-advisor-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/xero-advisor-scraper) to learn more, explore other use cases, and run it yourself.