Ireland Solicitors & Law Firms Scraper (Email, Phone & Address)
Pricing
from $17.00 / 1,000 results
Ireland Solicitors & Law Firms Scraper (Email, Phone & Address)
Scrape the Law Society of Ireland Find a Solicitor / Firm directory. Get solicitor or law firm name, firm, full address, phone, EMAIL, website, admission year, qualification and practising status. Search by name or town. 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
Ireland Solicitors & Law Firms Scraper (Email, Phone & Address)
Here is one real result, with every field the actor returns (the AI add-on fields are populated because those add-ons were enabled on the run):
{"recordType": "solicitor","name": "Ms. Ailbhe Murphy","firmName": "McCann FitzGerald LLP","firmId": "F17","firmType": "Law Firm","solicitorNumber": "S26142","title": "Ms.","firstName": "Ailbhe","surname": "Murphy","qualification": null,"admittedYear": "2023","positionAtFirm": "Solicitor","practisingStatus": null,"email": "inquiries@mccannfitzgerald.com","phone": "(01) 8290000","mobile": null,"fax": "(01) 8290010","website": "www.mccannfitzgerald.com","addressFull": "Riverside One, Sir John Rogerson's Quay","county": "Dublin","postCode": "Dublin 2","eircode": "D02 X576","country": "Ireland","dxNumber": "31 Dublin","hasOfficesAbroad": true,"aiLeadScore": 75,"aiLeadTemperature": "warm","aiLeadRationale": "Ms. Murphy is a newly admitted solicitor at a reputable law firm with all necessary contact information available, indicating potential for outreach.","aiProfileSummary": "Ms. Ailbhe Murphy is a solicitor at McCann FitzGerald LLP, a prominent law firm based in Dublin, Ireland. Admitted in 2023, she provides legal services and expertise in various areas of law.","searchTerm": "Murphy","searchType": "Solicitor","source": "Law Society of Ireland","observedAt": "2026-08-14T08:11:53.574Z"}
The most complete Ireland solicitor and law firm scraper available. It returns every field the Law Society of Ireland "Find a Solicitor / Firm" directory exposes: name, firm, full address, phone, email, mobile, fax, website, admission year, qualification, position and practising status, plus optional AI lead scoring and profile summaries. Search by solicitor or firm name or by town.
📥 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 queries the public Law Society of Ireland directory for practising solicitors (each joined to their firm) or for law firms, following each search's pages, de-duplicating, and writing one normalized record per solicitor or firm to the run's dataset. Contact fields (email, phone, mobile, fax, website) and the full address are captured when the directory exposes them, along with the DX exchange number, county, and Eircode. No account or key is required.
Set searchType to Solicitor for individuals with direct contact details, or Firm for law firms. Optional paid add-ons attach an AI lead score and a sales-ready profile summary.
Quickstart
Open the actor, paste this into the input, and press Run. It returns up to 10 solicitors matching Dublin.
{"searchType": "Solicitor","searchTerms": ["Dublin"],"maxRecords": 10}
Each item in searchTerms runs a separate search (a name or a town) and results are combined. Leave a single empty item to browse broadly.
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
searchType | enum | no | Solicitor | Solicitor returns individuals with their firm and direct contact; Firm returns law firms. |
searchTerms | string[] | no | ["Dublin"] | One or more search terms, each a solicitor/firm name or a town, for example Smith, Dublin, Cork. Each runs a separate search. |
maxRecords | integer | no | 50 | Maximum solicitors or firms to collect across all searches. |
county | string | no | (empty) | Advanced filter: Law Society county code to restrict results. |
practiceArea | string | no | (empty) | Advanced filter: practice area to restrict results. |
practisingStatus | string | no | (empty) | Advanced filter: practising status code. |
withAiProfileSummary | boolean | no | false | Paid add-on. Generate a concise sales-ready profile summary per record. Requires a paid plan. Billed per usable AI result. |
withAiLeadScore | boolean | no | false | Paid add-on. Qualify each record as an outreach lead (0-100 score, hot/warm/cold, rationale). Requires a paid plan. Billed per usable AI result. |
Every input is optional. With no search term the actor browses the directory broadly.
Output reference
One dataset item per solicitor or firm. Types: string, boolean, integer, or null when the source value is absent.
| Field | Type | Description |
|---|---|---|
recordType | string | solicitor or firm, matching searchType. |
name | string | Full solicitor name (with title), or the firm name for firm records. |
firmName | string | Firm the solicitor works at, or the firm's own name. |
firmId | string | Law Society firm ID. |
firmType | string | Firm type, for example Law Firm. |
solicitorNumber | string | Law Society solicitor number, or null for firm records. |
title | string | Title (Mr., Ms., etc.), or null. |
firstName | string | Given name, or null. |
surname | string | Surname, or null. |
qualification | string | Qualification, or null. |
admittedYear | string | Year admitted to the roll, or null. |
positionAtFirm | string | Position at the firm, for example Solicitor, Partner, or null. |
practisingStatus | string | Practising sub-status, or null. |
email | string | Contact email, or null. |
phone | string | Contact phone, or null. |
mobile | string | Mobile number, or null. |
fax | string | Fax number, or null. |
website | string | Website, or null. |
addressFull | string | Full address, the directory lines joined. |
county | string | County, or null. |
postCode | string | Post code / postal town, or null. |
eircode | string | Irish Eircode, or null. |
country | string | Country, or null. |
dxNumber | string | DX document exchange number, or null. |
hasOfficesAbroad | boolean | Whether the firm has offices abroad. |
aiLeadScore | integer | Paid add-on. Outreach lead score 0-100, or null. |
aiLeadTemperature | string | Paid add-on. hot, warm, or cold, or null. |
aiLeadRationale | string | Paid add-on. Short reason for the score, or null. |
aiProfileSummary | string | Paid add-on. Sales-ready profile summary, or null. |
searchTerm | string | The search term that produced this record. |
searchType | string | Solicitor or Firm. |
source | string | Always Law Society of Ireland. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | Present only on error records (source down / bad request); success records omit it. |
Example output record
The real Ms. Ailbhe Murphy solicitor record (from input {"searchTerms": ["Murphy"], "searchType": "Solicitor", "maxRecords": 3, "withAiLeadScore": true, "withAiProfileSummary": true}) is shown in full at the top of this page.
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~ireland-solicitors-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"searchType":"Solicitor","searchTerms":["Dublin"],"maxRecords":25}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~ireland-solicitors-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"searchType":"Firm","searchTerms":["Cork"],"maxRecords":100}'
Apify CLI:
apify call scrapers_lat/ireland-solicitors-scraper \--input '{"searchTerms":["Murphy"],"maxRecords":10}'
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. clean=true drops empty and internal fields.
Billing and limits
- Pay per result. You are charged per solicitor or firm record returned (
resultevent). See the pricing tab for the current per-result price. - AI add-ons billed separately.
withAiLeadScoreandwithAiProfileSummaryare optional paid events (ai_lead_score,ai_profile_summary) charged only when they produce usable output, and require a paid Apify plan. - No charge on failure. If the source is down or a search errors, the actor writes a single item with a populated
errorfield and does not charge for it. - Free Apify plans are capped at 10 records per run. Upgrade for higher
maxRecords. - Spend cap respected. Set
maxTotalChargeUsdon the run; once reached, the actor stops emitting and charging further billable results.
FAQ and troubleshooting
A search returned nothing. Why? No solicitor or firm in the directory matched the term. Try a surname or a town, or leave a single empty search term to browse broadly. Zero-result runs are not charged.
How do I get law firms instead of individuals?
Set searchType to Firm. Records then describe firms (with the firm's contact details) rather than individual solicitors.
Why is email or practisingStatus null?
The directory does not expose that value for the record. Missing values are returned as null, never invented.
What is dxNumber?
The DX (document exchange) number used by Irish legal practices for physical document delivery, when the directory lists one.
Do the AI add-ons work on a free plan?
No. withAiLeadScore and withAiProfileSummary require a paid Apify plan and are disabled for free accounts.
Is this an official Law Society tool? No. This actor is independent and has no affiliation with the Law Society of Ireland. It reads only data published in the public Find a Solicitor / Firm directory.
Related scrapers
- Ireland CRO Company Registry Scraper: Irish company register records with status and address.
- Israel Companies Scraper: Israeli company registry records.
- Japan FSA Financial Firms Scraper: registered Japanese financial firms.
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 the Law Society of Ireland. Accesses only data published in the public Find a Solicitor / Firm directory.
