In today’s data-driven world, extracting specific details from vast platforms like Google Maps can be crucial.
MapsDumper is a powerful tool designed for this very purpose, enabling users to easily retrieve place details such as phone numbers, websites, and reviews.
Dive into this guide to understand how MapsDumper works and how you can leverage it for your data-gathering needs.
Demo • Installation • Feature • CreditsA tool for dumping place details from Google Maps such as phone numbers, emails, websites, and reviews.
$ see this DEMO in here > https://www.youtube.com/watch?v=jHwfN4i4M8A
How to run ?
> git clone https://github.com/tegal1337/mapsdumper
> cd mapsdumper
> npm install
> node index.js | Feature | Status |
|---|---|
| Get Adress | Ok |
| Get Phone Number | Ok |
| Get Website | Ok |
| Get Reviews | Ok |
| Get Review date | Ok |
| Get Star Count per Review | Ok |
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…