TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Feasible to access google maps DB

3 pointsby cgherb911about 15 years ago
This is what I want to do. Google has a database with businesses information tied to a gps location. Is there a way to access this data (while not being employed by google)??<p>Thanks HN.

2 comments

jacquesmabout 15 years ago
Essentially you're asking if it is possible to scrape google maps.<p>I'd start with analyzing the javascript code that creates the map view, it has to have some way of retrieving the info layer given a map coordinate.<p>After that you can try to see if you can access that information without going through the browser.<p>There are commercial vendors of such information too.
vannevarabout 15 years ago
Google gets much of their data from Tele Atlas (now TomTom): www.teleatlas.com. The other big player in geo data is NavTeq: www.navteq.com. I think there are some crowd-sourced public geo databases as well.