ACCA Accountancy Firms Scraper: Email, Phone & Address avatar

ACCA Accountancy Firms Scraper: Email, Phone & Address

Pricing

from $17.00 / 1,000 results

Go to Apify Store
ACCA Accountancy Firms Scraper: Email, Phone & Address

ACCA Accountancy Firms Scraper: Email, Phone & Address

Scrape the ACCA Find an Accountant directory for registered accountancy firms worldwide. Get firm name, full address, phone, EMAIL, website, sector expertise, services offered and named firm partners. Search by country, city or firm name. Export to JSON, CSV or Excel.

Pricing

from $17.00 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

ACCA Accountancy Firms Scraper: Email, Phone & Address

ACCA Accountancy Firms Scraper: Email, Phone & Address

Here is one real result, with every field the actor returns:

{
"firmName": "Maximiti Limited",
"registrationNumber": "6060555",
"email": "norman@maximiti.co.uk",
"phone": "01617982121",
"website": "https://www.maximiti.co.uk",
"street": "1st Floor 47 Bury New Road Prestwich",
"town": "manchester",
"county": null,
"postcode": "M25 9JY",
"country": "United Kingdom",
"isoCountry": "GB",
"sectorExpertise": "Engineering, Manufacturing",
"servicesOffered": "Share valuations, Management consultancy, Corporate finance",
"firmPartners": ["Norman Younger"],
"firmPartnersCount": 1,
"aiLeadScore": null,
"aiLeadTier": null,
"aiLeadRationale": null,
"aiSummary": "Maximiti Limited is an accountancy firm based in Manchester, UK, specializing in the engineering and manufacturing sectors. The firm offers services including share valuations, management consultancy, and corporate finance, likely catering to businesses within these industries.",
"aiIndustry": "Advisory",
"aiCategories": ["Share Valuations", "Management Consultancy", "Corporate Finance", "Engineering", "Manufacturing"],
"searchLocation": "Manchester",
"searchFirmName": null,
"detailUrl": "https://www.accaglobal.com/gb/en/member/find-an-accountant/find-firm/results/details.html?isocountry=GB&country=GB&location=Manchester&firmname=&pagenumber=1&resultsperpage=100&hid=&advisorid=6060555",
"source": "ACCA Find an Accountant",
"observedAt": "2026-08-14T06:13:42.219Z"
}

The most complete ACCA accountancy firm directory scraper available. It returns every contact field the ACCA Find an Accountant directory exposes (email, phone, website, full address, registration number), enriches each firm from its detail page with sector expertise, services and named partners, and offers optional AI add-ons for lead scoring, a profile summary and industry classification.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor searches the ACCA "Find an Accountant" firm directory by country and by one or more cities, towns or postcodes (optionally filtered by firm name), paginates through the matching firms, and writes one record per firm to the run's dataset. Each record carries the firm name, ACCA registration number, email, phone, website and full postal address. When fetchDetails is on (the default), each firm's detail page is opened to add its sector expertise, services offered, and named firm partners with a count.

Three optional AI add-ons (paid Apify plans only) can enrich each firm: aiLeadScore with tier and rationale qualifies the firm as a B2B outreach lead, aiSummary writes a concise profile, and aiIndustry plus aiCategories classify the firm's specialism. Missing values are returned as null, never invented.

Quickstart

Open the actor, paste this into the input, and press Run. It returns up to 50 accountancy firms in Manchester, UK, with full details.

{
"isoCountry": "GB",
"locations": ["Manchester"],
"fetchDetails": true,
"maxFirms": 50
}

Change isoCountry to any ACCA country (for example IE, SG, AE) and add more cities to locations. Every input field is optional; with an empty input the actor searches London, UK.

Input reference

FieldTypeRequiredDefaultDescription
isoCountrystringnoGBTwo-letter ISO country code to search within the ACCA directory, for example GB, IE, CY, SG, MY, AE, ZW, PK.
locationsstring[]no["London"]One or more city, town or postcode search terms. Each runs a separate search and results are combined.
firmNamestringno(empty)Only return firms whose name contains this text, for example accountancy, smith. Can be combined with cities or used alone.
fetchDetailsbooleannotrueWhen on, each firm is enriched from its detail page with sector expertise, services offered and named partners. Billed per firm enriched (details event).
maxFirmsintegerno50Maximum number of firms to collect across all searches.
sectorstringno(empty)Advanced filter: ACCA sector-expertise code to restrict results.
servicestringno(empty)Advanced filter: ACCA services-offered code to restrict results.
certificatestringno(empty)Advanced filter: ACCA certificate or licence code (for example audit or investment business).
withLeadScorebooleannofalsePaid AI add-on. Qualify each firm as a B2B outreach lead (0-100 score, tier, rationale). Charged per firm scored.
withProfileSummarybooleannofalsePaid AI add-on. Write a concise business summary of each firm. Charged per firm summarised.
withIndustrybooleannofalsePaid AI add-on. Classify each firm's primary specialism and service/sector tags. Charged per firm classified.

