English

Regrid Property App - Property information access

Unlock land data effortlessly with a map-based app that reveals property details & ownership across the US.

Regrid Property App
  • 1.66.0 Version
  • 1.5 Score
  • 290K+ Downloads
  • In-app purchases License
  • 3+ Content Rating
Download Android APK (49.22 MB)
Old Versions
CONS

Property line accuracy can be inconsistent

Limited functionality in the free version

Dependency on outdated satellite imagery

Search function often yields inaccurate results

Challenging to use offline compared to competitors

Frequent glitches and app freezes after updates

Property transfer information may not be current

Potential high cost of subscription versus actual usage

Misleading marketing regarding surveying capabilities

The Regrid Property App, beloved by millions, offers a map-based platform that makes land and property information accessible to anyone with a smartphone. Users can simply tap on a property to easily view data and parcel boundaries for over 157 million parcels, which represent more than 99% of the US population.

Get convenient access to various information, including:

- Lot lines/boundaries

- APN/Parcel ID/Regrid UUID

- Property Address

- Property Owner

- Acres and square footage of properties

- Sale price and date

- Mailing Address

- Property Value

- Land Use

- Standardized Zoning data

- Vacancy Indicator

For free, you will have:

- Unlimited access to comprehensive public record property boundaries and details across the country (with no limits on usage) using just an email address

- Option to toggle between street and satellite basemaps

- Ability to search by address or location

- User-friendly property map interface

- Capability to share properties of interest

- Excellent tool for property searching, real estate applications, and finding land ownership.

If you opt for our Pro plan at $10 per month, you'll gain additional features:

- Follow feature: compile a list of properties of interest and receive automated updates when any changes occur.

- Extra basemap layers: includes building footprints and elevation (topographic) contours superimposed on property boundaries.

- Measurement tool to calculate linear feet, acreage, and square footage for drawn areas

- Overlay of owner names and parcel IDs directly on the map

Additionally, Pro members receive access to premium data fields:

- Vacancy details

- Land use information

- Building footprint statistics

- Residential & Vacancy indicators

Moreover, a Pro account gives full access to a variety of advanced mapping tools available online.

Parcel Data Onboarding and FAQ

Documentation and Frequently Asked Questions

Where does your parcel data come from?

We source our data directly from counties, states, municipalities and their designated vendors wherever possible. We also work with trusted partners and even digitize paper maps when needed.

How do you standardize county data generally?

The main way we make county data much easier to work with is by standardizing the column names of the raw data provided by each county. We do not standardize the values in most columns, most we keep those exactly as provided by the county, but we do make sure that every county in our system is converted to a standard table schema, with consistent column names across the nationwide dataset. Please see “What is the Regrid Parcel Schema?” question below.

In addition, we further standardize the parcel address fields using the US Postal Service database of addresses. For details on address specific standardization please see the "How do you standardize and normalize addresses?" question below.

What Coordinate Reference System (CRS) / Spatial Reference System (SRS) is your data in?

All geometries are delivered in the 2D CRS of the World Geodetic System 1984 (WGS84) with the Spatial Reference Identifier (SRID) EPSG:4326.

How do you clean parcel geometries?

We rely on authoritative data from county and county designated sources for our data. We seek to minimize unwarranted changes that would inappropriately modify this source data. That said, we take accuracy of the data seriously, including the accuracy of the spatial alignment of the data. To that end, we have the below processes to ensure the highest level of spatial accuracy of our data.

We perform a visual inspection to assess the completeness of the county.

Recognizing that imagery can itself contain spatial inaccuracies; we do not manually align parcels to imagery.

If large scale shifts, skews, or rotations are discovered we work back with the source for them to correct, or we seek alternative source.

We use standard geospatial functions to correct common errors in the individual parcel polygons and remove any polygons that can not be made valid in that process.

We also remove some slivers and overly large or detailed polygons like road sets, water or wetlands that have proven to cause issues for many users.

How do you deliver bulk data?

All bulk data is provided via SFTP as zip files of each county in the format of your choice (GeoJSON, NDGeoJSON, SQL, Shapefile, FileGDB, GeoPackage, KML, CSV), using a pull model. We organize things on a county by county basis using the county’s FIPS code (geoid in our Regrid Parcel Schema column).

