GoldenPages Ireland Business Leads & Phone Scraper avatar

GoldenPages Ireland Business Leads & Phone Scraper

Pricing

from $17.00 / 1,000 results

Go to Apify Store
GoldenPages Ireland Business Leads & Phone Scraper

GoldenPages Ireland Business Leads & Phone Scraper

Scrape Irish business listings from GoldenPages by keyword and location. Get company name, phone, full address (street, city, county), website, category, description, rating and listing URL. 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

1

Total users

0

Monthly active users

8 days ago

Last modified

Share

GoldenPages Ireland Business Leads & Phone Scraper

GoldenPages Ireland Business Leads & Phone Scraper

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

{
"name": "Kelly Pat P & H (Galway) Ltd",
"phone": "(091) 778 800",
"website": "https://pkplumbing.ie/",
"email": null,
"category": "plumbers",
"businessType": "GeneralContractor",
"addressStreet": "10 Ard Aoibhinn Drive Ballybane",
"addressCity": "Galway City Centre",
"addressCounty": "Galway",
"addressCountry": "IE",
"eircode": null,
"latitude": 53.283672,
"longitude": -9.011039,
"mapUrl": "https://www.google.com/maps/search/?api=1&query=53.283672,-9.011039",
"rating": null,
"description": "Pat Kelly Plumbing & Heating is strongly established as a successful, nationwide heating and plumbing systems specialist. We pride ourselves in excellent customer service and believe that strong communication is vital to the successful delivery of every project.",
"logoUrl": "https://img.goldenpages.ie/p/iqe5yE8xC9t9G0aoscEsLwiDNxpg6woZq6yXa2Oc9Y8/480x480.jpg",
"whatsapp": "091778800",
"hasPhone": true,
"hasWebsite": true,
"hasEmail": false,
"aiProfileSummary": "Kelly Pat P & H (Galway) Ltd is a nationwide specialist in heating and plumbing systems, known for excellent customer service and high-quality work. The company has built its success on client referrals and repeat business.",
"aiLeadScore": 85,
"aiLeadTier": "hot",
"aiCategory": "Plumbing and Heating Services",
"aiTags": ["plumbers", "heating", "general contractor", "customer service", "project delivery", "Galway"],
"listingUrl": "https://www.goldenpages.ie/kelly-pat-p-h-galway-ltd-galway-city-centre-H91/",
"searchQuery": "plumbers",
"searchLocation": "Galway",
"source": "goldenpages.ie",
"observedAt": "2026-08-14T07:53:08.354Z",
"error": null
}

The most complete GoldenPages Ireland business leads scraper available. It returns every contact and location field the Irish business directory exposes for a listing, including phone, WhatsApp, website, address and map coordinates, plus optional AI add-ons that summarize, score and categorize each lead and an email enrichment add-on, and gives you category, location and contact filters to target exactly the businesses you need.

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

Apify Coverage Output Billing

Table of contents

What it does

The actor searches the Irish business directory (goldenpages.ie) by category or keyword across the towns, cities or counties you pass, paginates through the matching listings, and writes one normalized business lead per record to the run's dataset. Each record carries the business name, phone, WhatsApp, website, full address, Eircode when present, map coordinates and description. Optional filters keep only listings with a phone, website or email. An email enrichment add-on tries to find a public email for listings without one, and optional paid AI add-ons write a profile summary, score the business as a B2B lead and categorize it.

Data covers businesses listed on the Irish directory. Fields the listing does not publish are returned as null; the actor never invents a value.

Quickstart

Open the actor, paste this into the input, and press Run. It returns 2 plumbers in Galway with the AI add-ons enabled.

{
"searchQueries": ["plumbers"],
"locations": ["Galway"],
"maxBusinesses": 2,
"withAiProfileSummary": true,
"withAiLeadScore": true,
"withAiCategorize": true
}

Pass multiple categories in searchQueries and multiple towns in locations; each pairing runs its own search.

Input reference

FieldTypeRequiredDefaultDescription
searchQueriesstring[]no["plumber"]Business categories or keywords to search, one search per item.
locationsstring[]no["Dublin"]Irish towns, cities or counties to search in (for example Dublin, Cork, Galway). Each location is searched separately.
maxBusinessesintegerno40Maximum number of businesses to collect across the whole run.
onlyWithPhonebooleannofalseKeep only listings that have a phone number.
onlyWithWebsitebooleannofalseKeep only listings that publish a website URL.
onlyWithEmailbooleannofalseKeep only listings that have an email address (enable contact enrichment to find emails).
enrichContactsbooleannofalsePaid add-on. For each result without an email, attempt to find a public email. Off by default.
enrichContactsMaxintegerno50Cap how many results the enrichment add-on tries, to control add-on cost.
withAiProfileSummarybooleannofalsePaid add-on. Adds an AI-written business profile per listing. Charged per business processed.
withAiLeadScorebooleannofalsePaid add-on. Scores each business 0-100 as a B2B lead with a hot/warm/cold tier. Charged per business processed.
withAiCategorizebooleannofalsePaid add-on. Adds a normalized industry category and keyword tags. Charged per business processed.

