Data sources / Udr
Udr is a rental listings source we track. HousingFeed collects Udr rental listings into one JSON schema, so you do not have to build and maintain your own Udr integration. 3,893 Udr listings are live in the database today, alongside 70+ other sources and 1.4M+ rows in one Data API.
Verified weekly · newest record 2026-09-13
Udr does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect Udr listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each Udr listing is normalized into the same HousingFeed schema as every other source (the field list is in the docs). Here is the depth and shape of the Udr data live in the database, 13 fields populated:
Share of live Udr listings that carry each field.
Median Udr asking rent is $2,290/mo.
Top states by live Udr inventory.
The most recent complete Udr record in the database:
{
"platform": "udr",
"url": "https://www.udr.com/washington-dc-apartments/woodbridge/the-enclave-at-potomac-club/apartments-pricing/apartment/?number=1-458",
"address": "15200 Leicestershire Street #458, Woodbridge, VA 22191",
"city": "Woodbridge",
"state": "VA",
"rent_min": 2519,
"beds": 2,
"baths": 2,
"available": "9/15/2026",
"image": "https://www.udr.com/globalassets/communities/the-enclave-at-potomac-club/floor-plans/the-enclave-at-potomac-club_b2b--scheme-1.gif",
"scraped_at": "2026-09-13T12:03:52+00:00"
}
Filter the HousingFeed Data API on Apify to udr and get Udr listings back as JSON:
curl -X POST "https://api.apify.com/v2/acts/housingfeed~rental-listings-api/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"platform":"udr","maxItems":100}'
Other sources in the same schema, served through the same API.
3,893 Udr listings live in the database, verified weekly, in the same schema as 70+ other sources through the Data API.
Udr is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by Udr.