What is the Regrid Parcel Schema?

We standardize column names for easy access across counties in our nationwide dataset into our Regrid Parcel Schema for tables.

We are currently at version 6 of our Regrid Parcel Schema and it standardizes the column names for approximately 80 county provided data columns, and 25 Regrid provided data columns. This schema is applied to 100% of our dataset. A data dictionary is available: https://docs.google.com/spreadsheets/d/14RcBKyiEGa7q-SR0rFnDHVcovb9uegPJ3sfb3WlNPc0/edit#gid=1010834424

Do you have a specific attribute for a specific county?

A current, detailed list of every county in our data set and what data fields we have for each is always available at the following URL. This spreadsheet can be downloaded as a CSV for closer analysis: https://docs.google.com/spreadsheets/d/1rvRYv6_ppZlwbmyi2kbzemot6FOEm2EEPdHPyENTQPE/

Why do my files have columns not in the Regrid Parcel Schema?

Every county has our schema columns, so any code or process can rely on those columns (also called attributes in GIS software) being present. However, most counties also provide attributes that do not map into one of our Regrid Parcel Schema columns, so we keep those attributes and include them on the end of our schema columns using whatever name is provided by the county. In many tools you can control what attributes are retained during import or merging, so we suggest folks working across multiple counties just keep the schema columns or a sub set of them and leave what we call "custom columns" off entirely to get a uniform set of columns. Going back and reviewing those custom columns can reveal interesting information provided by the counties, but not provided very often in other counties.

Nationwide dataset clients also have access to a 'schema-columns-only' directory by default, which will not have any of the county custom columns and will always just be the columns listed in our current parcel schema. If you do not receive the full nationwide dataset, please just let us know and we can provide you a 'schema-columns-only' version of the counties you receive. Regrid Parcel Schema and technical data dictionary

How can I explore the custom columns for each county?

We work with all of our counties in a PostgreSQL database, each county in its own table. That makes managing the custom columns from each county much easier. Most database servers provide a way to search the column names of the tables in a database. For example, in Postgres you would do it this way:

SELECT table_name, column_name FROM information_schema.columns

WHERE table_schema = public and

column_name ~ juri

order BY table_name, column_name;

Also, directly browsing the data on a place-by-place process of areas or regions you are interested in can be very useful. DBeaver is a cross platform, multi vendor database client that can render geographic data.

Why do Shapefile attribute names not match the Regrid Parcel Schema column names?

Some of our Regrid Parcel Schema column names are longer than the Esri Shapefile format allows and the column names in your attribute table will be truncated to the first 10 characters of the Regrid Parcel Schema column names.

When was your data last updated?

On average 94% of our parcels have been refreshed in the last 12 months, with most of those in the last 6 months. We target approximately 600 counties that are generally fast growing and populous for more frequent updates. Some of these are targeted for updates as frequently as four times per year. We work on a rolling update schedule, refreshing county data directly for 100 - 300 counties per month, usually grouped by state.

Monthly we share, both in machine readable format and via a monthly update email, what counties have been updated, and what states are in the pipeline for the upcoming quarter. Here is an example of our Monthly Data Update Email. Regrid tracks the date of last refresh from the county in the ll_last_refresh attribute.

Our USPS related attributes are updated monthly for our entire data set. Several other Regrid generated attributes are also updated outside of updates available from the parcel data source provider. These updates do not impact the ll_last_refresh attribute.

A detailed listing of every county in our data set and the date we last refreshed directly from the county is available in the Regrid coverage report. This report can be downloaded as a CSV: Regrid Attribute Completeness Report

How do you provide data updates?

Please see our guide on data updates

How do I keep my data up-to-date?

Please see our guide on data updates

What software can I use to work with your data?

Editing or working with most of our data requires software for working with geographic and geospatial data The OSGeo project provides free and open source desktop software to work this kind of data called QGIS.

There are other free and paid software options for working with geospatial data, but all of it has a learning curve. We are not able to provide support for those 3rd party software applications. For QGIS at least, the best options for learning are via the many community developed tutorial videos and texts.

We suggest starting with the GeoPackage (geoPKG, .gpkg) formatted files to use in QGIS or any geospatial software.

