Google Lead Generation avatar

Google Lead Generation

Try for free

1 day trial then $7.50/month - No credit card required now

View all Actors
Google Lead Generation

Google Lead Generation

dev_bodex/google-lead-generation
Try for free

1 day trial then $7.50/month - No credit card required now

The Google Lead Generation Actor automates scraping business information from Google, such as names, addresses, contact details, and websites. Built with Node.js and Puppeteer, it provides structured data for marketing, sales, or research, making lead generation faster and more efficient.

Google Lead Generation Scraper

This Apify actor scrapes Google search results to gather contact information and key business details, ideal for generating leads from Google. The scraper efficiently collects data such as business names, websites, phone numbers, addresses, and more, which is useful for building targeted lead lists for marketing, sales, and outreach campaigns.

Features

  • Input: Specify search queries or keywords to find relevant businesses or organizations.

  • Rich Data Collection: Scrapes various lead-related details from Google search results, including: Business name, Website URL, Phone numbers (if available), Email addresses (if available), Business address, Google Maps link (if applicable), Business categories and types (if applicable),

  • Output Formats: Provides output in JSON formats for easy integration into CRM systems or further analysis.

How It Works

The actor performs a Google search based on the input query and extracts business or organizational data from the search results. It’s optimized for generating leads by collecting business contact information and other relevant data from the results page and Google’s business profiles.

Input

The input is a JSON object that includes the following fields:

1{  
2  "area": "New York",
3  "search": "Hotel"
4}
  • Area: The area to search.
  • search: The searched words.

Output

The output is an array of objects where each object represents a lead with business-related details. For example:

