Off-Grid
mode = "off_grid"Heavy weight on solar yield, well potential, septic feasibility, and access to graded road.
| Solar | 0.30 |
| Water | 0.25 |
| Buildability | 0.20 |
| Access | 0.15 |
| Climate | 0.10 |
AcreLens turns any US address into a structured report: solar yield, well odds, slope, flood zone, parcel boundary, county-specific build rules. Four lenses, one endpoint, ninety seconds.
Each report bundles raw data, model scores, and a narrative summary written for the mode you requested. PDF and JSON, same payload.
Every US parcel reachable by address geocoding. Alaska and Hawaii included. Tribal land and unaddressed acreage supported via APN.
Off-grid, rural residential, recreational, investment. Each mode reweights the score components and rewrites the narrative — not just relabels.
USGS, NREL, FEMA, USDA, OpenStreetMap, county GIS. Every datum in the response carries its source ID and capture date.
Async by default. HMAC-signed callbacks, idempotent requests, exponential retry. Or block on the synchronous /analyze endpoint if you prefer.
Drop the key in, swap the address, run it. Returns a job handle immediately; webhook fires when the report is ready.
curl -X POST https://api.acrelens.com/v1/analyze \
-H "Authorization: Bearer al_live_..." \
-H "Content-Type: application/json" \
-H "Idempotency-Key: $(uuidgen)" \
-d '{
"address": "123 Cabin Rd, Taos, NM",
"state": "NM",
"mode": "off_grid",
"county": "Taos",
"acreage": 5.2
}'Data sourced from
A buyer hunting elk leases doesn’t care about HOA dues. We reweight the score and rewrite the narrative based on the mode you pass.
mode = "off_grid"Heavy weight on solar yield, well potential, septic feasibility, and access to graded road.
| Solar | 0.30 |
| Water | 0.25 |
| Buildability | 0.20 |
| Access | 0.15 |
| Climate | 0.10 |
mode = "rural_residential"Balances utility connection cost, school proximity, and zoning, for primary-residence shoppers.
| Utilities | 0.28 |
| Zoning | 0.22 |
| Buildability | 0.20 |
| Schools | 0.15 |
| Access | 0.15 |
mode = "recreational"Privileges public-land adjacency, hunting/fishing index, and seasonal access; relaxes utilities.
| Public land | 0.30 |
| Recreation | 0.25 |
| Privacy | 0.20 |
| Access | 0.15 |
| Buildability | 0.10 |
mode = "investment"5-yr appreciation comp, days-on-market, growth-corridor proximity, and split feasibility.
| Appreciation | 0.30 |
| Liquidity | 0.25 |
| Comp density | 0.20 |
| Split potential | 0.15 |
| Risk | 0.10 |
Add a card, fund a balance, call the API. We deduct per successful report. Above 1,000 reports a month, talk to us about a contract.
Successful calls only · failed and cached responses free
At 1,000+ reports / mo · negotiated below for committed volume
See the pricing page → for the full FAQ, balance mechanics, and Enterprise details.