ACCA Accountancy Firms Scraper: Email, Phone & Address
Pricing
from $17.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
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
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
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
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
isoCountry | string | no | GB | Two-letter ISO country code to search within the ACCA directory, for example GB, IE, CY, SG, MY, AE, ZW, PK. |
locations | string[] | no | ["London"] | One or more city, town or postcode search terms. Each runs a separate search and results are combined. |
firmName | string | no | (empty) | Only return firms whose name contains this text, for example accountancy, smith. Can be combined with cities or used alone. |
fetchDetails | boolean | no | true | When on, each firm is enriched from its detail page with sector expertise, services offered and named partners. Billed per firm enriched (details event). |
maxFirms | integer | no | 50 | Maximum number of firms to collect across all searches. |
sector | string | no | (empty) | Advanced filter: ACCA sector-expertise code to restrict results. |
service | string | no | (empty) | Advanced filter: ACCA services-offered code to restrict results. |
certificate | string | no | (empty) | Advanced filter: ACCA certificate or licence code (for example audit or investment business). |
withLeadScore | boolean | no | false | Paid AI add-on. Qualify each firm as a B2B outreach lead (0-100 score, tier, rationale). Charged per firm scored. |
withProfileSummary | boolean | no | false | Paid AI add-on. Write a concise business summary of each firm. Charged per firm summarised. |
withIndustry | boolean | no | false | Paid 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.
| Field | Type | Description |
|---|---|---|
firmName | string | Accountancy firm name. |
registrationNumber | string | ACCA firm registration number, or null. |
email | string | Contact email, or null. |
phone | string | Contact phone, or null. |
website | string | Firm website, or null. |
street | string | Street address. |
town | string | Town or city. |
county | string | County or region, or null. |
postcode | string | Postal code, or null. |
country | string | Full country name. |
isoCountry | string | Two-letter ISO country code. |
sectorExpertise | string | Sector expertise from the detail page (with fetchDetails), or null. |
servicesOffered | string | Services offered from the detail page (with fetchDetails), or null. |
firmPartners | string[] | Named firm partners (with fetchDetails), or null. |
firmPartnersCount | integer | Number of named partners, or null. |
aiLeadScore | integer | AI B2B lead score 0 to 100 when the add-on is enabled, else null. |
aiLeadTier | string | AI lead tier (hot/warm/cold) when enabled, else null. |
aiLeadRationale | string | AI rationale for the lead score when enabled, else null. |
aiSummary | string | AI profile summary when the add-on is enabled, else null. |
aiIndustry | string | AI primary specialism when the add-on is enabled, else null. |
aiCategories | string[] | AI service/sector tags when enabled, else null. |
searchLocation | string | The location term that returned this firm, or null. |
searchFirmName | string | The firm-name filter used, or null. |
detailUrl | string | Direct link to the firm's ACCA detail page. |
source | string | Always ACCA Find an Accountant. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | Present 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:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "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 (
resultevent). See the pricing tab for the current per-result price. - Add-ons billed separately.
detailsis charged per firm enriched;ai_lead_score,ai_profile_summaryandai_industryare 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
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon 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.
Related scrapers
- NASBA CPAverify Scraper: US CPA licence verification records.
- UK Companies House Scraper: UK company registry records.
- Ireland Solicitors Scraper: Ireland solicitor directory leads.
- UK FCA Register Scraper: UK financial firms and individuals.
- FINRA BrokerCheck Scraper: US broker and adviser records.
- Clutch Agencies Scraper: B2B service provider leads.
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.