1[{
2  "area": "New York",
3  "search": "Hotel",
4  "result": [
5    {
6      "map": "https://www.google.com/maps/place/Home2+Suites+by+Hilton+New+York+Long+Island+City%2F+Manhattan+View,+NY/data=!4m10!3m9!1s0x89c25f2b623a4aa9:0x753b94c3296f097c!5m2!4m1!1i2!8m2!3d40.752975!4d-73.934082!16s%2Fg%2F1s049m52v!19sChIJqUo6YitfwokRfAlvKcOUO3U?authuser=0&hl=en&rclk=1",
7      "website": null,
8      "price": "$228",
9      "name": "Home2 Suites by Hilton New York Long Island City/ Manhattan View, NY",
10      "ratingText": "4.4(1,074)",
11      "star": "4.4",
12      "rating": "(1,074)",
13      "info": "3-star hotel",
14      "other-info": "All-suite hotel with free breakfast",
15      "amenities": [
16        "\nFree breakfast",
17        "\nFree Wi-Fi",
18        "\nAir-conditioned",
19        "\nBreakfast"
20      ]
21    },
22    {
23      "map": "https://www.google.com/maps/place/Hampton+Inn+Brooklyn%2FDowntown/data=!4m10!3m9!1s0x89c25a4aa6c04169:0xabdb43046ecb90d9!5m2!4m1!1i2!8m2!3d40.695706!4d-73.98402!16s%2Fg%2F1q64p7l6v!19sChIJaUHApkpawokR2ZDLbgRD26s?authuser=0&hl=en&rclk=1",
24      "website": null,
25      "price": "$213",
26      "name": "Hampton Inn Brooklyn/Downtown",
27      "ratingText": "4.4(2,351)",
28      "star": "4.4",
29      "rating": "(2,351)",
30      "info": "3-star hotel",
31      "other-info": "Modern hotel with free Wi-Fi & breakfast",
32      "amenities": [
33        "\nFree breakfast",
34        "\nFree Wi-Fi",
35        "\nAir-conditioned",
36        "\nBreakfast"
37      ]
38    },
39    {
40      "map": "https://www.google.com/maps/place/Pod+51/data=!4m10!3m9!1s0x89c258e31d4457eb:0x2bb34c38744394ed!5m2!4m1!1i2!8m2!3d40.7557851!4d-73.9690935!16s%2Fg%2F12qfxwl1k!19sChIJ61dEHeNYwokR7ZRDdDhMsys?authuser=0&hl=en&rclk=1",
41      "website": null,
42      "price": "$147",
43      "name": "Pod 51",
44      "ratingText": "4.1(3,883)",
45      "star": "4.1",
46      "rating": "(3,883)",
47      "info": "3-star hotel",
48      "other-info": "Hip budget lodging with a rooftop deck",
49      "amenities": [
50        "\nAir-conditioned",
51        "\nWi-Fi",
52        "\nParking",
53        "\nFitness center"
54      ]
55    },
56    {
57      "map": "https://www.google.com/maps/place/The+New+Yorker+Hotel/data=!4m10!3m9!1s0x89c259b5a9bd152b:0x31453e62a3be9f76!5m2!4m1!1i2!8m2!3d40.7526686!4d-73.9935648!16zL20vMGM3aHE5!19sChIJKxW9qbVZwokRdp--o2I-RTE?authuser=0&hl=en&rclk=1",
58      "website": null,
59      "price": "$155",
60      "name": "The New Yorker Hotel",
61      "ratingText": "3.9(10,400)",
62      "star": "3.9",
63      "rating": "(10,400)",
64      "info": "4-star hotel",
65      "other-info": "Grand 1929 hotel with 3 restaurants",
66      "amenities": [
67        "\nFree Wi-Fi",
68        "\nAir-conditioned",
69        "\nBreakfast",
70        "\nWi-Fi"
71      ]
72    },
73    {
74      "map": "https://www.google.com/maps/place/The+Manhattan+at+Times+Square+Hotel/data=!4m10!3m9!1s0x89c258f88254f2c3:0xe0e14597c5400022!5m2!4m1!1i2!8m2!3d40.7622856!4d-73.9826404!16s%2Fg%2F1hhg_3mgs!19sChIJw_JUgvhYwokRIgBAxZdF4eA?authuser=0&hl=en&rclk=1",
75      "website": null,
76      "price": "$231",
77      "name": "The Manhattan at Times Square Hotel",
78      "ratingText": "3.1(8,823)",
79      "star": "3.1",
80      "rating": "(8,823)",
81      "info": "3-star hotel",
82      "other-info": "Sleek lodging with a fitness room",
83      "amenities": [
84        "\nFree parking",
85        "\nFree Wi-Fi",
86        "\nAir-conditioned",
87        "\nBreakfast"
88      ]
89    },
90    {
91      "map": "https://www.google.com/maps/place/Millennium+Hotel+Broadway+Times+Square/data=!4m10!3m9!1s0x89c258550c123567:0x11a781ccd53553e2!5m2!4m1!1i2!8m2!3d40.7571942!4d-73.9846655!16s%2Fm%2F0wfdzs6!19sChIJZzUSDFVYwokR4lM11cyBpxE?authuser=0&hl=en&rclk=1",
92      "website": null,
93      "price": "$185",
94      "name": "Millennium Hotel Broadway Times Square",
95      "ratingText": "3.6(5,306)",
96      "star": "3.6",
97      "rating": "(5,306)",
98      "info": "4-star hotel",
99      "other-info": "High-rise lodging with Pan-Asian dining",
100      "amenities": [
101        "\nFree Wi-Fi",
102        "\nAir-conditioned",
103        "\nBreakfast",
104        "\nWi-Fi"
105      ]
106    },
107    {
108      "map": "https://www.google.com/maps/place/Paramount+Hotel+Times+Square/data=!4m10!3m9!1s0x89c258543f40379b:0xae966f416e2d9099!5m2!4m1!1i2!8m2!3d40.759535!4d-73.9870088!16s%2Fm%2F03gq7v4!19sChIJmzdAP1RYwokRmZAtbkFvlq4?authuser=0&hl=en&rclk=1",
109      "website": null,
110      "price": "$140",
111      "name": "Paramount Hotel Times Square",
112      "ratingText": "3.5(6,588)",
113      "star": "3.5",
114      "rating": "(6,588)",
115      "info": "4-star hotel",
116      "other-info": "Luxe lodging with a modern nightclub",
117      "amenities": [
118        "\nFree Wi-Fi",
119        "\nAir-conditioned",
120        "\nBreakfast",
121        "\nWi-Fi"
122      ]
123    },
124    {
125      "map": "https://www.google.com/maps/place/The+Empire+Hotel/data=!4m10!3m9!1s0x89c258f5922d74b9:0xd37708e5aa91e57a!5m2!4m1!1i2!8m2!3d40.7714959!4d-73.9826673!16s%2Fm%2F0zg51sr!19sChIJuXQtkvVYwokReuWRquUId9M?authuser=0&hl=en&rclk=1",
126      "website": null,
127      "price": "$186",
128      "name": "The Empire Hotel",
129      "ratingText": "3.9(4,806)",
130      "star": "3.9",
131      "rating": "(4,806)",
132      "info": "4-star hotel",
133      "other-info": "Chic property with a rooftop pool",
134      "amenities": [
135        "\nPool",
136        "\nFree Wi-Fi",
137        "\nAir-conditioned",
138        "\nWi-Fi"
139      ]
140    },
141    {
142      "map": "https://www.google.com/maps/place/Park+Central+Hotel+New+York/data=!4m10!3m9!1s0x89c258f82090418d:0xf1490df928fde01d!5m2!4m1!1i2!8m2!3d40.7646791!4d-73.9809593!16s%2Fm%2F026nvd1!19sChIJjUGQIPhYwokRHeD9KPkNSfE?authuser=0&hl=en&rclk=1",
143      "website": null,
144      "price": "$201",
145      "name": "Park Central Hotel New York",
146      "ratingText": "3.9(6,456)",
147      "star": "3.9",
148      "rating": "(6,456)",
149      "info": "4-star hotel",
150      "other-info": "Contemporary lodging in a 1920s building",
151      "amenities": [
152        "\nAir-conditioned",
153        "\nWi-Fi",
154        "\nParking",
155        "\nFitness center"
156      ]
157    },
158    {
159      "map": "https://www.google.com/maps/place/31+Street+Broadway+Hotel/data=!4m10!3m9!1s0x89c25980c90c93d7:0xcb0f33c059c23944!5m2!4m1!1i2!8m2!3d40.747211!4d-73.9878074!16s%2Fg%2F11pwh57g55!19sChIJ15MMyYBZwokRRDnCWcAzD8s?authuser=0&hl=en&rclk=1",
160      "website": null,
161      "price": "$49",
162      "name": "31 Street Broadway Hotel",
163      "ratingText": "2.7(331)",
164      "star": "2.7",
165      "rating": "(331)",
166      "info": "2-star hotel",
167      "other-info": null,
168      "amenities": [
169        "\nWi-Fi",
170        "\nKitchen",
171        "\nPet-friendly"
172      ]
173    },
174    {
175      "map": "https://www.google.com/maps/place/45+Times+Square+Hotel/data=!4m10!3m9!1s0x89c2585577418add:0x749f8ca494a6432c!5m2!4m1!1i2!8m2!3d40.7574595!4d-73.9838439!16s%2Fg%2F1v6qjjm0!19sChIJ3YpBd1VYwokRLEOmlKSMn3Q?authuser=0&hl=en&rclk=1",
176      "website": null,
177      "price": "$226",
178      "name": "45 Times Square Hotel",
179      "ratingText": "4.3(1,321)",
180      "star": "4.3",
181      "rating": "(1,321)",
182      "info": "3-star hotel",
183      "other-info": "Trendy hotel featuring breakfast",
184      "amenities": [
185        "\nFree Wi-Fi",
186        "\nAir-conditioned",
187        "\nWi-Fi",
188        "\nFitness center"
189      ]
190    },
191    {
192      "map": "https://www.google.com/maps/place/Radio+Hotel/data=!4m10!3m9!1s0x89c2f41f3eeaaaab:0x5ae35cbb32ac79cb!5m2!4m1!1i2!8m2!3d40.8477485!4d-73.9315295!16s%2Fg%2F11rzjbwjzv!19sChIJq6rqPh_0wokRy3msMrtc41o?authuser=0&hl=en&rclk=1",
193      "website": null,
194      "price": "$104",
195      "name": "Radio Hotel",
196      "ratingText": "3.9(673)",
197      "star": "3.9",
198      "rating": "(673)",
199      "info": "4-star hotel",
200      "other-info": "Stylish hotel with dining & a gym",
201      "amenities": [
202        "\nFree Wi-Fi",
203        "\nAir-conditioned",
204        "\nBreakfast",
205        "\nWi-Fi"
206      ]
207    },
208    {
209      "map": "https://www.google.com/maps/place/Home2+Suites+by+Hilton+New+York+Long+Island+City%2F+Manhattan+View,+NY/data=!4m10!3m9!1s0x89c25f2b623a4aa9:0x753b94c3296f097c!5m2!4m1!1i2!8m2!3d40.752975!4d-73.934082!16s%2Fg%2F1s049m52v!19sChIJqUo6YitfwokRfAlvKcOUO3U?authuser=0&hl=en&rclk=1",
210      "website": null,
211      "price": "$228",
212      "name": "Home2 Suites by Hilton New York Long Island City/ Manhattan View, NY",
213      "ratingText": "4.4(1,074)",
214      "star": "4.4",
215      "rating": "(1,074)",
216      "info": "3-star hotel",
217      "other-info": "All-suite hotel with free breakfast",
218      "amenities": [
219        "\nFree breakfast",
220        "\nFree Wi-Fi",
221        "\nAir-conditioned",
222        "\nBreakfast"
223      ]
224    },
225    {
226      "map": "https://www.google.com/maps/place/Hampton+Inn+Brooklyn%2FDowntown/data=!4m10!3m9!1s0x89c25a4aa6c04169:0xabdb43046ecb90d9!5m2!4m1!1i2!8m2!3d40.695706!4d-73.98402!16s%2Fg%2F1q64p7l6v!19sChIJaUHApkpawokR2ZDLbgRD26s?authuser=0&hl=en&rclk=1",
227      "website": null,
228      "price": "$213",
229      "name": "Hampton Inn Brooklyn/Downtown",
230      "ratingText": "4.4(2,351)",
231      "star": "4.4",
232      "rating": "(2,351)",
233      "info": "3-star hotel",
234      "other-info": "Modern hotel with free Wi-Fi & breakfast",
235      "amenities": [
236        "\nFree breakfast",
237        "\nFree Wi-Fi",
238        "\nAir-conditioned",
239        "\nBreakfast"
240      ]
241    },
242    {
243      "map": "https://www.google.com/maps/place/Pod+51/data=!4m10!3m9!1s0x89c258e31d4457eb:0x2bb34c38744394ed!5m2!4m1!1i2!8m2!3d40.7557851!4d-73.9690935!16s%2Fg%2F12qfxwl1k!19sChIJ61dEHeNYwokR7ZRDdDhMsys?authuser=0&hl=en&rclk=1",
244      "website": null,
245      "price": "$147",
246      "name": "Pod 51",
247      "ratingText": "4.1(3,883)",
248      "star": "4.1",
249      "rating": "(3,883)",
250      "info": "3-star hotel",
251      "other-info": "Hip budget lodging with a rooftop deck",
252      "amenities": [
253        "\nAir-conditioned",
254        "\nWi-Fi",
255        "\nParking",
256        "\nFitness center"
257      ]
258    },
259    {
260      "map": "https://www.google.com/maps/place/The+New+Yorker+Hotel/data=!4m10!3m9!1s0x89c259b5a9bd152b:0x31453e62a3be9f76!5m2!4m1!1i2!8m2!3d40.7526686!4d-73.9935648!16zL20vMGM3aHE5!19sChIJKxW9qbVZwokRdp--o2I-RTE?authuser=0&hl=en&rclk=1",
261      "website": null,
262      "price": "$155",
263      "name": "The New Yorker Hotel",
264      "ratingText": "3.9(10,400)",
265      "star": "3.9",
266      "rating": "(10,400)",
267      "info": "4-star hotel",
268      "other-info": "Grand 1929 hotel with 3 restaurants",
269      "amenities": [
270        "\nFree Wi-Fi",
271        "\nAir-conditioned",
272        "\nBreakfast",
273        "\nWi-Fi"
274      ]
275    },
276    {
277      "map": "https://www.google.com/maps/place/The+Manhattan+at+Times+Square+Hotel/data=!4m10!3m9!1s0x89c258f88254f2c3:0xe0e14597c5400022!5m2!4m1!1i2!8m2!3d40.7622856!4d-73.9826404!16s%2Fg%2F1hhg_3mgs!19sChIJw_JUgvhYwokRIgBAxZdF4eA?authuser=0&hl=en&rclk=1",
278      "website": null,
279      "price": "$231",
280      "name": "The Manhattan at Times Square Hotel",
281      "ratingText": "3.1(8,823)",
282      "star": "3.1",
283      "rating": "(8,823)",
284      "info": "3-star hotel",
285      "other-info": "Sleek lodging with a fitness room",
286      "amenities": [
287        "\nFree parking",
288        "\nFree Wi-Fi",
289        "\nAir-conditioned",
290        "\nBreakfast"
291      ]
292    },
293    {
294      "map": "https://www.google.com/maps/place/Millennium+Hotel+Broadway+Times+Square/data=!4m10!3m9!1s0x89c258550c123567:0x11a781ccd53553e2!5m2!4m1!1i2!8m2!3d40.7571942!4d-73.9846655!16s%2Fm%2F0wfdzs6!19sChIJZzUSDFVYwokR4lM11cyBpxE?authuser=0&hl=en&rclk=1",
295      "website": null,
296      "price": "$185",
297      "name": "Millennium Hotel Broadway Times Square",
298      "ratingText": "3.6(5,306)",
299      "star": "3.6",
300      "rating": "(5,306)",
301      "info": "4-star hotel",
302      "other-info": "High-rise lodging with Pan-Asian dining",
303      "amenities": [
304        "\nFree Wi-Fi",
305        "\nAir-conditioned",
306        "\nBreakfast",
307        "\nWi-Fi"
308      ]
309    },
310    {
311      "map": "https://www.google.com/maps/place/Paramount+Hotel+Times+Square/data=!4m10!3m9!1s0x89c258543f40379b:0xae966f416e2d9099!5m2!4m1!1i2!8m2!3d40.759535!4d-73.9870088!16s%2Fm%2F03gq7v4!19sChIJmzdAP1RYwokRmZAtbkFvlq4?authuser=0&hl=en&rclk=1",
312      "website": null,
313      "price": "$140",
314      "name": "Paramount Hotel Times Square",
315      "ratingText": "3.5(6,588)",
316      "star": "3.5",
317      "rating": "(6,588)",
318      "info": "4-star hotel",
319      "other-info": "Luxe lodging with a modern nightclub",
320      "amenities": [
321        "\nFree Wi-Fi",
322        "\nAir-conditioned",
323        "\nBreakfast",
324        "\nWi-Fi"
325      ]
326    },
327    {
328      "map": "https://www.google.com/maps/place/The+Empire+Hotel/data=!4m10!3m9!1s0x89c258f5922d74b9:0xd37708e5aa91e57a!5m2!4m1!1i2!8m2!3d40.7714959!4d-73.9826673!16s%2Fm%2F0zg51sr!19sChIJuXQtkvVYwokReuWRquUId9M?authuser=0&hl=en&rclk=1",
329      "website": null,
330      "price": "$186",
331      "name": "The Empire Hotel",
332      "ratingText": "3.9(4,806)",
333      "star": "3.9",
334      "rating": "(4,806)",
335      "info": "4-star hotel",
336      "other-info": "Chic property with a rooftop pool",
337      "amenities": [
338        "\nPool",
339        "\nFree Wi-Fi",
340        "\nAir-conditioned",
341        "\nWi-Fi"
342      ]
343    },
344    {
345      "map": "https://www.google.com/maps/place/Park+Central+Hotel+New+York/data=!4m10!3m9!1s0x89c258f82090418d:0xf1490df928fde01d!5m2!4m1!1i2!8m2!3d40.7646791!4d-73.9809593!16s%2Fm%2F026nvd1!19sChIJjUGQIPhYwokRHeD9KPkNSfE?authuser=0&hl=en&rclk=1",
346      "website": null,
347      "price": "$201",
348      "name": "Park Central Hotel New York",
349      "ratingText": "3.9(6,456)",
350      "star": "3.9",
351      "rating": "(6,456)",
352      "info": "4-star hotel",
353      "other-info": "Contemporary lodging in a 1920s building",
354      "amenities": [
355        "\nAir-conditioned",
356        "\nWi-Fi",
357        "\nParking",
358        "\nFitness center"
359      ]
360    },
361    {
362      "map": "https://www.google.com/maps/place/31+Street+Broadway+Hotel/data=!4m10!3m9!1s0x89c25980c90c93d7:0xcb0f33c059c23944!5m2!4m1!1i2!8m2!3d40.747211!4d-73.9878074!16s%2Fg%2F11pwh57g55!19sChIJ15MMyYBZwokRRDnCWcAzD8s?authuser=0&hl=en&rclk=1",
363      "website": null,
364      "price": "$49",
365      "name": "31 Street Broadway Hotel",
366      "ratingText": "2.7(331)",
367      "star": "2.7",
368      "rating": "(331)",
369      "info": "2-star hotel",
370      "other-info": null,
371      "amenities": [
372        "\nWi-Fi",
373        "\nKitchen",
374        "\nPet-friendly"
375      ]
376    },
377    {
378      "map": "https://www.google.com/maps/place/45+Times+Square+Hotel/data=!4m10!3m9!1s0x89c2585577418add:0x749f8ca494a6432c!5m2!4m1!1i2!8m2!3d40.7574595!4d-73.9838439!16s%2Fg%2F1v6qjjm0!19sChIJ3YpBd1VYwokRLEOmlKSMn3Q?authuser=0&hl=en&rclk=1",
379      "website": null,
380      "price": "$226",
381      "name": "45 Times Square Hotel",
382      "ratingText": "4.3(1,321)",
383      "star": "4.3",
384      "rating": "(1,321)",
385      "info": "3-star hotel",
386      "other-info": "Trendy hotel featuring breakfast",
387      "amenities": [
388        "\nFree Wi-Fi",
389        "\nAir-conditioned",
390        "\nWi-Fi",
391        "\nFitness center"
392      ]
393    },
394    {
395      "map": "https://www.google.com/maps/place/Radio+Hotel/data=!4m10!3m9!1s0x89c2f41f3eeaaaab:0x5ae35cbb32ac79cb!5m2!4m1!1i2!8m2!3d40.8477485!4d-73.9315295!16s%2Fg%2F11rzjbwjzv!19sChIJq6rqPh_0wokRy3msMrtc41o?authuser=0&hl=en&rclk=1",
396      "website": null,
397      "price": "$104",
398      "name": "Radio Hotel",
399      "ratingText": "3.9(673)",
400      "star": "3.9",
401      "rating": "(673)",
402      "info": "4-star hotel",
403      "other-info": "Stylish hotel with dining & a gym",
404      "amenities": [
405        "\nFree Wi-Fi",
406        "\nAir-conditioned",
407        "\nBreakfast",
408        "\nWi-Fi"
409      ]
410    },
411    {
412      "map": "https://www.google.com/maps/place/Bowery+Grand+Hotel/data=!4m10!3m9!1s0x89c25987d9ff3e15:0xe3e47495aaf90b5b!5m2!4m1!1i2!8m2!3d40.7189789!4d-73.9943542!16s%2Fg%2F1jkxgbq25!19sChIJFT7_2YdZwokRWwv5qpV05OM?authuser=0&hl=en&rclk=1",
413      "website": null,
414      "price": "$76",
415      "name": "Bowery Grand Hotel",
416      "ratingText": "2.2(668)",
417      "star": "2.2",
418      "rating": "(668)",
419      "info": "1-star hotel",
420      "other-info": "Simple lodging with free Wi-Fi",
421      "amenities": [
422        "\nFree Wi-Fi",
423        "\nAir-conditioned",
424        "\nWi-Fi",
425        "\nAirport shuttle"
426      ]
427    },
428    {
429      "map": "https://www.google.com/maps/place/Hotel+Indigo+Lower+East+Side+New+York,+an+IHG+Hotel/data=!4m10!3m9!1s0x89c25983e60471d3:0x34b8a94e173f2a57!5m2!4m1!1i2!8m2!3d40.721781!4d-73.9877812!16s%2Fg%2F11btlsr2b3!19sChIJ03EE5oNZwokRVyo_F06puDQ?authuser=0&hl=en&rclk=1",
430      "website": null,
431      "price": "$179",
432      "name": "Hotel Indigo Lower East Side New York, an IHG Hotel",
433      "ratingText": "3.9(2,005)",
434      "star": "3.9",
435      "rating": "(2,005)",
436      "info": "4-star hotel",
437      "other-info": "Upscale lodging with rooftop dining",
438      "amenities": [
439        "\nPool",
440        "\nFree Wi-Fi",
441        "\nAir-conditioned",
442        "\nBreakfast"
443      ]
444    },
445    {
446      "map": "https://www.google.com/maps/place/YOTEL+New+York+Times+Square/data=!4m10!3m9!1s0x89c2584d83538fa5:0x9aaeb9042dabf0a!5m2!4m1!1i2!8m2!3d40.7591608!4d-73.9954657!16s%2Fg%2F1tnssv75!19sChIJpY9Tg01YwokRCr_aQpDrqgk?authuser=0&hl=en&rclk=1",
447      "website": null,
448      "price": "$142",
449      "name": "YOTEL New York Times Square",
450      "ratingText": "3.9(8,415)",
451      "star": "3.9",
452      "rating": "(8,415)",
453      "info": "3-star hotel",
454      "other-info": "Trendy hotel with a gym & an eatery",
455      "amenities": [
456        "\nFree Wi-Fi",
457        "\nAir-conditioned",
458        "\nBreakfast",
459        "\nWi-Fi"
460      ]
461    },
462    {
463      "map": "https://www.google.com/maps/place/SoHo+54+Hotel/data=!4m10!3m9!1s0x89c2598827b5d3ad:0xe2bf561606ee468c!5m2!4m1!1i2!8m2!3d40.7239115!4d-74.0053011!16s%2Fg%2F1tgwbtt9!19sChIJrdO1J4hZwokRjEbuBhZWv-I?authuser=0&hl=en&rclk=1",
464      "website": null,
465      "price": "$189",
466      "name": "SoHo 54 Hotel",
467      "ratingText": "3.5(774)",
468      "star": "3.5",
469      "rating": "(774)",
470      "info": "3-star hotel",
471      "other-info": "Relaxed hotel with a gym & meeting rooms",
472      "amenities": [
473        "\nFree Wi-Fi",
474        "\nAir-conditioned",
475        "\nBreakfast",
476        "\nWi-Fi"
477      ]
478    },
479    {
480      "map": "https://www.google.com/maps/place/Millennium+Downtown+New+York/data=!4m10!3m9!1s0x89c25a19bbf7e287:0xf6220bac90e6020f!5m2!4m1!1i2!8m2!3d40.7113987!4d-74.0102257!16zL20vMGc3MG1m!19sChIJh-L3uxlawokRDwLmkKwLIvY?authuser=0&hl=en&rclk=1",
481      "website": null,
482      "price": "$237",
483      "name": "Millennium Downtown New York",
484      "ratingText": "3.8(4,680)",
485      "star": "3.8",
486      "rating": "(4,680)",
487      "info": "4-star hotel",
488      "other-info": "Sleek hotel with dining & fitness center",
489      "amenities": [
490        "\nFree Wi-Fi",
491        "\nAir-conditioned",
492        "\nBreakfast",
493        "\nWi-Fi"
494      ]
495    },
496    {
497      "map": "https://www.google.com/maps/place/Robert+Treat+Hotel/data=!4m10!3m9!1s0x89c25381ad937151:0xe4765f335c24f2fa!5m2!4m1!1i2!8m2!3d40.7391987!4d-74.1683123!16s%2Fg%2F12xqkzp73!19sChIJUXGTrYFTwokR-vIkXDNfduQ?authuser=0&hl=en&rclk=1",
498      "website": null,
499      "price": "$102",
500      "name": "Robert Treat Hotel",
501      "ratingText": "3.6(2,713)",
502      "star": "3.6",
503      "rating": "(2,713)",
504      "info": "3-star hotel",
505      "other-info": "Modest hotel with dining & a gym",
506      "amenities": [
507        "\nFree parking",
508        "\nFree Wi-Fi",
509        "\nAir-conditioned",
510        "\nBreakfast"
511      ]
512    },
513    {
514      "map": "https://www.google.com/maps/place/Home2+Suites+by+Hilton+New+York+Long+Island+City%2F+Manhattan+View,+NY/data=!4m10!3m9!1s0x89c25f2b623a4aa9:0x753b94c3296f097c!5m2!4m1!1i2!8m2!3d40.752975!4d-73.934082!16s%2Fg%2F1s049m52v!19sChIJqUo6YitfwokRfAlvKcOUO3U?authuser=0&hl=en&rclk=1",
515      "website": null,
516      "price": "$228",
517      "name": "Home2 Suites by Hilton New York Long Island City/ Manhattan View, NY",
518      "ratingText": "4.4(1,074)",
519      "star": "4.4",
520      "rating": "(1,074)",
521      "info": "3-star hotel",
522      "other-info": "All-suite hotel with free breakfast",
523      "amenities": [
524        "\nFree breakfast",
525        "\nFree Wi-Fi",
526        "\nAir-conditioned",
527        "\nBreakfast"
528      ]
529    },
530    {
531      "map": "https://www.google.com/maps/place/Hampton+Inn+Brooklyn%2FDowntown/data=!4m10!3m9!1s0x89c25a4aa6c04169:0xabdb43046ecb90d9!5m2!4m1!1i2!8m2!3d40.695706!4d-73.98402!16s%2Fg%2F1q64p7l6v!19sChIJaUHApkpawokR2ZDLbgRD26s?authuser=0&hl=en&rclk=1",
532      "website": null,
533      "price": "$213",
534      "name": "Hampton Inn Brooklyn/Downtown",
535      "ratingText": "4.4(2,351)",
536      "star": "4.4",
537      "rating": "(2,351)",
538      "info": "3-star hotel",
539      "other-info": "Modern hotel with free Wi-Fi & breakfast",
540      "amenities": [
541        "\nFree breakfast",
542        "\nFree Wi-Fi",
543        "\nAir-conditioned",
544        "\nBreakfast"
545      ]
546    },
547    {
548      "map": "https://www.google.com/maps/place/Pod+51/data=!4m10!3m9!1s0x89c258e31d4457eb:0x2bb34c38744394ed!5m2!4m1!1i2!8m2!3d40.7557851!4d-73.9690935!16s%2Fg%2F12qfxwl1k!19sChIJ61dEHeNYwokR7ZRDdDhMsys?authuser=0&hl=en&rclk=1",
549      "website": null,
550      "price": "$147",
551      "name": "Pod 51",
552      "ratingText": "4.1(3,883)",
553      "star": "4.1",
554      "rating": "(3,883)",
555      "info": "3-star hotel",
556      "other-info": "Hip budget lodging with a rooftop deck",
557      "amenities": [
558        "\nAir-conditioned",
559        "\nWi-Fi",
560        "\nParking",
561        "\nFitness center"
562      ]
563    },
564    {
565      "map": "https://www.google.com/maps/place/The+New+Yorker+Hotel/data=!4m10!3m9!1s0x89c259b5a9bd152b:0x31453e62a3be9f76!5m2!4m1!1i2!8m2!3d40.7526686!4d-73.9935648!16zL20vMGM3aHE5!19sChIJKxW9qbVZwokRdp--o2I-RTE?authuser=0&hl=en&rclk=1",
566      "website": null,
567      "price": "$155",
568      "name": "The New Yorker Hotel",
569      "ratingText": "3.9(10,400)",
570      "star": "3.9",
571      "rating": "(10,400)",
572      "info": "4-star hotel",
573      "other-info": "Grand 1929 hotel with 3 restaurants",
574      "amenities": [
575        "\nFree Wi-Fi",
576        "\nAir-conditioned",
577        "\nBreakfast",
578        "\nWi-Fi"
579      ]
580    },
581    {
582      "map": "https://www.google.com/maps/place/The+Manhattan+at+Times+Square+Hotel/data=!4m10!3m9!1s0x89c258f88254f2c3:0xe0e14597c5400022!5m2!4m1!1i2!8m2!3d40.7622856!4d-73.9826404!16s%2Fg%2F1hhg_3mgs!19sChIJw_JUgvhYwokRIgBAxZdF4eA?authuser=0&hl=en&rclk=1",
583      "website": null,
584      "price": "$231",
585      "name": "The Manhattan at Times Square Hotel",
586      "ratingText": "3.1(8,823)",
587      "star": "3.1",
588      "rating": "(8,823)",
589      "info": "3-star hotel",
590      "other-info": "Sleek lodging with a fitness room",
591      "amenities": [
592        "\nFree parking",
593        "\nFree Wi-Fi",
594        "\nAir-conditioned",
595        "\nBreakfast"
596      ]
597    },
598    {
599      "map": "https://www.google.com/maps/place/Millennium+Hotel+Broadway+Times+Square/data=!4m10!3m9!1s0x89c258550c123567:0x11a781ccd53553e2!5m2!4m1!1i2!8m2!3d40.7571942!4d-73.9846655!16s%2Fm%2F0wfdzs6!19sChIJZzUSDFVYwokR4lM11cyBpxE?authuser=0&hl=en&rclk=1",
600      "website": null,
601      "price": "$185",
602      "name": "Millennium Hotel Broadway Times Square",
603      "ratingText": "3.6(5,306)",
604      "star": "3.6",
605      "rating": "(5,306)",
606      "info": "4-star hotel",
607      "other-info": "High-rise lodging with Pan-Asian dining",
608      "amenities": [
609        "\nFree Wi-Fi",
610        "\nAir-conditioned",
611        "\nBreakfast",
612        "\nWi-Fi"
613      ]
614    },
615    {
616      "map": "https://www.google.com/maps/place/Paramount+Hotel+Times+Square/data=!4m10!3m9!1s0x89c258543f40379b:0xae966f416e2d9099!5m2!4m1!1i2!8m2!3d40.759535!4d-73.9870088!16s%2Fm%2F03gq7v4!19sChIJmzdAP1RYwokRmZAtbkFvlq4?authuser=0&hl=en&rclk=1",
617      "website": null,
618      "price": "$140",
619      "name": "Paramount Hotel Times Square",
620      "ratingText": "3.5(6,588)",
621      "star": "3.5",
622      "rating": "(6,588)",
623      "info": "4-star hotel",
624      "other-info": "Luxe lodging with a modern nightclub",
625      "amenities": [
626        "\nFree Wi-Fi",
627        "\nAir-conditioned",
628        "\nBreakfast",
629        "\nWi-Fi"
630      ]
631    },
632    {
633      "map": "https://www.google.com/maps/place/The+Empire+Hotel/data=!4m10!3m9!1s0x89c258f5922d74b9:0xd37708e5aa91e57a!5m2!4m1!1i2!8m2!3d40.7714959!4d-73.9826673!16s%2Fm%2F0zg51sr!19sChIJuXQtkvVYwokReuWRquUId9M?authuser=0&hl=en&rclk=1",
634      "website": null,
635      "price": "$186",
636      "name": "The Empire Hotel",
637      "ratingText": "3.9(4,806)",
638      "star": "3.9",
639      "rating": "(4,806)",
640      "info": "4-star hotel",
641      "other-info": "Chic property with a rooftop pool",
642      "amenities": [
643        "\nPool",
644        "\nFree Wi-Fi",
645        "\nAir-conditioned",
646        "\nWi-Fi"
647      ]
648    },
649    {
650      "map": "https://www.google.com/maps/place/Park+Central+Hotel+New+York/data=!4m10!3m9!1s0x89c258f82090418d:0xf1490df928fde01d!5m2!4m1!1i2!8m2!3d40.7646791!4d-73.9809593!16s%2Fm%2F026nvd1!19sChIJjUGQIPhYwokRHeD9KPkNSfE?authuser=0&hl=en&rclk=1",
651      "website": null,
652      "price": "$201",
653      "name": "Park Central Hotel New York",
654      "ratingText": "3.9(6,456)",
655      "star": "3.9",
656      "rating": "(6,456)",
657      "info": "4-star hotel",
658      "other-info": "Contemporary lodging in a 1920s building",
659      "amenities": [
660        "\nAir-conditioned",
661        "\nWi-Fi",
662        "\nParking",
663        "\nFitness center"
664      ]
665    },
666    {
667      "map": "https://www.google.com/maps/place/31+Street+Broadway+Hotel/data=!4m10!3m9!1s0x89c25980c90c93d7:0xcb0f33c059c23944!5m2!4m1!1i2!8m2!3d40.747211!4d-73.9878074!16s%2Fg%2F11pwh57g55!19sChIJ15MMyYBZwokRRDnCWcAzD8s?authuser=0&hl=en&rclk=1",
668      "website": null,
669      "price": "$49",
670      "name": "31 Street Broadway Hotel",
671      "ratingText": "2.7(331)",
672      "star": "2.7",
673      "rating": "(331)",
674      "info": "2-star hotel",
675      "other-info": null,
676      "amenities": [
677        "\nWi-Fi",
678        "\nKitchen",
679        "\nPet-friendly"
680      ]
681    },
682    {
683      "map": "https://www.google.com/maps/place/45+Times+Square+Hotel/data=!4m10!3m9!1s0x89c2585577418add:0x749f8ca494a6432c!5m2!4m1!1i2!8m2!3d40.7574595!4d-73.9838439!16s%2Fg%2F1v6qjjm0!19sChIJ3YpBd1VYwokRLEOmlKSMn3Q?authuser=0&hl=en&rclk=1",
684      "website": null,
685      "price": "$226",
686      "name": "45 Times Square Hotel",
687      "ratingText": "4.3(1,321)",
688      "star": "4.3",
689      "rating": "(1,321)",
690      "info": "3-star hotel",
691      "other-info": "Trendy hotel featuring breakfast",
692      "amenities": [
693        "\nFree Wi-Fi",
694        "\nAir-conditioned",
695        "\nWi-Fi",
696        "\nFitness center"
697      ]
698    },
699    {
700      "map": "https://www.google.com/maps/place/Radio+Hotel/data=!4m10!3m9!1s0x89c2f41f3eeaaaab:0x5ae35cbb32ac79cb!5m2!4m1!1i2!8m2!3d40.8477485!4d-73.9315295!16s%2Fg%2F11rzjbwjzv!19sChIJq6rqPh_0wokRy3msMrtc41o?authuser=0&hl=en&rclk=1",
701      "website": null,
702      "price": "$104",
703      "name": "Radio Hotel",
704      "ratingText": "3.9(673)",
705      "star": "3.9",
706      "rating": "(673)",
707      "info": "4-star hotel",
708      "other-info": "Stylish hotel with dining & a gym",
709      "amenities": [
710        "\nFree Wi-Fi",
711        "\nAir-conditioned",
712        "\nBreakfast",
713        "\nWi-Fi"
714      ]
715    },
716    {
717      "map": "https://www.google.com/maps/place/Bowery+Grand+Hotel/data=!4m10!3m9!1s0x89c25987d9ff3e15:0xe3e47495aaf90b5b!5m2!4m1!1i2!8m2!3d40.7189789!4d-73.9943542!16s%2Fg%2F1jkxgbq25!19sChIJFT7_2YdZwokRWwv5qpV05OM?authuser=0&hl=en&rclk=1",
718      "website": null,
719      "price": "$76",
720      "name": "Bowery Grand Hotel",
721      "ratingText": "2.2(668)",
722      "star": "2.2",
723      "rating": "(668)",
724      "info": "1-star hotel",
725      "other-info": "Simple lodging with free Wi-Fi",
726      "amenities": [
727        "\nFree Wi-Fi",
728        "\nAir-conditioned",
729        "\nWi-Fi",
730        "\nAirport shuttle"
731      ]
732    },
733    {
734      "map": "https://www.google.com/maps/place/Hotel+Indigo+Lower+East+Side+New+York,+an+IHG+Hotel/data=!4m10!3m9!1s0x89c25983e60471d3:0x34b8a94e173f2a57!5m2!4m1!1i2!8m2!3d40.721781!4d-73.9877812!16s%2Fg%2F11btlsr2b3!19sChIJ03EE5oNZwokRVyo_F06puDQ?authuser=0&hl=en&rclk=1",
735      "website": null,
736      "price": "$179",
737      "name": "Hotel Indigo Lower East Side New York, an IHG Hotel",
738      "ratingText": "3.9(2,005)",
739      "star": "3.9",
740      "rating": "(2,005)",
741      "info": "4-star hotel",
742      "other-info": "Upscale lodging with rooftop dining",
743      "amenities": [
744        "\nPool",
745        "\nFree Wi-Fi",
746        "\nAir-conditioned",
747        "\nBreakfast"
748      ]
749    },
750    {
751      "map": "https://www.google.com/maps/place/YOTEL+New+York+Times+Square/data=!4m10!3m9!1s0x89c2584d83538fa5:0x9aaeb9042dabf0a!5m2!4m1!1i2!8m2!3d40.7591608!4d-73.9954657!16s%2Fg%2F1tnssv75!19sChIJpY9Tg01YwokRCr_aQpDrqgk?authuser=0&hl=en&rclk=1",
752      "website": null,
753      "price": "$142",
754      "name": "YOTEL New York Times Square",
755      "ratingText": "3.9(8,415)",
756      "star": "3.9",
757      "rating": "(8,415)",
758      "info": "3-star hotel",
759      "other-info": "Trendy hotel with a gym & an eatery",
760      "amenities": [
761        "\nFree Wi-Fi",
762        "\nAir-conditioned",
763        "\nBreakfast",
764        "\nWi-Fi"
765      ]
766    },
767    {
768      "map": "https://www.google.com/maps/place/SoHo+54+Hotel/data=!4m10!3m9!1s0x89c2598827b5d3ad:0xe2bf561606ee468c!5m2!4m1!1i2!8m2!3d40.7239115!4d-74.0053011!16s%2Fg%2F1tgwbtt9!19sChIJrdO1J4hZwokRjEbuBhZWv-I?authuser=0&hl=en&rclk=1",
769      "website": null,
770      "price": "$189",
771      "name": "SoHo 54 Hotel",
772      "ratingText": "3.5(774)",
773      "star": "3.5",
774      "rating": "(774)",
775      "info": "3-star hotel",
776      "other-info": "Relaxed hotel with a gym & meeting rooms",
777      "amenities": [
778        "\nFree Wi-Fi",
779        "\nAir-conditioned",
780        "\nBreakfast",
781        "\nWi-Fi"
782      ]
783    },
784    {
785      "map": "https://www.google.com/maps/place/Millennium+Downtown+New+York/data=!4m10!3m9!1s0x89c25a19bbf7e287:0xf6220bac90e6020f!5m2!4m1!1i2!8m2!3d40.7113987!4d-74.0102257!16zL20vMGc3MG1m!19sChIJh-L3uxlawokRDwLmkKwLIvY?authuser=0&hl=en&rclk=1",
786      "website": null,
787      "price": "$237",
788      "name": "Millennium Downtown New York",
789      "ratingText": "3.8(4,680)",
790      "star": "3.8",
791      "rating": "(4,680)",
792      "info": "4-star hotel",
793      "other-info": "Sleek hotel with dining & fitness center",
794      "amenities": [
795        "\nFree Wi-Fi",
796        "\nAir-conditioned",
797        "\nBreakfast",
798        "\nWi-Fi"
799      ]
800    },
801    {
802      "map": "https://www.google.com/maps/place/Robert+Treat+Hotel/data=!4m10!3m9!1s0x89c25381ad937151:0xe4765f335c24f2fa!5m2!4m1!1i2!8m2!3d40.7391987!4d-74.1683123!16s%2Fg%2F12xqkzp73!19sChIJUXGTrYFTwokR-vIkXDNfduQ?authuser=0&hl=en&rclk=1",
803      "website": null,
804      "price": "$102",
805      "name": "Robert Treat Hotel",
806      "ratingText": "3.6(2,713)",
807      "star": "3.6",
808      "rating": "(2,713)",
809      "info": "3-star hotel",
810      "other-info": "Modest hotel with dining & a gym",
811      "amenities": [
812        "\nFree parking",
813        "\nFree Wi-Fi",
814        "\nAir-conditioned",
815        "\nBreakfast"
816      ]
817    },
818    {
819      "map": "https://www.google.com/maps/place/Ink+48+Hotel/data=!4m10!3m9!1s0x89c2584fcc98937f:0xa2319e2451e39c10!5m2!4m1!1i2!8m2!3d40.764568!4d-73.995995!16s%2Fg%2F1hd_j7963!19sChIJf5OYzE9YwokREJzjUSSeMaI?authuser=0&hl=en&rclk=1",
820      "website": null,
821      "price": "$184",
822      "name": "Ink 48 Hotel",
823      "ratingText": "4.2(2,423)",
824      "star": "4.2",
825      "rating": "(2,423)",
826      "info": "4-star hotel",
827      "other-info": "Sleek hotel with views & a rooftop bar",
828      "amenities": [
829        "\nAir-conditioned",
830        "\nBreakfast",
831        "\nWi-Fi",
832        "\nParking"
833      ]
834    },
835    {
836      "map": "https://www.google.com/maps/place/The+Jane+Hotel/data=!4m10!3m9!1s0x89c259955a4f5839:0x31c1bad4b65ed0c5!5m2!4m1!1i2!8m2!3d40.7383!4d-74.0094167!16s%2Fm%2F02rr_xf!19sChIJOVhPWpVZwokRxdBettS6wTE?authuser=0&hl=en&rclk=1",
837      "website": null,
838      "price": "$180",
839      "name": "The Jane Hotel",
840      "ratingText": "3.7(2,004)",
841      "star": "3.7",
842      "rating": "(2,004)",
843      "info": "2-star hotel",
844      "other-info": "Chic, historic lodging with dining",
845      "amenities": [
846        "\nFree Wi-Fi",
847        "\nAir-conditioned",
848        "\nWi-Fi",
849        "\nAirport shuttle"
850      ]
851    },
852    {
853      "map": "https://www.google.com/maps/place/The+Brooklyn+Hotel/data=!4m10!3m9!1s0x89c25b9bad20bc81:0xda273127a3c2cfa0!5m2!4m1!1i2!8m2!3d40.6788705!4d-73.9511887!16s%2Fg%2F11bv3812xn!19sChIJgbwgrZtbwokRoM_CoycxJ9o?authuser=0&hl=en&rclk=1",
854      "website": null,
855      "price": "$102",
856      "name": "The Brooklyn Hotel",
857      "ratingText": "3.5(722)",
858      "star": "3.5",
859      "rating": "(722)",
860      "info": "3-star hotel",
861      "other-info": "Chic boutique hotel with a gym",
862      "amenities": [
863        "\nFree Wi-Fi",
864        "\nAir-conditioned",
865        "\nWi-Fi",
866        "\nParking"
867      ]
868    },
869    {
870      "map": "https://www.google.com/maps/place/6+Columbus+-+Central+Park+Hotel/data=!4m10!3m9!1s0x89c25858808111a3:0xd6bc0a96cf7a0521!5m2!4m1!1i2!8m2!3d40.7675702!4d-73.9831802!16s%2Fg%2F1wzt38ms!19sChIJoxGBgFhYwokRIQV6z5YKvNY?authuser=0&hl=en&rclk=1",
871      "website": null,
872      "price": "$189",
873      "name": "6 Columbus - Central Park Hotel",
874      "ratingText": "3.8(630)",
875      "star": "3.8",
876      "rating": "(630)",
877      "info": "4-star hotel",
878      "other-info": "Boutique lodging with retro-chic style",
879      "amenities": [
880        "\nFree Wi-Fi",
881        "\nAir-conditioned",
882        "\nWi-Fi",
883        "\nRestaurant"
884      ]
885    },
886    {
887      "map": "https://www.google.com/maps/place/Hard+Rock+Hotel+New+York/data=!4m10!3m9!1s0x89c25941eb1c738d:0x4b2e65fb4e9746d5!5m2!4m1!1i2!8m2!3d40.7596881!4d-73.9833493!16s%2Fg%2F11p0dckds0!19sChIJjXMc60FZwokR1UaXTvtlLks?authuser=0&hl=en&rclk=1",
888      "website": null,
889      "price": "$356",
890      "name": "Hard Rock Hotel New York",
891      "ratingText": "4.5(1,021)",
892      "star": "4.5",
893      "rating": "(1,021)",
894      "info": "Hotel",
895      "other-info": "Premium hotel with a rooftop lounge",
896      "amenities": [
897        "\nFree Wi-Fi",
898        "\nAir-conditioned",
899        "\nBreakfast",
900        "\nWi-Fi"
901      ]
902    },
903    {
904      "map": "https://www.google.com/maps/place/The+Evelyn/data=!4m10!3m9!1s0x89c259a65ba4811f:0x74cd17ab9b6a36f5!5m2!4m1!1i2!8m2!3d40.7439469!4d-73.9869744!16s%2Fg%2F11b6yljtq2!19sChIJH4GkW6ZZwokR9TZqm6sXzXQ?authuser=0&hl=en&rclk=1",
905      "website": null,
906      "price": "$267",
907      "name": "The Evelyn",
908      "ratingText": "4.1(1,130)",
909      "star": "4.1",
910      "rating": "(1,130)",
911      "info": "4-star hotel",
912      "other-info": "Upscale hotel with a bar & a gym",
913      "amenities": [
914        "\nFree Wi-Fi",
915        "\nAir-conditioned",
916        "\nWi-Fi",
917        "\nParking"
918      ]
919    },
920    {
921      "map": "https://www.google.com/maps/place/Hampton+Inn+Brooklyn%2FDowntown/data=!4m10!3m9!1s0x89c25a4aa6c04169:0xabdb43046ecb90d9!5m2!4m1!1i2!8m2!3d40.695706!4d-73.98402!16s%2Fg%2F1q64p7l6v!19sChIJaUHApkpawokR2ZDLbgRD26s?authuser=0&hl=en&rclk=1",
922      "website": null,
923      "price": "$213",
924      "name": "Hampton Inn Brooklyn/Downtown",
925      "ratingText": "4.4(2,351)",
926      "star": "4.4",
927      "rating": "(2,351)",
928      "info": "3-star hotel",
929      "other-info": "Modern hotel with free Wi-Fi & breakfast",
930      "amenities": [
931        "\nFree breakfast",
932        "\nFree Wi-Fi",
933        "\nAir-conditioned",
934        "\nBreakfast"
935      ]
936    },
937    {
938      "map": "https://www.google.com/maps/place/Hilton+Garden+Inn+Long+Island+City+New+York/data=!4m10!3m9!1s0x89c258d53baeaac9:0x8be3a5af657ae00a!5m2!4m1!1i2!8m2!3d40.750225!4d-73.936924!16s%2Fg%2F11b7gp7yg5!19sChIJyaquO9VYwokRCuB6Za-l44s?authuser=0&hl=en&rclk=1",
939      "website": null,
940      "price": "$189",
941      "name": "Hilton Garden Inn Long Island City New York",
942      "ratingText": "4.3(1,466)",
943      "star": "4.3",
944      "rating": "(1,466)",
945      "info": "3-star hotel",
946      "other-info": "Modern hotel with dining & skyline views",
947      "amenities": [
948        "\nFree Wi-Fi",
949        "\nAir-conditioned",
950        "\nBreakfast",
951        "\nWi-Fi"
952      ]
953    },
954    {
955      "map": "https://www.google.com/maps/place/Pod+51/data=!4m10!3m9!1s0x89c258e31d4457eb:0x2bb34c38744394ed!5m2!4m1!1i2!8m2!3d40.7557851!4d-73.9690935!16s%2Fg%2F12qfxwl1k!19sChIJ61dEHeNYwokR7ZRDdDhMsys?authuser=0&hl=en&rclk=1",
956      "website": null,
957      "price": "$147",
958      "name": "Pod 51",
959      "ratingText": "4.1(3,883)",
960      "star": "4.1",
961      "rating": "(3,883)",
962      "info": "3-star hotel",
963      "other-info": "Hip budget lodging with a rooftop deck",
964      "amenities": [
965        "\nAir-conditioned",
966        "\nWi-Fi",
967        "\nParking",
968        "\nFitness center"
969      ]
970    },
971    {
972      "map": "https://www.google.com/maps/place/The+New+Yorker+Hotel/data=!4m10!3m9!1s0x89c259b5a9bd152b:0x31453e62a3be9f76!5m2!4m1!1i2!8m2!3d40.7526686!4d-73.9935648!16zL20vMGM3aHE5!19sChIJKxW9qbVZwokRdp--o2I-RTE?authuser=0&hl=en&rclk=1",
973      "website": null,
974      "price": "$155",
975      "name": "The New Yorker Hotel",
976      "ratingText": "3.9(10,400)",
977      "star": "3.9",
978      "rating": "(10,400)",
979      "info": "4-star hotel",
980      "other-info": "Grand 1929 hotel with 3 restaurants",
981      "amenities": [
982        "\nFree Wi-Fi",
983        "\nAir-conditioned",
984        "\nBreakfast",
985        "\nWi-Fi"
986      ]
987    },
988    {
989      "map": "https://www.google.com/maps/place/The+Manhattan+at+Times+Square+Hotel/data=!4m10!3m9!1s0x89c258f88254f2c3:0xe0e14597c5400022!5m2!4m1!1i2!8m2!3d40.7622856!4d-73.9826404!16s%2Fg%2F1hhg_3mgs!19sChIJw_JUgvhYwokRIgBAxZdF4eA?authuser=0&hl=en&rclk=1",
990      "website": null,
991      "price": "$231",
992      "name": "The Manhattan at Times Square Hotel",
993      "ratingText": "3.1(8,823)",
994      "star": "3.1",
995      "rating": "(8,823)",
996      "info": "3-star hotel",
997      "other-info": "Sleek lodging with a fitness room",
998      "amenities": [
999        "\nFree parking",
1000        "\nFree Wi-Fi",
1001        "\nAir-conditioned",
1002        "\nBreakfast"
1003      ]
1004    },
1005    {
1006      "map": "https://www.google.com/maps/place/Millennium+Hotel+Broadway+Times+Square/data=!4m10!3m9!1s0x89c258550c123567:0x11a781ccd53553e2!5m2!4m1!1i2!8m2!3d40.7571942!4d-73.9846655!16s%2Fm%2F0wfdzs6!19sChIJZzUSDFVYwokR4lM11cyBpxE?authuser=0&hl=en&rclk=1",
1007      "website": null,
1008      "price": "$185",
1009      "name": "Millennium Hotel Broadway Times Square",
1010      "ratingText": "3.6(5,306)",
1011      "star": "3.6",
1012      "rating": "(5,306)",
1013      "info": "4-star hotel",
1014      "other-info": "High-rise lodging with Pan-Asian dining",
1015      "amenities": [
1016        "\nFree Wi-Fi",
1017        "\nAir-conditioned",
1018        "\nBreakfast",
1019        "\nWi-Fi"
1020      ]
1021    },
1022    {
1023      "map": "https://www.google.com/maps/place/Paramount+Hotel+Times+Square/data=!4m10!3m9!1s0x89c258543f40379b:0xae966f416e2d9099!5m2!4m1!1i2!8m2!3d40.759535!4d-73.9870088!16s%2Fm%2F03gq7v4!19sChIJmzdAP1RYwokRmZAtbkFvlq4?authuser=0&hl=en&rclk=1",
1024      "website": null,
1025      "price": "$140",
1026      "name": "Paramount Hotel Times Square",
1027      "ratingText": "3.5(6,588)",
1028      "star": "3.5",
1029      "rating": "(6,588)",
1030      "info": "4-star hotel",
1031      "other-info": "Luxe lodging with a modern nightclub",
1032      "amenities": [
1033        "\nFree Wi-Fi",
1034        "\nAir-conditioned",
1035        "\nBreakfast",
1036        "\nWi-Fi"
1037      ]
1038    },
1039    {
1040      "map": "https://www.google.com/maps/place/The+Empire+Hotel/data=!4m10!3m9!1s0x89c258f5922d74b9:0xd37708e5aa91e57a!5m2!4m1!1i2!8m2!3d40.7714959!4d-73.9826673!16s%2Fm%2F0zg51sr!19sChIJuXQtkvVYwokReuWRquUId9M?authuser=0&hl=en&rclk=1",
1041      "website": null,
1042      "price": "$186",
1043      "name": "The Empire Hotel",
1044      "ratingText": "3.9(4,806)",
1045      "star": "3.9",
1046      "rating": "(4,806)",
1047      "info": "4-star hotel",
1048      "other-info": "Chic property with a rooftop pool",
1049      "amenities": [
1050        "\nPool",
1051        "\nFree Wi-Fi",
1052        "\nAir-conditioned",
1053        "\nWi-Fi"
1054      ]
1055    },
1056    {
1057      "map": "https://www.google.com/maps/place/Park+Central+Hotel+New+York/data=!4m10!3m9!1s0x89c258f82090418d:0xf1490df928fde01d!5m2!4m1!1i2!8m2!3d40.7646791!4d-73.9809593!16s%2Fm%2F026nvd1!19sChIJjUGQIPhYwokRHeD9KPkNSfE?authuser=0&hl=en&rclk=1",
1058      "website": null,
1059      "price": "$201",
1060      "name": "Park Central Hotel New York",
1061      "ratingText": "3.9(6,456)",
1062      "star": "3.9",
1063      "rating": "(6,456)",
1064      "info": "4-star hotel",
1065      "other-info": "Contemporary lodging in a 1920s building",
1066      "amenities": [
1067        "\nAir-conditioned",
1068        "\nWi-Fi",
1069        "\nParking",
1070        "\nFitness center"
1071      ]
1072    },
1073    {
1074      "map": "https://www.google.com/maps/place/31+Street+Broadway+Hotel/data=!4m10!3m9!1s0x89c25980c90c93d7:0xcb0f33c059c23944!5m2!4m1!1i2!8m2!3d40.747211!4d-73.9878074!16s%2Fg%2F11pwh57g55!19sChIJ15MMyYBZwokRRDnCWcAzD8s?authuser=0&hl=en&rclk=1",
1075      "website": null,
1076      "price": "$49",
1077      "name": "31 Street Broadway Hotel",
1078      "ratingText": "2.7(331)",
1079      "star": "2.7",
1080      "rating": "(331)",
1081      "info": "2-star hotel",
1082      "other-info": null,
1083      "amenities": [
1084        "\nWi-Fi",
1085        "\nKitchen",
1086        "\nPet-friendly"
1087      ]
1088    },
1089    {
1090      "map": "https://www.google.com/maps/place/45+Times+Square+Hotel/data=!4m10!3m9!1s0x89c2585577418add:0x749f8ca494a6432c!5m2!4m1!1i2!8m2!3d40.7574595!4d-73.9838439!16s%2Fg%2F1v6qjjm0!19sChIJ3YpBd1VYwokRLEOmlKSMn3Q?authuser=0&hl=en&rclk=1",
1091      "website": null,
1092      "price": "$226",
1093      "name": "45 Times Square Hotel",
1094      "ratingText": "4.3(1,321)",
1095      "star": "4.3",
1096      "rating": "(1,321)",
1097      "info": "3-star hotel",
1098      "other-info": "Trendy hotel featuring breakfast",
1099      "amenities": [
1100        "\nFree Wi-Fi",
1101        "\nAir-conditioned",
1102        "\nWi-Fi",
1103        "\nFitness center"
1104      ]
1105    }
1106  ]
1107}]

