Leads Generator With Google Maps avatar

Leads Generator With Google Maps

Try for free

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

View all Actors
Leads Generator With Google Maps

Leads Generator With Google Maps

lead.gen.labs/leads-generator-with-google-maps
Try for free

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

Scrape social media links (Facebook, Instagram, Linkedin, Twitter, TIk Tok), emails, phone numbers and optionnaly instagram profil details by just entering a google map query or url !

Leads Generator With Google Map

The Leads Generator With Google Map is made to get leads through google map. It search by a query that is passed to google map like for example : Fitness coach in Verviers, Belgium. It will then scrape businesses location with its phone number and url. Then, an independant script will scrape the url in order to find emails and social media links (and optionnaly instagram profil details) in addition to the phone numbers and urls.

🌟 Features

  • Handling of regex expression for custom data extraction.
  • Easy to use.
  • Quality leads.
  • Email and phone numbers extraction.
  • Social media links (facebook, linkedin, twitter, tiktok, instagram) extraction.
  • Review note and number of reviews extraction.
  • Instagram profil scraping (followers, following, post count)

Note : Google map can only show at maximum 100 results depending on the query.

🔮 Features to come in the future :

  • Check of last activity to determine wether or not the business is actif.
  • Profil scraping of all the available social media links.

Guide to get more results.

You need to create query or paste url based on precise location rather than something vague. For example, you can paste this query : 'Fitness coach in New York, United States". It's better than if we pasted something like "Fitness coach in the United States". But if we past cities/districts that are inside big/major cities, that'll give more results. In the future I plan to make a deep search option to scan and extract every district/cities that are in major/big cities for way more results.

How to use ?

  1. Input your google map queries or urls or both for businesses location extraction. (use precise location instead of something vague like for example : "fitness coach london england" insead of just "fitness coach england")
  2. [OPTIONNAL] Enable if you want to scrape instagram profil (followers, following, post count).
  3. [OPTIONNAL] Enter your regex patterns for custom data extraction.
  4. [OPTIONNAL] Enter the crawling depth for each website.

🔍 What is regex ?

Regex gives you the ability to be precise by capturing specific patterns in text. You can dive into URLs further by customizing your search using personalized regex patterns. With Regex, you can extract exactly what you're looking for from your inputted expressions. It opens up a world of specificity, allowing you to tailor your extractions exactly to your needs.

🧩 How do I make a pattern ?

Utilize sophisticated tools like ChatGPT to generate a regex pattern. For example, let's make a pattern for identifying YouTube channel links. Craft a prompt without the use of quotation marks, directing to 'create a regex pattern to find YouTube channel links.'. The pattern should look like this : https://www.youtube.com/channel/[a-zA-Z0-9_-]+. Not this : "https://www.youtube.com/channel/[a-zA-Z0-9_-]+".

Input example (json)

1{
2    "get_insta_results": true,
3    "keyword": "fitness coach in verviers, belgium",
4    "maxCrawlDepth": 0
5}

Note : The "home" regex pattern has been used for testing purposes.

Input example (picture)

alt

Output (json)

