Data sources / Apartments.com
One of the biggest US apartment portals, and fully walled to scrapers. HousingFeed extracts Apartments.com rental listings into one clean JSON schema, no scraper to build, no Akamai Bot Manager to fight. 287,817 Apartments.com listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Apartments.com (owned by CoStar) has no public listings API. HousingFeed solves that: we collect Apartments.com listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Apartments.com listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Apartments.com data that is live right now, 8 fields populated:
Share of live Apartments.com listings that carry each field.
Median Apartments.com asking rent is $1,875/mo.
Top states by live Apartments.com inventory.
A real record from the Apartments.com feed:
{
"platform": "apartments_com",
"url": "https://www.apartments.com/178-towhee-dr-boalsburg-pa/3bptl8d/",
"address": "178 Towhee Dr, Boalsburg, PA 16827",
"city": "Boalsburg",
"state": "PA",
"rent_min": 2400,
"beds": 3,
"scraped_at": "2026-07-05T02:56:12+00:00"
}
Filter the HousingFeed API to apartments_com and get Apartments.com 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":"apartments_com","maxItems":100}'
287,817 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.