AI and enrichment add-ons are disabled for free (non-paying) Apify users.

Output reference

One dataset item per business. Types: string, number, boolean, string[], or null when the source value is absent.

FieldTypeDescription
namestringBusiness name.
phonestringPublished phone number, or null.
websitestringWebsite URL, or null.
emailstringEmail address, or null (populated by the enrichment add-on when found).
categorystringSearch category the listing was found under.
businessTypestringSchema.org business type when published, or null.
addressStreetstringStreet line of the address.
addressCitystringCity or area.
addressCountystringIrish county.
addressCountrystringCountry code (IE).
eircodestringIrish Eircode postal code, or null.
latitudenumberLatitude of the listing, or null.
longitudenumberLongitude of the listing, or null.
mapUrlstringGoogle Maps link for the coordinates.
ratingnumberListing rating when published, or null.
descriptionstringBusiness description text, or null.
logoUrlstringLogo image URL, or null.
whatsappstringWhatsApp number when published, or null.
hasPhonebooleanWhether a phone number is present.
hasWebsitebooleanWhether a website is present.
hasEmailbooleanWhether an email is present.
aiProfileSummarystringAI add-on. Short business profile (only when withAiProfileSummary).
aiLeadScoreintegerAI add-on. 0-100 lead score (only when withAiLeadScore).
aiLeadTierstringAI add-on. hot, warm or cold.
aiCategorystringAI add-on. Normalized industry category (only when withAiCategorize).
aiTagsstring[]AI add-on. Keyword tags.
listingUrlstringCanonical GoldenPages listing URL.
searchQuerystringThe category/keyword that produced this record.
searchLocationstringThe location that produced this record.
sourcestringAlways goldenpages.ie.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull on success. 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 {"searchQueries": ["plumbers"], "locations": ["Galway"], "maxBusinesses": 2, "withAiLeadScore": true, "withAiCategorize": true}):

{
"name": "Kelly Pat P & H (Galway) Ltd",
"phone": "(091) 778 800",
"website": "https://pkplumbing.ie/",
"email": null,
"category": "plumbers",
"addressStreet": "10 Ard Aoibhinn Drive Ballybane",
"addressCity": "Galway City Centre",
"addressCounty": "Galway",
"addressCountry": "IE",
"latitude": 53.283672,
"longitude": -9.011039,
"whatsapp": "091778800",
"hasPhone": true,
"hasWebsite": true,
"hasEmail": false,
"aiLeadScore": 85,
"aiLeadTier": "hot",
"aiCategory": "Plumbing and Heating Services",
"aiTags": ["plumbers", "heating", "general contractor", "Galway"],
"listingUrl": "https://www.goldenpages.ie/kelly-pat-p-h-galway-ltd-galway-city-centre-H91/",
"searchQuery": "plumbers",
"searchLocation": "Galway",
"source": "goldenpages.ie",
"observedAt": "2026-08-14T07:53:08.354Z",
"error": null
}

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~goldenpages-ireland-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchQueries":["electricians"],"locations":["Dublin"],"maxBusinesses":25,"onlyWithPhone":true}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~goldenpages-ireland-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchQueries":["restaurants"],"locations":["Cork"],"maxBusinesses":100,"enrichContacts":true}'

Apify CLI:

apify call scrapers_lat/goldenpages-ireland-scraper \
--input '{"searchQueries":["plumbers"],"locations":["Galway"],"maxBusinesses":50}'

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 business returned (result event). See the pricing tab for the current per-result price.
  • Optional add-ons. Email enrichment and each AI add-on (ai_profile_summary, ai_lead_score, ai_categorize) are billed only when they produce usable output for a business.
  • 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 and add-ons.
  • Free Apify plans are capped at 10 businesses per run and cannot use the AI or enrichment add-ons. Upgrade for higher maxBusinesses and add-ons.

FAQ and troubleshooting

A run returned 0 records. Why? The category or location matched nothing, or the onlyWith... filters excluded everything. Loosen the filters. Zero-result runs are not charged.

How do I get email addresses? Turn on enrichContacts. For listings without a published email, the add-on tries to find a public one. Emails are returned in the email field when found; hasEmail reflects presence.

Can I search multiple categories and towns at once? Yes. Pass several items in searchQueries and locations; every category/location pairing runs its own search up to maxBusinesses.

Why are some fields null? GoldenPages does not publish every field for every listing. Missing values are returned as null, never invented.

What do the AI add-ons add? withAiProfileSummary adds a short profile, withAiLeadScore adds a 0-100 lead score and tier, and withAiCategorize adds a normalized category and tags. All require a paid Apify plan and are billed only when they produce output.

Is this an official GoldenPages tool? No. This actor is independent and has no affiliation with GoldenPages. It reads only data that is publicly available on the directory. Use it in accordance with the site's terms of service.

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 GoldenPages. Accesses only publicly available directory data. Use in accordance with the site's terms of service.