What about Google Earth?

We provide KML/KMZ options for Google Earth and Google Earth Pro, but neither of those applications support editing our data, only viewing the data. If you need to make changes to the data you get from us, you will need a desktop application like QGIS discussed above.

How large is the nationwide dataset?

The nationwide dataset is approximately 400-800 GB uncompressed, varying by file format, storage method, attribute tier, and other factors.

Show More
Information
  • Version1.66.0
  • UpdateAug 07, 2025
  • DeveloperRegrid
  • CategoryMaps & Navigation
  • Requires AndroidAndroid 5.0+
  • Downloads290K+
  • Package Namecom.loveland.pr
  • Signatureded9c8231890061a5f50f04d0a4d1d51
  • Available on
  • ReportFlag as inappropriate
User Reviews
1.5 10 Reviews
5
4
3
2
1
  • Scott Kehrer
    Scott Kehrer

    This app really shines when it comes to finding property lines and similar tasks. I stick with the free version, not the pro. It definitely simplifies my job a lot.

  • Justin Fennel
    Justin Fennel

    I love this app! I shared it with my real estate investor partners. It helped me find the owner of the property next door. I needed to get the fence repaired. The tenant wouldn’t give me her contact info. With Regrid Pro, I found her details. I sent her a letter and met with her to talk about fixing the fence. It worked out perfectly!

  • Craig Ostby
    Craig Ostby

    This tool is fantastic for anyone in construction or real estate. As a surveyor, I rely on it daily. It makes my work so much easier and more efficient. The features are incredibly useful and save me a lot of time. I can't imagine doing my job without it.

  • Michele
    Michele

    I used Regrid every day during my home buying journey. It showed me actual property lines, which was incredibly helpful.

  • Daniel Faulkner
    Daniel Faulkner

    This app is amazing! As a Land Surveyor, I’m often in the Florida swamps. Sometimes I arrive on site before my office finishes the property research. Many swamp properties don’t show visible occupation lines. I keep reaching for my Regrid. It’s a definite 5 Star Must-have! Update on June 12, 2025: Still loving this app! It's guided me to the right spot so many times. It’s definitely a keeper!

  • Jerry
    Jerry

    This resource stays in great shape and often has the latest information. Numbers can change depending on where you look and who you ask. Overall, I’ve relied on it for years. It’s been helpful and super convenient.

  • Paul J.
    Paul J.

    This experience has been fantastic. It helped me understand my location better. Now, I feel more confident exploring unfamiliar remote parcels of land. No more getting lost!

  • Y L
    Y L

    The app offers fantastic details on property parcels. This morning, I faced my first issue. I found myself logged out automatically. When I attempted to log back in, an error popped up saying "Network request failed." I managed to log into the website without a hitch, but the app just wouldn’t let me back in. Aside from that hiccup, the app remains incredibly useful and truly stands out above others.

  • Margaret Horning
    Margaret Horning

    Two stars. The app works, but the horizontal lines are really inaccurate. I could give it one extra star because the vertical lines are within a couple of feet. However, the horizontal lines are over 20 feet off. It makes finding the North and South property edges impossible. We all think the developers should adjust the grid data to be no more than 5 to 10 feet off. Six of us used ReGrid, and we all agree it's too far off for practical use. Now we're searching for a new app that offers better accuracy. The horizontal accuracy is just terrible!

  • jc d
    jc d

    The user experience leaves much to be desired. The search results block scrolling, making it impossible to see addresses that aren't visible on the screen. Entering city and state names after the street address only brings up a "No Results Found" message. Splitting the city, state, and zip code into separate fields could help. Adding a single field for just the zip code might simplify things. Google Play Console provides all the necessary info about devices and Android versions. The review remains firm, but there's appreciation for the professionalism from the developer despite the criticism. The purpose of the app stands strong, and there’s hope that the issues will be resolved soon.

Security Status
Clean

It’s extremely likely that this software program is clean.

What does this mean?

We have scanned the file and URLs associated with this software program in more than 50 of the world's leading antivirus services; no possible threat has been detected.

  • Name: Regrid Property App
  • Package Name: com.loveland.pr
  • Signature: ded9c8231890061a5f50f04d0a4d1d51