I made a web app that let’s you track someone’s precise location (Not IP location; I promise). It’s called "Clickstat".
It’s basically a URL shortener that logs information of those who clicks your link. Along with IP address
,user-agent
, this information includes GPS-Coordinates.
Step By Step Tutorial
To track someones’s location, go to www.clickstat.xyz. You will see the following page,
1. Shorten Links
Now,
- Type an URL
- Check the box that says,“Enable GPS Tracking”
- Click on the shorten button.
Next, you’ll see this page,
Here, you’re given two things,
- The Shortened Link
- An Identifier
If you click on the copy button, the link will be copied to your clipboard. Now share the shortened link with whoever you want. If they click the link, their information including their GPS Location will be logged.
Note: For privacy reasons, those who click the link will be asked to allow location permission. If you don’t want this to happen, you can keep GPS tracking un-checked and you’ll still be able to log their approximate location along with their IP-address and other info.
2. View Location
To view their location, you will have to go to the stats page,
When the stats page opens, you will see the following page,
Here, you have to
- Type-in the Identifier that was provided while shortening the link
- click on the view button.
Then, the following page will open,
The information listed here is pretty self-explanatory. If you click on the IP-address, it will show information about it like in the following picture,
If you click on the GPS-Coordinates, the location will open in google map!
And that’s it!