Local Business Lead Generator avatar

Local Business Lead Generator

Try for free

3 days trial then $20.00/month - No credit card required now

Go to Store
Local Business Lead Generator

Local Business Lead Generator

james.logantech/local-business-lead-generator
Try for free

3 days trial then $20.00/month - No credit card required now

Extracts details about businesses from Google Local Services, such as ratings, reviews, years in business, phone numbers, and websites. The scraper is customizable to target different business types and locations.

This project is a Selenium-based web scraper designed to run on the Apify platform. It extracts details about businesses from Google Local Services, such as ratings, reviews, years in business, phone numbers, and websites. The scraper is customizable to target different business types and locations.

Features

  • Scrapes local business information based on user-provided input.
  • Captures data such as ratings, reviews, years in business, phone numbers, and websites.
  • Customizable to scrape multiple business types and locations.
  • Handles pagination to retrieve more results (up to the user-specified maximum).

Input Configuration

The scraper accepts the following inputs:

1{
2    "buisness_types": ["Plumber", "Electrician"],
3    "location": "Chatswood, NSW, Australia",
4    "max_results": 100
5}

Input Fields

FieldTypeDescriptionDefault Value
buisness_typesArrayList of business types to scrape. Example: ["Plumber", "Electrician"].["Plumber"]
locationStringFull location including the city, state, and country. Example: "Chatswood, NSW, Australia"."Chatswood, NSW, Australia"
max_resultsIntegerMaximum number of results to retrieve per business type.100

Usage

Running on Apify

  1. Deploy the scraper to your Apify account.
  2. Use the input schema to configure the business types, location (include the country), and maximum results.
  3. Start the actor.

Data Output

The scraper outputs a JSON file containing the following fields for each business:

FieldDescription
nameName of the business.
ratingRating of the business (e.g., 4.8).
reviewsNumber of reviews (e.g., 80).
years_in_businessYears in business (e.g., "15+ years").
phonePhone number of the business.
websiteWebsite URL of the business (if available).
buisness_typeThe type of business (e.g., "Plumber").

Example Output

