Data sources / Apartments.com
One of the biggest US apartment portals — and fully walled to scrapers. HousingFeed extracts Apartments.com rental listings into a clean, unified JSON schema — no scraper to build, no Akamai Bot Manager to fight. 2,922 Apartments.com listings are live right now, refreshed daily.
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. Coverage of each field for Apartments.com specifically:
| Field | Coverage on Apartments.com |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Apartments.com feed:
{
"platform": "apartments_com",
"url": "https://www.apartments.com/10-halletts-point-astoria-ny/1j2c5h6/",
"address": "30 Halletts Pt, Astoria, NY 11102",
"city": "Astoria",
"state": "NY",
"rent_min": 3651,
"beds": 0.0,
"scraped_at": "2026-07-04T13:18:43Z"
}
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}'
2,922 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.