Data sources / ApartmentGuide
US apartment listings network. HousingFeed extracts ApartmentGuide rental listings into a clean, unified JSON schema — no scraper to build, no rate limiting to fight. 1,197 ApartmentGuide listings are live right now, refreshed daily.
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. Coverage of each field for ApartmentGuide specifically:
| Field | Coverage on ApartmentGuide |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Bathrooms | ██████████ 100% |
| Floor area | ██████████ 96% |
| Property type | ██████████ 100% |
| Availability | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the ApartmentGuide feed:
{
"platform": "apartmentguide",
"url": "https://www.apartmentguide.com/a/Ruby-Square-Jamaica-NY-6020841/",
"address": "166-20 90th Ave, Jamaica, NY 11432",
"city": "Jamaica",
"state": "NY",
"rent_min": 2807,
"beds": 1.0,
"baths": 1.0,
"available": "NOW",
"scraped_at": "2026-07-03T22:20:23Z"
}
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,197 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.