Search property records across Durham County and get full property reports with owner names, sale history, mortgage details, tax records, value estimates, and comps.
Explore Durham County property records in 2026, including how to search online, free access options, and what’s included in property records. Learn about liens, public access, record retention, and property owner rules in Durham County.
Access Durham County Public Records, including court, property, vital, and restricted records in Durham NC quickly and easily.
These institutions have established Durham as a city of high academic acclaim. With the birth of the Research Triangle Park (RTP) in the 1950s, Durham began to take on a new look that has evolved this community into a global center for information technology, biotechnology, pharmaceuticals, and medicine.
Our team has compiled a listing of summer programs and internships offered by the City of Durham, Durham County, and Durham Public Schools.
Durham is known as a great city to live, work, and play, and a destination that offers celebrated arts, dining, sports, and more. World class facilities like the Durham Performing Arts Center, Durham Bulls Athletic Park, and Duke University’s Nasher Museum of Art blend with nearly 100 City-owned parks and recreation facilities to make Durham a great place to explore and play more! The City ...
Things to Do in Durham - Live, Work, and Play in the Bull City
The Durham Emergency Communications Center is the primary public safety answering point for the City and County of Durham. Guided by the City’s Strategic Plan, the center helps to ensure that Durham is a safe and secure community by providing around-the-clock 911 access and services to the residents and user agencies in and around Durham County.
Contact Us City of Durham 101 City Hall Plaza Durham, NC 27701 Phone: 919-560-1200 Staff Directory Follow Us on Social Media
The City of Durham is announcing 2 major sustainability milestones: the completion of a record-breaking tree planting season, including being named a Tree City USA, and the launch of a new free mulch program open to the public opening on April 18.
GIS Services Durham Geographic Information Systems (GIS) is dedicated to providing customers with access to computerized information such as tables, maps, plans and other graphic documents through expert implementation of the principles of geography, cartography and geospatial analysis.
Detailed Property Information Owner/Business Name Location Address REID PIN Last Name, First Name or Business Name
While efforts have been made to use the most current and accurate data, Durham County, NC and Data Providers assume no legal responsibility for the use of the information contained herein. Please direct any questions or comments about the data displayed here to.
Whether you're a homeowner, potential buyer, or interested citizen, our GIS Viewer is here to assist you. Explore with confidence, and feel free to reach out with any questions. Please be aware: online property record data is "working" grand list year data, and is subject to change at any time.
This online database is provided by the Durham County Register of Deeds office, solely for the convenience of its public users. While every effort is made to ensure that this information is accurate and current, the certified record, including historical indexes can be found onsite.
You can search for a parcel by Building Permit Number, Parcel ID, Parcel PIN, Address, or Owner Name. You may leave information empty if it is unknown when searching (e.g. you could enter only Street Name and Street Number when searching by Address).
The City of Durham’s Housing & Neighborhood Services Department, in partnership with Coram Houses, LLC, is launching the Affordable ADU Pilot Program. This pilot program provides low-interest construction loans to eligible Durham homeowners to build Accessory Dwelling Units (ADUs) that will remain affordable for 30 years.
The City of Durham Fire Department is staffed with more than 400 employees in 19 stations to serve residents and visitors of Durham.
Durham Celebrates Earth Day with Record-Breaking Tree Planting Season, Launch New Public Mulch Yard The City of Durham is announcing 2 major sustainability milestones: the completion of a record-breaking tree planting season, including being named a Tree City USA, and the launch of a new free mulch program open to the public opening on April 18.
While efforts have been made to use the most current and accurate public record data, no warranties as to the accuracy of the data provided are being made by the City of Durham, Durham County, and the mapping and software companies involved. Users of this content should consult public information sources to verify the accuracy of the data provided.
Experts at Property Profiles Inc. share what you need to know about buying your first home or if you want to rent out your property. ...WIND ADVISORY REMAINS IN ...
How can I avoid 'cannot read property of undefined' errors? Asked 13 years, 2 months ago Modified 1 year, 1 month ago Viewed 595k times
property 's arguments are getx, setx, delx and a doc string. In the code below property is used as a decorator. The object of it is the x function, but in the code above there is no place for an object function in the arguments.
Descriptors like property need to be in the type's dictionary to work their magic. So those in a class definition primarily affect the behaviour of instances of the class, with minimal effect on the behaviour of the class itself (since the class is the type of the instances).
A property can have a 'get' accessor only, which is done in order to make that property read-only When implementing a get/set pattern, an intermediate variable is used as a container into which a value can be placed and a value extracted.
16 How to add property to a python class dynamically? Say you have an object that you want to add a property to. Typically, I want to use properties when I need to begin managing access to an attribute in code that has downstream usage, so that I can maintain a consistent API.
Creation of dynamic property CI_URI::$config is deprecated Asked 3 years, 3 months ago Modified 2 years, 8 months ago Viewed 171k times