# Scrape US Xero Advisors for Healthcare Firms

**Use case:** 

Find US Xero advisors that serve healthcare and social services with Firm, Tier, Specialties, Industries served, City, Region and Website.

## Input

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

## Output

```json
{
  "name": {
    "label": "Firm"
  },
  "partnerTier": {
    "label": "Tier"
  },
  "specialties": {
    "label": "Specialties"
  },
  "industries": {
    "label": "Industries served"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "Region"
  },
  "country": {
    "label": "Country"
  },
  "website": {
    "label": "Website"
  },
  "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.