Data sources / ApartmentGuide
US apartment listings network. HousingFeed extracts ApartmentGuide rental listings into one clean JSON schema, no scraper to build, no rate limiting to fight. 1,814 ApartmentGuide listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
ApartmentGuide (RentPath) has no public listings API. HousingFeed solves that: we collect ApartmentGuide listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every ApartmentGuide listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the ApartmentGuide data that is live right now, 12 fields populated:
Share of live ApartmentGuide listings that carry each field.
Median ApartmentGuide asking rent is $1,695/mo.
Top states by live ApartmentGuide inventory.
A real record from the ApartmentGuide feed:
{
"platform": "apartmentguide",
"url": "https://www.apartmentguide.com/a/Union-Hills-Estates-Glendale-AZ-5904502/",
"address": "4101 W Union Hills Dr, Glendale, AZ 85308",
"city": "Glendale",
"state": "AZ",
"rent_min": 999,
"beds": 1,
"baths": 1,
"available": "NOW",
"scraped_at": "2026-07-06T04:15:03+00:00"
}
Filter the HousingFeed API to apartmentguide and get ApartmentGuide 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":"apartmentguide","maxItems":100}'
1,814 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.