Live demo · v1.5.0

Maps reviews,
decoded.

A scraper and an analyst, wired together. Pick a pin, paste a Maps URL, or grab the demo below — full review report in under a minute.

Or pick a demo:

01

How it works.

Three jobs. One tool. Pick your flavor.

Scrape the open web

Puppeteer with stealth and a rotating proxy race. Falls back to the next proxy the moment one stalls — no more waiting 90 seconds on a dead endpoint.

$ reatlas scrape "https://maps.app.goo.gl/xyz"
Puppeteer Stealth Proxy race

Or use the Places API

Same output schema, no scraping drama. $200/mo free credit.

$ reatlas scrape --api

Local or cloud LLM

Ollama locally, or any OpenRouter model in the cloud. Auto-detects GPU vs CPU; streams output as it arrives.

gemma2:2b qwen3:8b Nemotron 550B Llama 3.3 70B

One CLI

Scrape, fetch, analyze, demo — all under one binary.

$ reatlas scrape "URL"
$ reatlas analyze output/reviews.json
$ reatlas globe
02

Install the CLI.

Wrapper that turns $ node index.js --url=… into $ reatlas scrape URL.

$ npm install
$ reatlas doctor          # check env, deps, .env
$ reatlas globe           # launch this demo locally
$ reatlas scrape "URL"    # scrape → output/reviews.json
$ reatlas analyze FILE    # run LLM analysis
$ reatlas run "URL"       # scrape + analyze in one
Full docs on GitHub →