Data sources / ShowMojo
Self-showing and leasing platform used by US property managers. HousingFeed extracts ShowMojo rental listings into a clean, unified JSON schema, no scraper to build, no per-tenant sites to fight. 2,483 ShowMojo listings are live right now, the largest open ShowMojo feed anywhere, refreshed daily.
ShowMojo is leasing/showing software; listings are exposed only through manager sites. HousingFeed solves that: we collect ShowMojo listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every ShowMojo listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the ShowMojo data that is live right now, 7 fields populated:
Share of live ShowMojo listings that carry each field.
Median ShowMojo asking rent is $1,499/mo.
A real record from the ShowMojo feed:
{
"platform": "showmojo",
"url": "https://showmojo.com/l/0983832046/3728-e-monterosa-st-3-phoenix-az-85018",
"address": "3728 E Monterosa ST 3 Phoenix AZ 85018",
"rent_min": 1340,
"beds": 2,
"baths": 1,
"available": "Available now",
"image": "https://s3.amazonaws.com/ShowMojo-Dev/57713519/medium/3728_E_Monterosa_St_Apt_4-01.jpg?1781024053",
"scraped_at": "2026-07-06T03:17:51+00:00"
}
Filter the HousingFeed API to showmojo and get ShowMojo 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":"showmojo","maxItems":100}'
2,483 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.