1[
2  {
3    "url": "http://www.dtsport.info/",
4    "phone_number": "+32 496 46 87 03",
5    "reviews_note": "5.0",
6    "number of reviews": "(1)",
7    "category": "Personal trainer",
8    "emails": [
9      "dtsport@outlook.fr"
10    ],
11    "twitter": "",
12    "facebook": "",
13    "instagram": "",
14    "linkedin": "",
15    "tiktok": "",
16    "Insta followers": "",
17    "Insta following": "",
18    "Insta posts count": ""
19  },
20  {
21    "url": "https://effetdomino-coaching.be/",
22    "phone_number": "+32 496 05 44 59",
23    "reviews_note": "5.0",
24    "number of reviews": "(1)",
25    "category": "Personal trainer",
26    "emails": [
27      "info@effetdomino-coaching.be"
28    ],
29    "twitter": "",
30    "facebook": "https://facebook.com/EffetDominoCoaching",
31    "instagram": "https://instagram.com/effetdominocoaching",
32    "linkedin": "",
33    "tiktok": "",
34    "Insta followers": "",
35    "Insta following": "",
36    "Insta posts count": ""
37  },
38  {
39    "url": "http://www.kineo-fitness.com/",
40    "phone_number": "+32 87 64 61 66",
41    "reviews_note": "4.5",
42    "number of reviews": "(154)",
43    "category": "Fitness center",
44    "emails": [],
45    "twitter": "",
46    "facebook": "https://facebook.com/KineoFitnessWellness",
47    "instagram": "https://instagram.com/kineo_fitness",
48    "linkedin": "",
49    "tiktok": "",
50    "Insta followers": "2,105",
51    "Insta following": "542",
52    "Insta posts count": "379"
53  },
54  {
55    "url": "https://www.basic-fit.com/fr-be/salle-de-fitness/basic-fit-verviers-rue-de-limbourg-c482af9e84134ad297d592fcb4360484.html?utm_medium=yext&utm_source=gmb",
56    "phone_number": "+32 2 588 77 10",
57    "reviews_note": "3.7",
58    "number of reviews": "(179)",
59    "category": "Personal trainer",
60    "emails": [],
61    "twitter": "https://twitter.com/BasicFitBE",
62    "facebook": "https://facebook.com/BasicFitBelgie",
63    "instagram": "https://instagram.com/BASICFIT_BE",
64    "linkedin": "",
65    "tiktok": "",
66    "Insta followers": "59K",
67    "Insta following": "199",
68    "Insta posts count": "2,115"
69  },
70  {
71    "url": "https://axstraining.podia.com/?fbclid=PAZXh0bgNhZW0CMTEAAaZ8VGfJPM44bIBHHgrgHB97-vUB6AXgd0FJ1_sjZoJQixc-cDwrZzfsQuE_aem_Tqh3wyU3syYY2W80aQO4ig",
72    "phone_number": "+32 472 07 41 68",
73    "reviews_note": null,
74    "number of reviews": null,
75    "category": "Personal trainer",
76    "emails": [
77      "axstraining@hotmail.com"
78    ],
79    "twitter": "",
80    "facebook": "",
81    "instagram": "https://instagram.com/axs_training",
82    "linkedin": "",
83    "tiktok": "",
84    "Insta followers": "31",
85    "Insta following": "6",
86    "Insta posts count": "0"
87  },
88  {
89    "url": "http://crossfitlavesdre.be/",
90    "phone_number": "+32 494 80 63 63",
91    "reviews_note": "4.9",
92    "number of reviews": "(34)",
93    "category": "Fitness center",
94    "emails": [
95      "contact@crossfitlavesdre.be"
96    ],
97    "twitter": "",
98    "facebook": "https://facebook.com/CrossFitLaVesdre",
99    "instagram": "https://instagram.com/crossfitlavesdre",
100    "linkedin": "",
101    "tiktok": "",
102    "Insta followers": "1,158",
103    "Insta following": "142",
104    "Insta posts count": "342"
105  },
106  {
107    "url": "https://www.lapetitesalleliege.com/",
108    "phone_number": "+32 493 64 17 47",
109    "reviews_note": "5.0",
110    "number of reviews": "(12)",
111    "category": "Personal trainer",
112    "emails": [
113      "7tobefit@gmail.com"
114    ],
115    "twitter": "",
116    "facebook": "",
117    "instagram": "https://instagram.com/7tobefit",
118    "linkedin": "",
119    "tiktok": "https://tiktok.com/@7tobefit",
120    "Insta followers": "2,566",
121    "Insta following": "993",
122    "Insta posts count": "447"
123  },
124  {
125    "url": "https://www.naturok.be/",
126    "phone_number": "+32 494 85 75 10",
127    "reviews_note": "5.0",
128    "number of reviews": "(10)",
129    "category": "Personal trainer",
130    "emails": [],
131    "twitter": "",
132    "facebook": "",
133    "instagram": "",
134    "linkedin": "",
135    "tiktok": "",
136    "Insta followers": "",
137    "Insta following": "",
138    "Insta posts count": ""
139  },
140  {
141    "url": "https://www.pascalehotterbeex.com/",
142    "phone_number": "+32 478 92 93 46",
143    "reviews_note": "5.0",
144    "number of reviews": "(3)",
145    "category": "Personal trainer",
146    "emails": [],
147    "twitter": "",
148    "facebook": "",
149    "instagram": "",
150    "linkedin": "",
151    "tiktok": ""
152  },
153 {...}
154 ]

Note : The output example has been condensed for readability purposes. If an error occurs while processing a URL, there will be no output generated for that specific URL.

Developer
Maintained by Community
Actor metrics
  • 18 monthly users
  • 2 stars
  • 100.0% runs succeeded
  • Created in Aug 2024
  • Modified 16 days ago