Output reference

One dataset item per firm. Types: string, integer, string[], or null when the source value is absent.

FieldTypeDescription
firmNamestringAccountancy firm name.
registrationNumberstringACCA firm registration number, or null.
emailstringContact email, or null.
phonestringContact phone, or null.
websitestringFirm website, or null.
streetstringStreet address.
townstringTown or city.
countystringCounty or region, or null.
postcodestringPostal code, or null.
countrystringFull country name.
isoCountrystringTwo-letter ISO country code.
sectorExpertisestringSector expertise from the detail page (with fetchDetails), or null.
servicesOfferedstringServices offered from the detail page (with fetchDetails), or null.
firmPartnersstring[]Named firm partners (with fetchDetails), or null.
firmPartnersCountintegerNumber of named partners, or null.
aiLeadScoreintegerAI B2B lead score 0 to 100 when the add-on is enabled, else null.
aiLeadTierstringAI lead tier (hot/warm/cold) when enabled, else null.
aiLeadRationalestringAI rationale for the lead score when enabled, else null.
aiSummarystringAI profile summary when the add-on is enabled, else null.
aiIndustrystringAI primary specialism when the add-on is enabled, else null.
aiCategoriesstring[]AI service/sector tags when enabled, else null.
searchLocationstringThe location term that returned this firm, or null.
searchFirmNamestringThe firm-name filter used, or null.
detailUrlstringDirect link to the firm's ACCA detail page.
sourcestringAlways ACCA Find an Accountant.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringPresent only on a failed run; a single item with a populated error field is written instead.

Example output record

Real record from a live run (input {"isoCountry": "GB", "locations": ["Manchester"], "fetchDetails": true, "withProfileSummary": true, "withIndustry": true}):

{
"firmName": "Maximiti Limited",
"registrationNumber": "6060555",
"email": "norman@maximiti.co.uk",
"phone": "01617982121",
"website": "https://www.maximiti.co.uk",
"street": "1st Floor 47 Bury New Road Prestwich",
"town": "manchester",
"county": null,
"postcode": "M25 9JY",
"country": "United Kingdom",
"isoCountry": "GB",
"sectorExpertise": "Engineering, Manufacturing",
"servicesOffered": "Share valuations, Management consultancy, Corporate finance",
"firmPartners": ["Norman Younger"],
"firmPartnersCount": 1,
"aiLeadScore": null,
"aiLeadTier": null,
"aiLeadRationale": null,
"aiSummary": "Maximiti Limited is an accountancy firm based in Manchester, UK, specializing in the engineering and manufacturing sectors. The firm offers services including share valuations, management consultancy, and corporate finance, likely catering to businesses within these industries.",
"aiIndustry": "Advisory",
"aiCategories": ["Share Valuations", "Management Consultancy", "Corporate Finance", "Engineering", "Manufacturing"],
"searchLocation": "Manchester",
"searchFirmName": null,
"detailUrl": "https://www.accaglobal.com/gb/en/member/find-an-accountant/find-firm/results/details.html?isocountry=GB&country=GB&location=Manchester&firmname=&pagenumber=1&resultsperpage=100&hid=&advisorid=6060555",
"source": "ACCA Find an Accountant",
"observedAt": "2026-08-14T06:13:42.219Z"
}

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~acca-accountants-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"isoCountry":"GB","locations":["Manchester"],"maxFirms":50}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~acca-accountants-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"isoCountry":"IE","locations":["Dublin"],"maxFirms":200}'

Apify CLI:

apify call scrapers_lat/acca-accountants-scraper \
--input '{"isoCountry":"GB","locations":["Manchester"]}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per firm record returned (result event). See the pricing tab for the current per-result price.
  • Add-ons billed separately. details is charged per firm enriched; ai_lead_score, ai_profile_summary and ai_industry are each charged per firm only when the model returns usable output (paid Apify plans only).
  • No charge on failure. If a run errors, the actor writes a single item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 10 records per run. Upgrade for higher maxFirms.

FAQ and troubleshooting

A run returned 0 records. Why? The country and location combination matched no firms. Try a larger city or remove the firmName filter. Zero-result runs are not charged.

Do I get partner names and services? Yes, when fetchDetails is on (the default). Each firm's detail page adds sectorExpertise, servicesOffered, firmPartners and firmPartnersCount.

Which countries are covered? Any country listed in the ACCA Find an Accountant directory. Pass the two-letter ISO code in isoCountry, for example GB, IE, SG, AE, PK.

Why are the AI fields null? The AI add-ons are off by default and require a paid Apify plan. Enable withLeadScore, withProfileSummary or withIndustry on a paid plan to populate them.

Is this an official ACCA tool? No. This actor is independent and has no affiliation with the Association of Chartered Certified Accountants (ACCA). It reads only data that is publicly available in the ACCA Find an Accountant directory.

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with ACCA. Accesses only publicly available ACCA Find an Accountant data.