Data sources / ShowingHero
ShowingHero is a rental listings source we track. HousingFeed collects ShowingHero rental listings into one JSON schema, so you do not have to build and maintain your own ShowingHero integration. 37,269 ShowingHero listings are in the database (snapshot, newest record 2026-09-13), alongside 70+ other sources and 1.4M+ rows in one Data API.
newest record 2026-09-13
ShowingHero does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect ShowingHero listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each ShowingHero 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 ShowingHero data live in the database, 10 fields populated:
Share of live ShowingHero listings that carry each field.
Median ShowingHero asking rent is $1,500/mo.
Top states by live ShowingHero inventory.
The most recent complete ShowingHero record in the database:
{
"platform": "showinghero",
"url": "https://showinghero.com/property/managetenantproperty/NDg4MTY=",
"address": "6500 Olympic Place, Los Angeles, CA, 90035",
"city": "Los Angeles",
"state": "CA",
"rent_min": 9500,
"beds": 3,
"baths": 2,
"scraped_at": "2026-09-13T11:40:28+00:00"
}
Filter the HousingFeed Data API on Apify to showinghero and get ShowingHero 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":"showinghero","maxItems":100}'
Other sources in the same schema, served through the same API.
37,269 ShowingHero listings live in the database, in the same schema as 70+ other sources through the Data API.
ShowingHero is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by ShowingHero.