5 ms·
Why does this have a cost? You can get street view images from maps.google.com for free, so a scraper should be able to use the same interface for free (as lon
by devit 3y ago
Why does this have a cost?
You can get street view images from maps.google.com for free, so a scraper should be able to use the same interface for free (as long as it's either not throttled, or you can get multiple IPs or don't care about speed).
- deleted 3y ago[deleted]
- mplewis 3y agoThis project uses the Panorama API. A traditional scraper will quickly run into recaptchas when scraping a Google property.
- efishnc 3y agoAs @mplewis said, because it uses the SV API - however, I've since found a way to reduce that cost to practically 0. See https://loichovon.com/posts/streetview-scraper-v2.html https://loichovon.com/posts/streetview-scraper-v2.html As you say though, another way to go about this would be to scrape the public SV site, which I have not attempted to do. @xnx linked this project in another comment, which seems to do just that: https://tllabs.io/google-street-view-hyperlapse-youtube-video/ https://tllabs.io/google-street-view-hyperlapse-youtube-vide... I don't know if/how they evade captchas.