Xero Advisor Directory Scraper avatar

Xero Advisor Directory Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Xero Advisor Directory Scraper

Xero Advisor Directory Scraper

Xero certified accounting firms and bookkeepers, filtered by location, industry and partner tier. Pay only per result returned.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

M Usama

M Usama

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Categories

Share

What does Xero Advisor Directory Scraper do?

It returns Xero certified accounting firms and bookkeepers from the Xero advisor directory: firm name, partner tier, industries served, city, state, country, website, phone, address, achievements, and social links. Filter by location, industry, and partner tier to pull only the firms relevant to your market, and set a result cap so the run cost stays predictable.

Data source

Public JSON search API behind xero.com/advisors/find-advisors/, refreshed live on every run.

Why use it?

  • Build a lead list of accounting firms and bookkeepers in a specific city, state, or country to pitch software, services, or partnerships.
  • Research competitor density and partner tier mix (Platinum, Gold, Silver, Bronze, Starter) in a market before entering it.
  • Monitor which firms hold which Xero specialties (payroll, migration, tax) for referral matching.
  • Replaces manually paging through the directory website and copying firm details by hand.

How to use it

  1. Open the Actor and set your location, industry, and partner tier filters.
  2. Click Start. Download results as JSON, CSV, or Excel, or read them through the API.
  3. Add a Schedule and an Integration (Slack, Google Sheets, webhook) to get new or changed firms automatically.

Input

FieldDescription
keywordFree text matched against the firm name and description.
locationCountry, state or province, or city to filter by, for example United States, California, or San Francisco.
industryIndustry specialty to filter by. Leave on Any industry to skip this filter.
partnerTierXero partner tier to filter by: Platinum, Gold, Silver, Bronze, or Starter.
maxResultsHard stop for the run. You are billed per result, so this caps the cost.
proxyConfigurationApify proxy is recommended for larger runs.

Example input:

{
"location": "United States",
"industry": "Retail",
"partnerTier": "",
"maxResults": 100
}

Output

Every record has the same shape:

{
"id": "b1f0a0d9-83c0-4821-a5ef-e3e91861a2f9",
"name": "Scrubbed",
"partnerTier": "Platinum",
"industries": ["Manufacturing", "Professional services", "Retail", "E-commerce"],
"city": "San Francisco",
"state": "California",
"country": "US",
"website": "http://www.scrubbed.net",
"phone": "+1 8008375160",
"address": "38 Keyes Avenue Suite 200, San Francisco, California",
"xeroPartnerSince": 2014,
"achievements": ["Migration specialist", "Tax expert", "Payroll specialist"],
"description": "Scrubbed is a full-service accounting and professional services firm...",
"linkedin": "https://www.linkedin.com/company/scrubbed-net-llc",
"facebook": "https://www.facebook.com/scrubbednet",
"twitter": "@scrubbednet",
"logoUrl": "https://www.xero.com/pi/08c14fdb-903e-493f-b7ed-46aa18b023da.png",
"locationCount": 1,
"scrapedAt": "2026-09-17T08:13:22.505Z"
}
FieldMeaning
idStable key, safe for deduplication between runs
nameFirm or advisor name
partnerTierXero partner tier: Platinum, Gold, Silver, Bronze, or Starter
industriesIndustries the firm lists as specialties
city, state, countryPrimary office location
websiteFirm website
phonePrimary office phone number
addressPrimary office street address
xeroPartnerSinceYear the firm became a Xero partner
achievementsXero certifications and specialist badges the firm holds
descriptionFirm description as published in the directory
linkedin, facebook, twitterFirm social profiles, when published
logoUrlFirm logo image URL
locationCountNumber of offices the firm lists

Pricing

Pay per event: a small fee when a run starts, then a fixed price per result returned. You only pay for records that pass your filters. Set maxResults to cap any run.

Limitations

  • Only firms that opted into the public Xero advisor directory are covered; unlisted firms will not appear.
  • Individual staff or advisor names are not included, only firm level information as published in the directory.
  • Fields such as phone or website are only returned when the firm has published them.

FAQ

Is this legal? The Actor reads listings the site publishes for any visitor without a login and stores only business information published for that purpose. You are responsible for how you use the data.

Something is missing or broken? Open an issue in the Issues tab; response time is usually under a day.