Ireland Solicitors & Law Firms Scraper (Email, Phone & Address) avatar

Ireland Solicitors & Law Firms Scraper (Email, Phone & Address)

Pricing

from $17.00 / 1,000 results

Go to Apify Store
Ireland Solicitors & Law Firms Scraper (Email, Phone & Address)

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

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Ireland Solicitors & Law Firms Scraper (Email, Phone & Address)

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

Apify Coverage Output Billing

Table of contents

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

FieldTypeRequiredDefaultDescription
searchTypeenumnoSolicitorSolicitor returns individuals with their firm and direct contact; Firm returns law firms.
searchTermsstring[]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.
maxRecordsintegerno50Maximum solicitors or firms to collect across all searches.
countystringno(empty)Advanced filter: Law Society county code to restrict results.
practiceAreastringno(empty)Advanced filter: practice area to restrict results.
practisingStatusstringno(empty)Advanced filter: practising status code.
withAiProfileSummarybooleannofalsePaid add-on. Generate a concise sales-ready profile summary per record. Requires a paid plan. Billed per usable AI result.
withAiLeadScorebooleannofalsePaid 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.

FieldTypeDescription
recordTypestringsolicitor or firm, matching searchType.
namestringFull solicitor name (with title), or the firm name for firm records.
firmNamestringFirm the solicitor works at, or the firm's own name.
firmIdstringLaw Society firm ID.
firmTypestringFirm type, for example Law Firm.
solicitorNumberstringLaw Society solicitor number, or null for firm records.
titlestringTitle (Mr., Ms., etc.), or null.
firstNamestringGiven name, or null.
surnamestringSurname, or null.
qualificationstringQualification, or null.
admittedYearstringYear admitted to the roll, or null.
positionAtFirmstringPosition at the firm, for example Solicitor, Partner, or null.
practisingStatusstringPractising sub-status, or null.
emailstringContact email, or null.
phonestringContact phone, or null.
mobilestringMobile number, or null.
faxstringFax number, or null.
websitestringWebsite, or null.
addressFullstringFull address, the directory lines joined.
countystringCounty, or null.
postCodestringPost code / postal town, or null.
eircodestringIrish Eircode, or null.
countrystringCountry, or null.
dxNumberstringDX document exchange number, or null.
hasOfficesAbroadbooleanWhether the firm has offices abroad.
aiLeadScoreintegerPaid add-on. Outreach lead score 0-100, or null.
aiLeadTemperaturestringPaid add-on. hot, warm, or cold, or null.
aiLeadRationalestringPaid add-on. Short reason for the score, or null.
aiProfileSummarystringPaid add-on. Sales-ready profile summary, or null.
searchTermstringThe search term that produced this record.
searchTypestringSolicitor or Firm.
sourcestringAlways Law Society of Ireland.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringPresent 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:

# 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. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per solicitor or firm record returned (result event). See the pricing tab for the current per-result price.
  • AI add-ons billed separately. withAiLeadScore and withAiProfileSummary are 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 error field and does not charge for it.
  • Free Apify plans are capped at 10 records per run. Upgrade for higher maxRecords.
  • Spend cap respected. Set maxTotalChargeUsd on 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.

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.