Data sources / Hotpads
Hotpads is a rental listings source we track. HousingFeed collects Hotpads rental listings into one JSON schema, so you do not have to build and maintain your own Hotpads integration. 6,918 Hotpads 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-10
Hotpads does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect Hotpads listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each Hotpads 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 Hotpads data live in the database, 11 fields populated:
Share of live Hotpads listings that carry each field.
Median Hotpads asking rent is $910/mo.
Top states by live Hotpads inventory.
The most recent complete Hotpads record in the database:
{
"platform": "hotpads",
"url": "https://hotpads.com/932-springdale-rd-austin-tx-78702-1ky7s7d/pad",
"address": "932 Springdale Rd, Austin, TX 78702",
"city": "Austin",
"state": "TX",
"rent_min": 599,
"beds": 1,
"baths": 2,
"scraped_at": "2026-09-10T17:01:19+00:00"
}
There is a dedicated Hotpads Scraper & API on Apify (pay per listing, free credits to start), and the HousingFeed Data API on Apify returns Hotpads together with 70+ other sources when you filter on hotpads:
curl -X POST "https://api.apify.com/v2/acts/housingfeed~hotpads-rooms-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"maxItems":100}'
Other sources in the same schema, served through the same API.
6,918 Hotpads listings live in the database, verified weekly, in the same schema as 70+ other sources through the Data API.
Hotpads is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by Hotpads.