AcreLens
38.8951° N77.0364° WReport 0042

Land, scored to two decimals.

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.

States covered
50
Counties indexed
3,142
Avg report time
92s
Data sources
11
0104What ships

Field notes, at scale.

Each report bundles raw data, model scores, and a narrative summary written for the mode you requested. PDF and JSON, same payload.

  1. 01

    Coverage

    Every US parcel reachable by address geocoding. Alaska and Hawaii included. Tribal land and unaddressed acreage supported via APN.

  2. 02

    Four modes, real weights

    Off-grid, rural residential, recreational, investment. Each mode reweights the score components and rewrites the narrative — not just relabels.

  3. 03

    Sources you can cite

    USGS, NREL, FEMA, USDA, OpenStreetMap, county GIS. Every datum in the response carries its source ID and capture date.

  4. 04

    Webhook delivery

    Async by default. HMAC-signed callbacks, idempotent requests, exponential retry. Or block on the synchronous /analyze endpoint if you prefer.

0204Request

One endpoint. The address goes in, the report comes out.

Drop the key in, swap the address, run it. Returns a job handle immediately; webhook fires when the report is ready.

POST · /v1/analyze
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

  • USGS National Map
  • NREL Solar Resource
  • FEMA Flood Hazard
  • USDA Soil Survey
  • OpenStreetMap
  • County GIS Records
0304Modes

Same property, four lenses.

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.

Off-Grid

mode = "off_grid"

Heavy weight on solar yield, well potential, septic feasibility, and access to graded road.

Solar0.30
Water0.25
Buildability0.20
Access0.15
Climate0.10

Rural Residential

mode = "rural_residential"

Balances utility connection cost, school proximity, and zoning, for primary-residence shoppers.

Utilities0.28
Zoning0.22
Buildability0.20
Schools0.15
Access0.15

Recreational

mode = "recreational"

Privileges public-land adjacency, hunting/fishing index, and seasonal access; relaxes utilities.

Public land0.30
Recreation0.25
Privacy0.20
Access0.15
Buildability0.10

Investment

mode = "investment"

5-yr appreciation comp, days-on-market, growth-corridor proximity, and split feasibility.

Appreciation0.30
Liquidity0.25
Comp density0.20
Split potential0.15
Risk0.10
0404Pricing

One rate. No tiers, no quotas.

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.

01self-servePay-as-you-go◆ Default
$3.99/ report

Successful calls only · failed and cached responses free

  • All four modes · JSON · PDF · CSV
  • HMAC webhooks · 60 req / min
  • Auto-recharge · spend caps · MCP-ready
Get an API key
02contractEnterpriseHigh volume
From$2.50/ report

At 1,000+ reports / mo · negotiated below for committed volume

  • Custom modes · S3 / SFTP export
  • 99.95% SLA · 1h support response
  • Named account manager · QBRs
Talk to sales

See the pricing page → for the full FAQ, balance mechanics, and Enterprise details.

Get started

A key in two minutes.
No sales call, no demo dance.