One parcel. Ten data sections.

Every property page loads from GET /api/v2/properties/{county}/{parcelId} and renders owner profile, lead score breakdown, sales history, assessed and estimated values, comparable sales, property details, location context, flood zones, census demographics, and data source provenance.

See a property report View pricing
10+
Data sections
12
Lead score signals
50
Max comps
8
Government sources

Example: 3421 N Illinois St, Indianapolis

Here is what loads when you open a property report. The page renders top to bottom in the order a prospector needs: who owns it, why it scored high, what it sold for, what it is worth, and what comparable parcels sold for nearby.

Header strip

Property report header marion/49-07-28-123-456.000-101
Address3421 N Illinois St, Indianapolis, IN 46208
OwnerGREENFIELD PROPERTIES LLC
LLC Absentee Score: 81 · Hot
Lead Score
81
Last Sale
$72,000
Assessed
$87,200
Acreage
0.14
Yrs Held
18
Days on
6,570

Action buttons in the header: Share (copy link), Map (open on map), Skip-trace (look up owner contact), Add to list, Add to pipeline, Log activity.

What each section shows

The report renders ten sections top to bottom. Every field is sourced from a specific government record or computed from a documented formula. Fields that have no data for a given parcel render as an em-dash, not a zero.

Lead scoring

The 12-signal lead score from 0 to 100 with each active signal and its point weight displayed as a bar chart. Three tiers: Hot (≥60), Warm (≥35), Cold (<35). Signals include tired landlord (+18), absentee (+15), estate/heirs (+15), long holder (+12), out-of-state (+10), and 7 more.

Source: lead_score.py v2.4 · Fields: lead_score, lead_tier, lead_factors

Owner profile

Full owner name, entity type (Individual, LLC, Corporation, Trust, Partnership, Financial Institution, Government), mailing address, absentee flag, out-of-state indicator, years owned, portfolio count with link to other parcels by the same owner.

Source: County assessor · Fields: owner, entity_type, mail_address, years_owned, portfolio_count

Sales history

Last sale date, price, deed type, buyer, seller. Prior sale date and price. Total disclosed transfer count. Sale-to-sale appreciation percentage. Distress flags: sheriff sale in transfer chain, recent quitclaim.

Source: Indiana Sales Disclosure Forms · 4.4M records since 2008

Valuation

Land assessed value, improvement assessed value, total assessed value, assessment date. Estimated annual and monthly property tax. Automated Valuation Model (AVM) estimate with confidence level (high/medium/low) and value range band. Value gap analysis: vs assessed, vs last sale, vs tract median.

Source: Dept. of Local Government Finance + computed AVM · Fields: assessed values, avm.estimated_value, avm.confidence

Comparable sales

Up to 50 sold comparables from the Sales Disclosure Forms (SDF) database, matched by distance + zone + acreage + sale recency. Summary stats: median sale price, price range, $/acre, $/sq ft, average distance. Configurable time window (12/24/36/60 months) and radius (½ to 5 miles).

API: GET /api/v2/properties/{county}/{id}/sold-comps · Match score 0-100

Property details

Full address, parcel ID, zone code and label, property class, acreage, lot size in square feet, building count, building square footage, year built, has-structure flag, homestead exemption status.

Source: County assessor · Fields: zone_code, acreage, building_sqft, building_year_built

Location & jurisdiction

Jurisdiction name, inside-town vs unincorporated status, school district name and GEOID, census tract number.

Source: County GIS + Census TIGER · Fields: jurisdiction, school_district, census_tract

Hazards & environment

FEMA flood zone code, Special Flood Hazard Area flag, 100-year and 500-year flood plain indicators. Joined at the parcel level from the National Flood Hazard Layer.

Source: FEMA NFHL · Fields: flood_zone, flood_sfha, flood_in_100yr, flood_in_500yr

Demographics

Census tract-level data from the American Community Survey 5-year estimates: median household income, median age, owner-occupied percentage, median home value, median rent, population, households, bachelor's degree rate.

Source: Census ACS B-tables · Fields: tract_median_income, tract_population, tract_median_home_value

Data sources

Lists every government dataset that contributed data to this specific parcel. Shows source name, category (assessment, environmental, jurisdictional, hazard), and whether the source had data for this parcel or not. This is how you verify where any number on the page came from.

API: GET /api/v2/properties/{county}/{id}/context · Per-parcel provenance

What you can do from a property report

The report is not view-only. Every parcel page includes action buttons that connect to the rest of the platform.

Skip-trace the owner

Click "Skip-trace" to look up the owner's phone, email, and mailing address through your connected provider (BatchData, IDI, REIPro, or Whitepages Pro). Results cache per-owner so repeat lookups don't burn quota.

API: POST /api/v2/skip-trace/lookup · Returns: phones, emails, addresses, DNC flag

Save to a list

Add the parcel to any saved property list. Lists support CSV export with 27+ columns including all assessed values, owner data, and lead score fields.

API: POST /api/v2/lists/{listId}/parcels

Create an opportunity

Save the parcel as a pipeline opportunity with a linked contact, stage (Prospect through Won/Lost), probability, value estimate, and expected close date.

API: POST /api/v2/opportunities

Run deal calculators

Open the Deal Analyzer pre-loaded with this parcel's assessed value, acreage, and comp data. Five calculator types: Fix & Flip, BRRRR, Rental, Wholesale, Development.

Route: /app#/deals · Pre-fills from parcel context

Where the report fits in the workflow

Find the parcelSearch with 25+ filters or pick a lead list preset to narrow 3.54M parcels to a working list. See it on the mapClick the Map button to view the parcel polygon with zoning layers and aerial imagery. Run compsThe comp finder queries the SDF database for up to 50 comparable sales with match scoring. Track the dealMove the parcel into the pipeline as a contact and opportunity with activity logging.