Data sources / AvalonBay
AvalonBay is a rental listings source we track. HousingFeed collects AvalonBay rental listings into one JSON schema, so you do not have to build and maintain your own AvalonBay integration. 7,626 AvalonBay 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
AvalonBay does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect AvalonBay listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each AvalonBay 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 AvalonBay data live in the database, 13 fields populated:
Share of live AvalonBay listings that carry each field.
Median AvalonBay asking rent is $2,725/mo.
Top states by live AvalonBay inventory.
The most recent complete AvalonBay record in the database:
{
"platform": "avalonbay",
"url": "https://www.avaloncommunities.com/washington/redmond-apartments/eaves-redmond-campus/apartment/WA509-WA509-0XX-170",
"address": "4306 156th Ave NE #XX170, Redmond, WA 98052",
"city": "Redmond",
"state": "WA",
"rent_min": 3865,
"beds": 3,
"baths": 2,
"available": "2026-10-03",
"image": "https://avalonbay-avalon-communities-prod.cdn.arcpublishing.com/resizer/v2/TIPNOHTXTVEI5CTO5HYDBLRVWY.jpg?auth=b1871d33a0868d84e8bb929e32be8f70b83c25b30e1b17537a72b68daeb4399f&quality=85&smart=true&width=1440&height=960",
"scraped_at": "2026-09-13T12:01:11+00:00"
}
Filter the HousingFeed Data API on Apify to avalonbay and get AvalonBay 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":"avalonbay","maxItems":100}'
Other sources in the same schema, served through the same API.
7,626 AvalonBay listings live in the database, verified weekly, in the same schema as 70+ other sources through the Data API.
AvalonBay is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by AvalonBay.