1[{
2  "name": "Network Plumbing Chatswood - Blocked Drain & Emergency Plumber Sydney",
3  "rating": "4.9",
4  "reviews": "64",
5  "years_in_business": "35+ years in business",
6  "phone": "(02) 8998 173",
7  "buisness_type": "Plumber",
8  "website": "https://www.networkplumbing.com.au/sydney-plumber-near-you?utm_source=google&utm_medium=organic&utm_campaign=gbp-chatswood&utm_content=website"
9},
10{
11  "name": "Killara Plumbing",
12  "rating": "4.8",
13  "reviews": "355",
14  "years_in_business": "45+ years in business",
15  "phone": "1300 659 041",
16  "buisness_type": "Plumber",
17  "website": "https://killaraplumbing.com.au/?utm_source=GMBlisting&utm_medium=organic&utm_campaign=gmb-listing"
18},
19{
20  "name": "Watermark Plumbing",
21  "rating": "4.8",
22  "reviews": "43",
23  "years_in_business": "20+ years in business",
24  "phone": "1300 119 308",
25  "buisness_type": "Plumber",
26  "website": "https://www.watermarkplumbing.com.au/?utm_source=New%20South%20Wales&utm_medium=GMB-Listing&utm_campaign=GMB"
27},
28{
29  "name": "Ruttley Services",
30  "rating": "4.5",
31  "reviews": "345",
32  "years_in_business": "10+ years in business",
33  "phone": "(02) 9119 133",
34  "buisness_type": "Plumber",
35  "website": "https://www.ruttleyservices.com.au/"
36},
37{
38  "name": "Service Today Plumber Chatswood",
39  "rating": "4.9",
40  "reviews": "177",
41  "years_in_business": "10+ years in business",
42  "phone": "0489 905 207",
43  "buisness_type": "Plumber",
44  "website": "https://www.servicetoday.com.au/plumbers/plumber-sydney/plumbers-chatswood/"
45},
46{
47  "name": "Vital Flow Plumbing Services",
48  "rating": "4.5",
49  "reviews": "33",
50  "years_in_business": "20+ years in business",
51  "phone": "0478 142 669",
52  "buisness_type": "Plumber",
53  "website": "https://vitalflowplumbing.com.au/"
54},
55{
56  "name": "Advanced Plumbing Care",
57  "rating": "5.0",
58  "reviews": "292",
59  "years_in_business": "3+ years in business",
60  "phone": "(02) 9538 778",
61  "buisness_type": "Plumber",
62  "website": "https://www.advancedplumbingcare.com/?utm_source=google&utm_medium=organic&utm_campaign=gmb"
63},
64{
65  "name": "Wilkins Plumbing",
66  "rating": "5.0",
67  "reviews": "53",
68  "years_in_business": "15+ years in business",
69  "phone": "0414 231 241",
70  "buisness_type": "Plumber",
71  "website": "https://www.wilkinsplumbing.com.au/"
72},
73{
74  "name": "Metropolitan Plumbing Chatswood",
75  "rating": "5.0",
76  "reviews": "7",
77  "years_in_business": "25+ years in business",
78  "phone": "1300 367 333",
79  "buisness_type": "Plumber",
80  "website": "https://metropolitanplumbing.com.au/locations/nsw/plumber-chatswood/?utm_source=google&utm_medium=organic&utm_campaign=gmb&utm_term=visit-website&utm_content=MP-NSW-CHATSWOOD"
81},
82{
83  "name": "Dripless Plumbing",
84  "rating": "5.0",
85  "reviews": "16",
86  "years_in_business": null,
87  "phone": "0405 688 604",
88  "buisness_type": "Plumber",
89  "website": "http://www.driplessplumbing.com.au/"
90},
91{
92  "name": "Ready Set Plumb",
93  "rating": "4.9",
94  "reviews": "267",
95  "years_in_business": "7+ years in business",
96  "phone": "0422 704 670",
97  "buisness_type": "Plumber",
98  "website": "http://www.readysetplumb.com.au/?utm_source=google&utm_medium=GMB&utm_campaign=GoogleMyBusiness"
99},
100{
101  "name": "Ruttley Relining",
102  "rating": "4.7",
103  "reviews": "68",
104  "years_in_business": "7+ years in business",
105  "phone": "(02) 9199 257",
106  "buisness_type": "Plumber",
107  "website": "https://www.ruttleyrelining.com.au/"
108},
109{
110  "name": "Tai Irwin Plumbing",
111  "rating": "4.7",
112  "reviews": "30",
113  "years_in_business": "40+ years in business",
114  "phone": "(02) 9986 188",
115  "buisness_type": "Plumber",
116  "website": "https://www.taiirwin.com.au/"
117},
118{
119  "name": "Plumbing Bros Chatswood",
120  "rating": "4.9",
121  "reviews": "117",
122  "years_in_business": "3+ years in business",
123  "phone": "0417 915 265",
124  "buisness_type": "Plumber",
125  "website": "https://plumbingbros.com.au/chatswood/"
126},
127{
128  "name": "Bear Plumbing Sydney",
129  "rating": "4.6",
130  "reviews": "50",
131  "years_in_business": "25+ years in business",
132  "phone": "(02) 9417 576",
133  "buisness_type": "Plumber",
134  "website": "https://www.bearplumbing.com.au/?utm_source=local&utm_medium=organic&utm_campaign=gmb"
135},
136{
137  "name": "Benny & The Jets Plumbing Services",
138  "rating": "5.0",
139  "reviews": "2",
140  "years_in_business": null,
141  "phone": "0435 992 908",
142  "buisness_type": "Plumber",
143  "website": "https://www.bennyjetsplumbing.com.au/"
144},
145{
146  "name": "Aussie Electrical And Plumbing Services Chatswood",
147  "rating": "5.0",
148  "reviews": "8",
149  "years_in_business": "15+ years in business",
150  "phone": "0480 013 751",
151  "buisness_type": "Plumber",
152  "website": "https://www.aussieelectricalandplumbing.com.au/"
153},
154{
155  "name": "Ready Set Reline",
156  "rating": "5.0",
157  "reviews": "265",
158  "years_in_business": "10+ years in business",
159  "phone": "0422 704 670",
160  "buisness_type": "Plumber",
161  "website": "https://readysetreline.com.au/"
162},
163{
164  "name": "Benny & The Jets Plumbing Services",
165  "rating": "4.8",
166  "reviews": "14",
167  "years_in_business": null,
168  "phone": "0435 992 908",
169  "buisness_type": "Plumber",
170  "website": "https://bennyjetsplumbing.com.au/?utm_source=Google&utm_medium=Organic&utm_campaign=Gmb"
171},
172{
173  "name": "Sewer Pipe Relining",
174  "rating": "5.0",
175  "reviews": "4",
176  "years_in_business": "45+ years in business",
177  "phone": "(02) 9417 740",
178  "buisness_type": "Plumber",
179  "website": "https://sewerpiperelining.com.au/"
180},
181{
182  "name": "Network Plumbing Chatswood - Blocked Drain & Emergency Plumber Sydney",
183  "rating": "4.9",
184  "reviews": "64",
185  "years_in_business": "35+ years in business",
186  "phone": "(02) 8998 173",
187  "buisness_type": "Plumber",
188  "website": "https://www.networkplumbing.com.au/sydney-plumber-near-you?utm_source=google&utm_medium=organic&utm_campaign=gbp-chatswood&utm_content=website"
189},
190{
191  "name": "Killara Plumbing",
192  "rating": "4.8",
193  "reviews": "355",
194  "years_in_business": "45+ years in business",
195  "phone": "1300 659 041",
196  "buisness_type": "Plumber",
197  "website": "https://killaraplumbing.com.au/?utm_source=GMBlisting&utm_medium=organic&utm_campaign=gmb-listing"
198},
199{
200  "name": "Watermark Plumbing",
201  "rating": "4.8",
202  "reviews": "43",
203  "years_in_business": "20+ years in business",
204  "phone": "1300 119 308",
205  "buisness_type": "Plumber",
206  "website": "https://www.watermarkplumbing.com.au/?utm_source=New%20South%20Wales&utm_medium=GMB-Listing&utm_campaign=GMB"
207},
208{
209  "name": "Ruttley Services",
210  "rating": "4.5",
211  "reviews": "345",
212  "years_in_business": "10+ years in business",
213  "phone": "(02) 9119 133",
214  "buisness_type": "Plumber",
215  "website": "https://www.ruttleyservices.com.au/"
216},
217{
218  "name": "Service Today Plumber Chatswood",
219  "rating": "4.9",
220  "reviews": "177",
221  "years_in_business": "10+ years in business",
222  "phone": "0489 905 207",
223  "buisness_type": "Plumber",
224  "website": "https://www.servicetoday.com.au/plumbers/plumber-sydney/plumbers-chatswood/"
225},
226{
227  "name": "Vital Flow Plumbing Services",
228  "rating": "4.5",
229  "reviews": "33",
230  "years_in_business": "20+ years in business",
231  "phone": "0478 142 669",
232  "buisness_type": "Plumber",
233  "website": "https://vitalflowplumbing.com.au/"
234},
235{
236  "name": "Advanced Plumbing Care",
237  "rating": "5.0",
238  "reviews": "292",
239  "years_in_business": "3+ years in business",
240  "phone": "(02) 9538 778",
241  "buisness_type": "Plumber",
242  "website": "https://www.advancedplumbingcare.com/?utm_source=google&utm_medium=organic&utm_campaign=gmb"
243},
244{
245  "name": "Wilkins Plumbing",
246  "rating": "5.0",
247  "reviews": "53",
248  "years_in_business": "15+ years in business",
249  "phone": "0414 231 241",
250  "buisness_type": "Plumber",
251  "website": "https://www.wilkinsplumbing.com.au/"
252},
253{
254  "name": "Metropolitan Plumbing Chatswood",
255  "rating": "5.0",
256  "reviews": "7",
257  "years_in_business": "25+ years in business",
258  "phone": "1300 367 333",
259  "buisness_type": "Plumber",
260  "website": "https://metropolitanplumbing.com.au/locations/nsw/plumber-chatswood/?utm_source=google&utm_medium=organic&utm_campaign=gmb&utm_term=visit-website&utm_content=MP-NSW-CHATSWOOD"
261},
262{
263  "name": "Dripless Plumbing",
264  "rating": "5.0",
265  "reviews": "16",
266  "years_in_business": null,
267  "phone": "0405 688 604",
268  "buisness_type": "Plumber",
269  "website": "http://www.driplessplumbing.com.au/"
270},
271{
272  "name": "Ready Set Plumb",
273  "rating": "4.9",
274  "reviews": "267",
275  "years_in_business": "7+ years in business",
276  "phone": "0422 704 670",
277  "buisness_type": "Plumber",
278  "website": "http://www.readysetplumb.com.au/?utm_source=google&utm_medium=GMB&utm_campaign=GoogleMyBusiness"
279},
280{
281  "name": "Ruttley Relining",
282  "rating": "4.7",
283  "reviews": "68",
284  "years_in_business": "7+ years in business",
285  "phone": "(02) 9199 257",
286  "buisness_type": "Plumber",
287  "website": "https://www.ruttleyrelining.com.au/"
288},
289{
290  "name": "Tai Irwin Plumbing",
291  "rating": "4.7",
292  "reviews": "30",
293  "years_in_business": "40+ years in business",
294  "phone": "(02) 9986 188",
295  "buisness_type": "Plumber",
296  "website": "https://www.taiirwin.com.au/"
297},
298{
299  "name": "Plumbing Bros Chatswood",
300  "rating": "4.9",
301  "reviews": "117",
302  "years_in_business": "3+ years in business",
303  "phone": "0417 915 265",
304  "buisness_type": "Plumber",
305  "website": "https://plumbingbros.com.au/chatswood/"
306},
307{
308  "name": "Bear Plumbing Sydney",
309  "rating": "4.6",
310  "reviews": "50",
311  "years_in_business": "25+ years in business",
312  "phone": "(02) 9417 576",
313  "buisness_type": "Plumber",
314  "website": "https://www.bearplumbing.com.au/?utm_source=local&utm_medium=organic&utm_campaign=gmb"
315},
316{
317  "name": "Benny & The Jets Plumbing Services",
318  "rating": "5.0",
319  "reviews": "2",
320  "years_in_business": null,
321  "phone": "0435 992 908",
322  "buisness_type": "Plumber",
323  "website": "https://www.bennyjetsplumbing.com.au/"
324},
325{
326  "name": "Aussie Electrical And Plumbing Services Chatswood",
327  "rating": "5.0",
328  "reviews": "8",
329  "years_in_business": "15+ years in business",
330  "phone": "0480 013 751",
331  "buisness_type": "Plumber",
332  "website": "https://www.aussieelectricalandplumbing.com.au/"
333},
334{
335  "name": "Ready Set Reline",
336  "rating": "5.0",
337  "reviews": "265",
338  "years_in_business": "10+ years in business",
339  "phone": "0422 704 670",
340  "buisness_type": "Plumber",
341  "website": "https://readysetreline.com.au/"
342},
343{
344  "name": "Benny & The Jets Plumbing Services",
345  "rating": "4.8",
346  "reviews": "14",
347  "years_in_business": null,
348  "phone": "0435 992 908",
349  "buisness_type": "Plumber",
350  "website": "https://bennyjetsplumbing.com.au/?utm_source=Google&utm_medium=Organic&utm_campaign=Gmb"
351},
352{
353  "name": "Sewer Pipe Relining",
354  "rating": "5.0",
355  "reviews": "4",
356  "years_in_business": "45+ years in business",
357  "phone": "(02) 9417 740",
358  "buisness_type": "Plumber",
359  "website": "https://sewerpiperelining.com.au/"
360},
361{
362  "name": "Network Plumbing Chatswood - Blocked Drain & Emergency Plumber Sydney",
363  "rating": "4.9",
364  "reviews": "64",
365  "years_in_business": "35+ years in business",
366  "phone": "(02) 8998 173",
367  "buisness_type": "Plumber",
368  "website": "https://www.networkplumbing.com.au/sydney-plumber-near-you?utm_source=google&utm_medium=organic&utm_campaign=gbp-chatswood&utm_content=website"
369},
370{
371  "name": "Killara Plumbing",
372  "rating": "4.8",
373  "reviews": "355",
374  "years_in_business": "45+ years in business",
375  "phone": "1300 659 041",
376  "buisness_type": "Plumber",
377  "website": "https://killaraplumbing.com.au/?utm_source=GMBlisting&utm_medium=organic&utm_campaign=gmb-listing"
378},
379{
380  "name": "Watermark Plumbing",
381  "rating": "4.8",
382  "reviews": "43",
383  "years_in_business": "20+ years in business",
384  "phone": "1300 119 308",
385  "buisness_type": "Plumber",
386  "website": "https://www.watermarkplumbing.com.au/?utm_source=New%20South%20Wales&utm_medium=GMB-Listing&utm_campaign=GMB"
387},
388{
389  "name": "Ruttley Services",
390  "rating": "4.5",
391  "reviews": "345",
392  "years_in_business": "10+ years in business",
393  "phone": "(02) 9119 133",
394  "buisness_type": "Plumber",
395  "website": "https://www.ruttleyservices.com.au/"
396},
397{
398  "name": "Service Today Plumber Chatswood",
399  "rating": "4.9",
400  "reviews": "177",
401  "years_in_business": "10+ years in business",
402  "phone": "0489 905 207",
403  "buisness_type": "Plumber",
404  "website": "https://www.servicetoday.com.au/plumbers/plumber-sydney/plumbers-chatswood/"
405},
406{
407  "name": "Vital Flow Plumbing Services",
408  "rating": "4.5",
409  "reviews": "33",
410  "years_in_business": "20+ years in business",
411  "phone": "0478 142 669",
412  "buisness_type": "Plumber",
413  "website": "https://vitalflowplumbing.com.au/"
414},
415{
416  "name": "Advanced Plumbing Care",
417  "rating": "5.0",
418  "reviews": "292",
419  "years_in_business": "3+ years in business",
420  "phone": "(02) 9538 778",
421  "buisness_type": "Plumber",
422  "website": "https://www.advancedplumbingcare.com/?utm_source=google&utm_medium=organic&utm_campaign=gmb"
423},
424{
425  "name": "Wilkins Plumbing",
426  "rating": "5.0",
427  "reviews": "53",
428  "years_in_business": "15+ years in business",
429  "phone": "0414 231 241",
430  "buisness_type": "Plumber",
431  "website": "https://www.wilkinsplumbing.com.au/"
432},
433{
434  "name": "Metropolitan Plumbing Chatswood",
435  "rating": "5.0",
436  "reviews": "7",
437  "years_in_business": "25+ years in business",
438  "phone": "1300 367 333",
439  "buisness_type": "Plumber",
440  "website": "https://metropolitanplumbing.com.au/locations/nsw/plumber-chatswood/?utm_source=google&utm_medium=organic&utm_campaign=gmb&utm_term=visit-website&utm_content=MP-NSW-CHATSWOOD"
441},
442{
443  "name": "Dripless Plumbing",
444  "rating": "5.0",
445  "reviews": "16",
446  "years_in_business": null,
447  "phone": "0405 688 604",
448  "buisness_type": "Plumber",
449  "website": "http://www.driplessplumbing.com.au/"
450},
451{
452  "name": "24/7 Local Electrician",
453  "rating": "5.0",
454  "reviews": "40",
455  "years_in_business": "7+ years in business",
456  "phone": "0415 321 612",
457  "buisness_type": "Electrician",
458  "website": "https://247localelectrician.com.au/"
459},
460{
461  "name": "Kim Kong Electrical",
462  "rating": "4.3",
463  "reviews": "16",
464  "years_in_business": null,
465  "phone": "(02) 8998 178",
466  "buisness_type": "Electrician",
467  "website": "https://www.kimkong.au/"
468},
469{
470  "name": "Ruttley Services",
471  "rating": "4.5",
472  "reviews": "345",
473  "years_in_business": "10+ years in business",
474  "phone": "(02) 9119 133",
475  "buisness_type": "Electrician",
476  "website": "https://www.ruttleyservices.com.au/"
477},
478{
479  "name": "GC Dynamic Electrical Pty Ltd",
480  "rating": "5.0",
481  "reviews": "8",
482  "years_in_business": null,
483  "phone": "0411 170 548",
484  "buisness_type": "Electrician",
485  "website": null
486},
487{
488  "name": "Calibrate Electrical Pty Ltd",
489  "rating": "5.0",
490  "reviews": "9",
491  "years_in_business": null,
492  "phone": "0403 744 299",
493  "buisness_type": "Electrician",
494  "website": "http://www.calibrateelectrical.com.au/"
495},
496{
497  "name": "Aussie Electrical And Plumbing Services Chatswood",
498  "rating": "5.0",
499  "reviews": "8",
500  "years_in_business": "15+ years in business",
501  "phone": "0480 013 751",
502  "buisness_type": "Electrician",
503  "website": "https://www.aussieelectricalandplumbing.com.au/"
504},
505{
506  "name": "Blast Electrical Services",
507  "rating": "5.0",
508  "reviews": "75",
509  "years_in_business": null,
510  "phone": "0416 229 220",
511  "buisness_type": "Electrician",
512  "website": "http://www.blastelectrical.com.au/"
513},
514{
515  "name": "Service Today Plumber Chatswood",
516  "rating": "4.9",
517  "reviews": "177",
518  "years_in_business": "10+ years in business",
519  "phone": "0489 905 207",
520  "buisness_type": "Electrician",
521  "website": "https://www.servicetoday.com.au/plumbers/plumber-sydney/plumbers-chatswood/"
522},
523{
524  "name": "Radiance Electrical Services",
525  "rating": "5.0",
526  "reviews": "40",
527  "years_in_business": null,
528  "phone": "(02) 9188 853",
529  "buisness_type": "Electrician",
530  "website": "https://radianceelectrical.com.au/"
531},
532{
533  "name": "Sparkfix Electrical Services Pty Ltd",
534  "rating": "5.0",
535  "reviews": "4",
536  "years_in_business": "7+ years in business",
537  "phone": "0452 188 790",
538  "buisness_type": "Electrician",
539  "website": null
540},
541{
542  "name": "Hills Electrical And Wiring Solutions",
543  "rating": "5.0",
544  "reviews": "41",
545  "years_in_business": "15+ years in business",
546  "phone": "(02) 9417 009",
547  "buisness_type": "Electrician",
548  "website": "http://hillselectrical.com.au/"
549},
550{
551  "name": "360 Degrees Sydney Electrical",
552  "rating": "5.0",
553  "reviews": "101",
554  "years_in_business": "15+ years in business",
555  "phone": "0424 240 402",
556  "buisness_type": "Electrician",
557  "website": "http://www.360sydneyelectrical.com.au/"
558},
559{
560  "name": "North Shore Electrician & ASP Level 2 Group",
561  "rating": "5.0",
562  "reviews": "3",
563  "years_in_business": "7+ years in business",
564  "phone": "1300 192 736",
565  "buisness_type": "Electrician",
566  "website": "https://northshoreelectricalservices.com.au/"
567},
568{
569  "name": "Middle Harbour Electrical",
570  "rating": "3.5",
571  "reviews": "2",
572  "years_in_business": null,
573  "phone": "(02) 9967 316",
574  "buisness_type": "Electrician",
575  "website": "http://www.middleharbourelectrical.com.au/contact.html"
576},
577{
578  "name": "Positive Vibes Electrical Services",
579  "rating": "5.0",
580  "reviews": "77",
581  "years_in_business": "10+ years in business",
582  "phone": "0401 265 809",
583  "buisness_type": "Electrician",
584  "website": "http://positivevibeselectrical.com.au/"
585},
586{
587  "name": "Need Electrical",
588  "rating": "5.0",
589  "reviews": "3",
590  "years_in_business": null,
591  "phone": "0423 056 792",
592  "buisness_type": "Electrician",
593  "website": null
594},
595{
596  "name": "McIntosh Electrical Pty Ltd",
597  "rating": "4.8",
598  "reviews": "145",
599  "years_in_business": "20+ years in business",
600  "phone": "1300 627 727",
601  "buisness_type": "Electrician",
602  "website": "https://mcintoshelectrical.com.au/north-shore/lane-cove/"
603},
604{
605  "name": "Inline Plumbing & Electrical",
606  "rating": "4.5",
607  "reviews": "110",
608  "years_in_business": "35+ years in business",
609  "phone": "1300 465 463",
610  "buisness_type": "Electrician",
611  "website": "https://www.inlineplumbing.com.au/"
612},
613{
614  "name": "Freshwater Electrics",
615  "rating": null,
616  "reviews": null,
617  "years_in_business": null,
618  "phone": "0431 158 808",
619  "buisness_type": "Electrician",
620  "website": "http://www.freshwaterelectrics.com.au/"
621},
622{
623  "name": "Atlasco Electrical Pty Ltd",
624  "rating": "5.0",
625  "reviews": "2",
626  "years_in_business": null,
627  "phone": "0424 346 370",
628  "buisness_type": "Electrician",
629  "website": "http://www.atlascoelectrical.com.au/"
630},
631{
632  "name": "24/7 Local Electrician",
633  "rating": "5.0",
634  "reviews": "40",
635  "years_in_business": "7+ years in business",
636  "phone": "0415 321 612",
637  "buisness_type": "Electrician",
638  "website": "https://247localelectrician.com.au/"
639},
640{
641  "name": "Kim Kong Electrical",
642  "rating": "4.3",
643  "reviews": "16",
644  "years_in_business": null,
645  "phone": "(02) 8998 178",
646  "buisness_type": "Electrician",
647  "website": "https://www.kimkong.au/"
648},
649{
650  "name": "Ruttley Services",
651  "rating": "4.5",
652  "reviews": "345",
653  "years_in_business": "10+ years in business",
654  "phone": "(02) 9119 133",
655  "buisness_type": "Electrician",
656  "website": "https://www.ruttleyservices.com.au/"
657},
658{
659  "name": "GC Dynamic Electrical Pty Ltd",
660  "rating": "5.0",
661  "reviews": "8",
662  "years_in_business": null,
663  "phone": "0411 170 548",
664  "buisness_type": "Electrician",
665  "website": null
666},
667{
668  "name": "Calibrate Electrical Pty Ltd",
669  "rating": "5.0",
670  "reviews": "9",
671  "years_in_business": null,
672  "phone": "0403 744 299",
673  "buisness_type": "Electrician",
674  "website": "http://www.calibrateelectrical.com.au/"
675},
676{
677  "name": "Aussie Electrical And Plumbing Services Chatswood",
678  "rating": "5.0",
679  "reviews": "8",
680  "years_in_business": "15+ years in business",
681  "phone": "0480 013 751",
682  "buisness_type": "Electrician",
683  "website": "https://www.aussieelectricalandplumbing.com.au/"
684},
685{
686  "name": "Blast Electrical Services",
687  "rating": "5.0",
688  "reviews": "75",
689  "years_in_business": null,
690  "phone": "0416 229 220",
691  "buisness_type": "Electrician",
692  "website": "http://www.blastelectrical.com.au/"
693},
694{
695  "name": "Service Today Plumber Chatswood",
696  "rating": "4.9",
697  "reviews": "177",
698  "years_in_business": "10+ years in business",
699  "phone": "0489 905 207",
700  "buisness_type": "Electrician",
701  "website": "https://www.servicetoday.com.au/plumbers/plumber-sydney/plumbers-chatswood/"
702},
703{
704  "name": "Radiance Electrical Services",
705  "rating": "5.0",
706  "reviews": "40",
707  "years_in_business": null,
708  "phone": "(02) 9188 853",
709  "buisness_type": "Electrician",
710  "website": "https://radianceelectrical.com.au/"
711},
712{
713  "name": "Sparkfix Electrical Services Pty Ltd",
714  "rating": "5.0",
715  "reviews": "4",
716  "years_in_business": "7+ years in business",
717  "phone": "0452 188 790",
718  "buisness_type": "Electrician",
719  "website": null
720},
721{
722  "name": "Hills Electrical And Wiring Solutions",
723  "rating": "5.0",
724  "reviews": "41",
725  "years_in_business": "15+ years in business",
726  "phone": "(02) 9417 009",
727  "buisness_type": "Electrician",
728  "website": "http://hillselectrical.com.au/"
729},
730{
731  "name": "360 Degrees Sydney Electrical",
732  "rating": "5.0",
733  "reviews": "101",
734  "years_in_business": "15+ years in business",
735  "phone": "0424 240 402",
736  "buisness_type": "Electrician",
737  "website": "http://www.360sydneyelectrical.com.au/"
738},
739{
740  "name": "North Shore Electrician & ASP Level 2 Group",
741  "rating": "5.0",
742  "reviews": "3",
743  "years_in_business": "7+ years in business",
744  "phone": "1300 192 736",
745  "buisness_type": "Electrician",
746  "website": "https://northshoreelectricalservices.com.au/"
747},
748{
749  "name": "Middle Harbour Electrical",
750  "rating": "3.5",
751  "reviews": "2",
752  "years_in_business": null,
753  "phone": "(02) 9967 316",
754  "buisness_type": "Electrician",
755  "website": "http://www.middleharbourelectrical.com.au/contact.html"
756},
757{
758  "name": "Positive Vibes Electrical Services",
759  "rating": "5.0",
760  "reviews": "77",
761  "years_in_business": "10+ years in business",
762  "phone": "0401 265 809",
763  "buisness_type": "Electrician",
764  "website": "http://positivevibeselectrical.com.au/"
765},
766{
767  "name": "Need Electrical",
768  "rating": "5.0",
769  "reviews": "3",
770  "years_in_business": null,
771  "phone": "0423 056 792",
772  "buisness_type": "Electrician",
773  "website": null
774},
775{
776  "name": "McIntosh Electrical Pty Ltd",
777  "rating": "4.8",
778  "reviews": "145",
779  "years_in_business": "20+ years in business",
780  "phone": "1300 627 727",
781  "buisness_type": "Electrician",
782  "website": "https://mcintoshelectrical.com.au/north-shore/lane-cove/"
783},
784{
785  "name": "Inline Plumbing & Electrical",
786  "rating": "4.5",
787  "reviews": "110",
788  "years_in_business": "35+ years in business",
789  "phone": "1300 465 463",
790  "buisness_type": "Electrician",
791  "website": "https://www.inlineplumbing.com.au/"
792},
793{
794  "name": "Freshwater Electrics",
795  "rating": null,
796  "reviews": null,
797  "years_in_business": null,
798  "phone": "0431 158 808",
799  "buisness_type": "Electrician",
800  "website": "http://www.freshwaterelectrics.com.au/"
801},
802{
803  "name": "Atlasco Electrical Pty Ltd",
804  "rating": "5.0",
805  "reviews": "2",
806  "years_in_business": null,
807  "phone": "0424 346 370",
808  "buisness_type": "Electrician",
809  "website": "http://www.atlascoelectrical.com.au/"
810},
811{
812  "name": "24/7 Local Electrician",
813  "rating": "5.0",
814  "reviews": "40",
815  "years_in_business": "7+ years in business",
816  "phone": "0415 321 612",
817  "buisness_type": "Electrician",
818  "website": "https://247localelectrician.com.au/"
819},
820{
821  "name": "Kim Kong Electrical",
822  "rating": "4.3",
823  "reviews": "16",
824  "years_in_business": null,
825  "phone": "(02) 8998 178",
826  "buisness_type": "Electrician",
827  "website": "https://www.kimkong.au/"
828},
829{
830  "name": "Ruttley Services",
831  "rating": "4.5",
832  "reviews": "345",
833  "years_in_business": "10+ years in business",
834  "phone": "(02) 9119 133",
835  "buisness_type": "Electrician",
836  "website": "https://www.ruttleyservices.com.au/"
837},
838{
839  "name": "GC Dynamic Electrical Pty Ltd",
840  "rating": "5.0",
841  "reviews": "8",
842  "years_in_business": null,
843  "phone": "0411 170 548",
844  "buisness_type": "Electrician",
845  "website": null
846},
847{
848  "name": "Calibrate Electrical Pty Ltd",
849  "rating": "5.0",
850  "reviews": "9",
851  "years_in_business": null,
852  "phone": "0403 744 299",
853  "buisness_type": "Electrician",
854  "website": "http://www.calibrateelectrical.com.au/"
855},
856{
857  "name": "Aussie Electrical And Plumbing Services Chatswood",
858  "rating": "5.0",
859  "reviews": "8",
860  "years_in_business": "15+ years in business",
861  "phone": "0480 013 751",
862  "buisness_type": "Electrician",
863  "website": "https://www.aussieelectricalandplumbing.com.au/"
864},
865{
866  "name": "Blast Electrical Services",
867  "rating": "5.0",
868  "reviews": "75",
869  "years_in_business": null,
870  "phone": "0416 229 220",
871  "buisness_type": "Electrician",
872  "website": "http://www.blastelectrical.com.au/"
873},
874{
875  "name": "Service Today Plumber Chatswood",
876  "rating": "4.9",
877  "reviews": "177",
878  "years_in_business": "10+ years in business",
879  "phone": "0489 905 207",
880  "buisness_type": "Electrician",
881  "website": "https://www.servicetoday.com.au/plumbers/plumber-sydney/plumbers-chatswood/"
882},
883{
884  "name": "Radiance Electrical Services",
885  "rating": "5.0",
886  "reviews": "40",
887  "years_in_business": null,
888  "phone": "(02) 9188 853",
889  "buisness_type": "Electrician",
890  "website": "https://radianceelectrical.com.au/"
891},
892{
893  "name": "Sparkfix Electrical Services Pty Ltd",
894  "rating": "5.0",
895  "reviews": "4",
896  "years_in_business": "7+ years in business",
897  "phone": "0452 188 790",
898  "buisness_type": "Electrician",
899  "website": null
900},
901{
902  "name": "C STAR Painting And Decorating",
903  "rating": "5.0",
904  "reviews": "89",
905  "years_in_business": "15+ years in business",
906  "phone": "1800 879 110",
907  "buisness_type": "Painter",
908  "website": "https://www.cstarpainting.com/"
909},
910{
911  "name": "VVD Painting Pty Ltd",
912  "rating": "4.9",
913  "reviews": "22",
914  "years_in_business": null,
915  "phone": "0432 512 037",
916  "buisness_type": "Painter",
917  "website": "https://www.vvdpainting.com.au/"
918},
919{
920  "name": "F&S Painting Services",
921  "rating": "5.0",
922  "reviews": "32",
923  "years_in_business": "7+ years in business",
924  "phone": "0452 209 113",
925  "buisness_type": "Painter",
926  "website": "http://www.fnspainting.com.au/"
927},
928{
929  "name": "AUC Painting services Pty Ltd",
930  "rating": "4.7",
931  "reviews": "12",
932  "years_in_business": null,
933  "phone": "0410 500 215",
934  "buisness_type": "Painter",
935  "website": "http://aucpaintingservices.com/"
936},
937{
938  "name": "2 Coats Painting & Decorating",
939  "rating": "5.0",
940  "reviews": "23",
941  "years_in_business": null,
942  "phone": "0420 756 657",
943  "buisness_type": "Painter",
944  "website": "http://www.2coatspd.com/"
945},
946{
947  "name": "Tony Isgrove's Painting and Decorating",
948  "rating": "5.0",
949  "reviews": "267",
950  "years_in_business": "40+ years in business",
951  "phone": "(02) 9437 199",
952  "buisness_type": "Painter",
953  "website": "https://paintanddecorate.com.au/"
954},
955{
956  "name": "SYDNEY PAINTING EXPERTS PTY LTD",
957  "rating": "5.0",
958  "reviews": "61",
959  "years_in_business": "7+ years in business",
960  "phone": "0413 929 196",
961  "buisness_type": "Painter",
962  "website": "http://www.sydneypaintingexpert.com.au/"
963},
964{
965  "name": "Zest Painting and Decorating",
966  "rating": "5.0",
967  "reviews": "10",
968  "years_in_business": null,
969  "phone": "0420 996 119",
970  "buisness_type": "Painter",
971  "website": "http://www.zestpainting.com.au/"
972},
973{
974  "name": "7 Colours Painting and Maintenance House Painters",
975  "rating": "5.0",
976  "reviews": "45",
977  "years_in_business": null,
978  "phone": "0468 814 249",
979  "buisness_type": "Painter",
980  "website": "https://www.7cpm.com.au/"
981},
982{
983  "name": "Final Finish Painting",
984  "rating": "5.0",
985  "reviews": "29",
986  "years_in_business": null,
987  "phone": "0404 213 224",
988  "buisness_type": "Painter",
989  "website": "https://finalfinishpainting.com.au/"
990},
991{
992  "name": "Painters Sydney",
993  "rating": "5.0",
994  "reviews": "8",
995  "years_in_business": "7+ years in business",
996  "phone": "(02) 8039 691",
997  "buisness_type": "Painter",
998  "website": "http://www.painterssydney.com.au/"
999},
1000{
1001  "name": "Dream7 painting",
1002  "rating": "5.0",
1003  "reviews": "1",
1004  "years_in_business": null,
1005  "phone": "0424 346 024",
1006  "buisness_type": "Painter",
1007  "website": null
1008},
1009{
1010  "name": "AA Active Master Painters",
1011  "rating": "5.0",
1012  "reviews": "57",
1013  "years_in_business": "7+ years in business",
1014  "phone": "(02) 9417 223",
1015  "buisness_type": "Painter",
1016  "website": null
1017},
1018{
1019  "name": "Charbel Painting",
1020  "rating": "4.3",
1021  "reviews": "6",
1022  "years_in_business": "10+ years in business",
1023  "phone": "0405 598 057",
1024  "buisness_type": "Painter",
1025  "website": "http://www.charbelpainting.com.au/"
1026},
1027{
1028  "name": "Colour Life Painting",
1029  "rating": "5.0",
1030  "reviews": "129",
1031  "years_in_business": "7+ years in business",
1032  "phone": "0424 089 747",
1033  "buisness_type": "Painter",
1034  "website": "https://www.colourlifepainting.com.au/"
1035},
1036{
1037  "name": "Grand Painting and Building Maintenance Pty Ltd",
1038  "rating": "4.8",
1039  "reviews": "20",
1040  "years_in_business": "25+ years in business",
1041  "phone": "0419 449 034",
1042  "buisness_type": "Painter",
1043  "website": "http://www.grandpainting.com.au/"
1044},
1045{
1046  "name": "Sydney Brushworks",
1047  "rating": "5.0",
1048  "reviews": "1",
1049  "years_in_business": null,
1050  "phone": "0457 540 772",
1051  "buisness_type": "Painter",
1052  "website": "https://sydneybrushworks.com.au/"
1053},
1054{
1055  "name": "Welight Art Space",
1056  "rating": "4.9",
1057  "reviews": "28",
1058  "years_in_business": "5+ years in business",
1059  "phone": "0499 066 166",
1060  "buisness_type": "Painter",
1061  "website": "http://www.welightart.com.au/"
1062},
1063{
1064  "name": "Clean Fix Pro",
1065  "rating": "4.9",
1066  "reviews": "16",
1067  "years_in_business": null,
1068  "phone": "0477 393 333",
1069  "buisness_type": "Painter",
1070  "website": "http://www.cleanfixpro.com.au/"
1071},
1072{
1073  "name": "North Shore Commercial Painting & House Painters",
1074  "rating": "5.0",
1075  "reviews": "3",
1076  "years_in_business": null,
1077  "phone": "0485 815 288",
1078  "buisness_type": "Painter",
1079  "website": "https://northshorehousepainters.com.au/"
1080},
1081{
1082  "name": "C STAR Painting And Decorating",
1083  "rating": "5.0",
1084  "reviews": "89",
1085  "years_in_business": "15+ years in business",
1086  "phone": "1800 879 110",
1087  "buisness_type": "Painter",
1088  "website": "https://www.cstarpainting.com/"
1089},
1090{
1091  "name": "VVD Painting Pty Ltd",
1092  "rating": "4.9",
1093  "reviews": "22",
1094  "years_in_business": null,
1095  "phone": "0432 512 037",
1096  "buisness_type": "Painter",
1097  "website": "https://www.vvdpainting.com.au/"
1098},
1099{
1100  "name": "F&S Painting Services",
1101  "rating": "5.0",
1102  "reviews": "32",
1103  "years_in_business": "7+ years in business",
1104  "phone": "0452 209 113",
1105  "buisness_type": "Painter",
1106  "website": "http://www.fnspainting.com.au/"
1107},
1108{
1109  "name": "AUC Painting services Pty Ltd",
1110  "rating": "4.7",
1111  "reviews": "12",
1112  "years_in_business": null,
1113  "phone": "0410 500 215",
1114  "buisness_type": "Painter",
1115  "website": "http://aucpaintingservices.com/"
1116},
1117{
1118  "name": "2 Coats Painting & Decorating",
1119  "rating": "5.0",
1120  "reviews": "23",
1121  "years_in_business": null,
1122  "phone": "0420 756 657",
1123  "buisness_type": "Painter",
1124  "website": "http://www.2coatspd.com/"
1125},
1126{
1127  "name": "Tony Isgrove's Painting and Decorating",
1128  "rating": "5.0",
1129  "reviews": "267",
1130  "years_in_business": "40+ years in business",
1131  "phone": "(02) 9437 199",
1132  "buisness_type": "Painter",
1133  "website": "https://paintanddecorate.com.au/"
1134},
1135{
1136  "name": "SYDNEY PAINTING EXPERTS PTY LTD",
1137  "rating": "5.0",
1138  "reviews": "61",
1139  "years_in_business": "7+ years in business",
1140  "phone": "0413 929 196",
1141  "buisness_type": "Painter",
1142  "website": "http://www.sydneypaintingexpert.com.au/"
1143},
1144{
1145  "name": "Zest Painting and Decorating",
1146  "rating": "5.0",
1147  "reviews": "10",
1148  "years_in_business": null,
1149  "phone": "0420 996 119",
1150  "buisness_type": "Painter",
1151  "website": "http://www.zestpainting.com.au/"
1152},
1153{
1154  "name": "7 Colours Painting and Maintenance House Painters",
1155  "rating": "5.0",
1156  "reviews": "45",
1157  "years_in_business": null,
1158  "phone": "0468 814 249",
1159  "buisness_type": "Painter",
1160  "website": "https://www.7cpm.com.au/"
1161},
1162{
1163  "name": "Final Finish Painting",
1164  "rating": "5.0",
1165  "reviews": "29",
1166  "years_in_business": null,
1167  "phone": "0404 213 224",
1168  "buisness_type": "Painter",
1169  "website": "https://finalfinishpainting.com.au/"
1170},
1171{
1172  "name": "Painters Sydney",
1173  "rating": "5.0",
1174  "reviews": "8",
1175  "years_in_business": "7+ years in business",
1176  "phone": "(02) 8039 691",
1177  "buisness_type": "Painter",
1178  "website": "http://www.painterssydney.com.au/"
1179},
1180{
1181  "name": "Dream7 painting",
1182  "rating": "5.0",
1183  "reviews": "1",
1184  "years_in_business": null,
1185  "phone": "0424 346 024",
1186  "buisness_type": "Painter",
1187  "website": null
1188},
1189{
1190  "name": "AA Active Master Painters",
1191  "rating": "5.0",
1192  "reviews": "57",
1193  "years_in_business": "7+ years in business",
1194  "phone": "(02) 9417 223",
1195  "buisness_type": "Painter",
1196  "website": null
1197},
1198{
1199  "name": "Charbel Painting",
1200  "rating": "4.3",
1201  "reviews": "6",
1202  "years_in_business": "10+ years in business",
1203  "phone": "0405 598 057",
1204  "buisness_type": "Painter",
1205  "website": "http://www.charbelpainting.com.au/"
1206},
1207{
1208  "name": "Colour Life Painting",
1209  "rating": "5.0",
1210  "reviews": "129",
1211  "years_in_business": "7+ years in business",
1212  "phone": "0424 089 747",
1213  "buisness_type": "Painter",
1214  "website": "https://www.colourlifepainting.com.au/"
1215},
1216{
1217  "name": "Grand Painting and Building Maintenance Pty Ltd",
1218  "rating": "4.8",
1219  "reviews": "20",
1220  "years_in_business": "25+ years in business",
1221  "phone": "0419 449 034",
1222  "buisness_type": "Painter",
1223  "website": "http://www.grandpainting.com.au/"
1224},
1225{
1226  "name": "Sydney Brushworks",
1227  "rating": "5.0",
1228  "reviews": "1",
1229  "years_in_business": null,
1230  "phone": "0457 540 772",
1231  "buisness_type": "Painter",
1232  "website": "https://sydneybrushworks.com.au/"
1233},
1234{
1235  "name": "Welight Art Space",
1236  "rating": "4.9",
1237  "reviews": "28",
1238  "years_in_business": "5+ years in business",
1239  "phone": "0499 066 166",
1240  "buisness_type": "Painter",
1241  "website": "http://www.welightart.com.au/"
1242},
1243{
1244  "name": "Clean Fix Pro",
1245  "rating": "4.9",
1246  "reviews": "16",
1247  "years_in_business": null,
1248  "phone": "0477 393 333",
1249  "buisness_type": "Painter",
1250  "website": "http://www.cleanfixpro.com.au/"
1251},
1252{
1253  "name": "North Shore Commercial Painting & House Painters",
1254  "rating": "5.0",
1255  "reviews": "3",
1256  "years_in_business": null,
1257  "phone": "0485 815 288",
1258  "buisness_type": "Painter",
1259  "website": "https://northshorehousepainters.com.au/"
1260},
1261{
1262  "name": "C STAR Painting And Decorating",
1263  "rating": "5.0",
1264  "reviews": "89",
1265  "years_in_business": "15+ years in business",
1266  "phone": "1800 879 110",
1267  "buisness_type": "Painter",
1268  "website": "https://www.cstarpainting.com/"
1269},
1270{
1271  "name": "VVD Painting Pty Ltd",
1272  "rating": "4.9",
1273  "reviews": "22",
1274  "years_in_business": null,
1275  "phone": "0432 512 037",
1276  "buisness_type": "Painter",
1277  "website": "https://www.vvdpainting.com.au/"
1278},
1279{
1280  "name": "F&S Painting Services",
1281  "rating": "5.0",
1282  "reviews": "32",
1283  "years_in_business": "7+ years in business",
1284  "phone": "0452 209 113",
1285  "buisness_type": "Painter",
1286  "website": "http://www.fnspainting.com.au/"
1287},
1288{
1289  "name": "AUC Painting services Pty Ltd",
1290  "rating": "4.7",
1291  "reviews": "12",
1292  "years_in_business": null,
1293  "phone": "0410 500 215",
1294  "buisness_type": "Painter",
1295  "website": "http://aucpaintingservices.com/"
1296},
1297{
1298  "name": "2 Coats Painting & Decorating",
1299  "rating": "5.0",
1300  "reviews": "23",
1301  "years_in_business": null,
1302  "phone": "0420 756 657",
1303  "buisness_type": "Painter",
1304  "website": "http://www.2coatspd.com/"
1305},
1306{
1307  "name": "Tony Isgrove's Painting and Decorating",
1308  "rating": "5.0",
1309  "reviews": "267",
1310  "years_in_business": "40+ years in business",
1311  "phone": "(02) 9437 199",
1312  "buisness_type": "Painter",
1313  "website": "https://paintanddecorate.com.au/"
1314},
1315{
1316  "name": "SYDNEY PAINTING EXPERTS PTY LTD",
1317  "rating": "5.0",
1318  "reviews": "61",
1319  "years_in_business": "7+ years in business",
1320  "phone": "0413 929 196",
1321  "buisness_type": "Painter",
1322  "website": "http://www.sydneypaintingexpert.com.au/"
1323},
1324{
1325  "name": "Zest Painting and Decorating",
1326  "rating": "5.0",
1327  "reviews": "10",
1328  "years_in_business": null,
1329  "phone": "0420 996 119",
1330  "buisness_type": "Painter",
1331  "website": "http://www.zestpainting.com.au/"
1332},
1333{
1334  "name": "7 Colours Painting and Maintenance House Painters",
1335  "rating": "5.0",
1336  "reviews": "45",
1337  "years_in_business": null,
1338  "phone": "0468 814 249",
1339  "buisness_type": "Painter",
1340  "website": "https://www.7cpm.com.au/"
1341},
1342{
1343  "name": "Final Finish Painting",
1344  "rating": "5.0",
1345  "reviews": "29",
1346  "years_in_business": null,
1347  "phone": "0404 213 224",
1348  "buisness_type": "Painter",
1349  "website": "https://finalfinishpainting.com.au/"
1350}]

Key Features

  • Customizable input for business types and location, allowing users to specify a full location including the country.
  • Efficient handling of pagination to maximize data extraction.
  • Logs skipped or invalid entries for better transparency.

Limitations

  • Requires a full location (city, state, and country) for accurate results.

License

This project is licensed under the MIT License.

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 11 hours ago