Key Scraped Data

For each search query, the scraper retrieves:

  • Business Name: Name of the business or organization.
  • Website: URL to the business’s website.
  • Phone: Contact phone number, if available.
  • Email: Email address, if available.
  • Address: Physical location of the business.
  • Google Maps Link: Link to the business location on Google Maps (if applicable).

Output Formats

JSON

#Usage

On the Apify Platform

  1. Go to the Google Lead Generation Scraper actor on Apify.
  2. Click Try for Free.
  3. Provide the area and the search word.
  4. Run the actor and wait for it to complete.
  5. Download the results in your preferred format (JSON).

Locally via Apify CLI

Install Apify CLI.

Run the actor locally using the following command:

apify run your-username/google-lead-generation-scraper --input='{"area": "New York","search": "Hotel"}'

Input Example

1{
2  "area": "New York",
3  "search": "Hotel"
4}

This input will scrape lead data for Hotels in New York.

Use Cases

  • Sales and Marketing: Build targeted lead lists for outbound marketing or sales prospecting.
  • Business Development: Gather contact details for potential business partners or service providers.
  • Recruitment: Generate leads for staffing or recruitment firms to find companies hiring in specific industries or locations.
  • Local Service Providers: Identify local businesses or service providers in specific industries for partnership or collaboration opportunities.

Limitations

  1. Some businesses may have limited contact information publicly available.
  2. The actor only retrieves data available in the Google search results or business profiles.
Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified 5 days ago