# Scrape Australian Accountant Leads - Xero

**Use case:** 

Export Xero-certified accounting and bookkeeping firms in Australia with Firm, Tier, Partner since, City, Region and Website. Export to CSV or Excel.

## Input

```json
{
  "countries": [
    "AU"
  ],
  "partnerTiers": [],
  "industries": [],
  "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"
  },
  "partnerSince": {
    "label": "Partner since"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "Region"
  },
  "country": {
    "label": "Country"
  },
  "industries": {
    "label": "Industries served"
  },
  "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.