Data sources / ShowMojo
1,602 live ShowMojo listingsSelf-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. 1,602 ShowMojo listings are live right now, 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. Coverage of each field for ShowMojo specifically:
| Field | Coverage on ShowMojo |
|---|---|
| Address | ██████████ 100% |
| Rent | ██████████ 97% |
| Bedrooms | █████████░ 91% |
| Bathrooms | █████████░ 92% |
| Availability | ████████░░ 79% |
| Photo | ██████████ 97% |
| Listing URL | ██████████ 100% |
A real record from the ShowMojo feed:
{
"platform": "showmojo",
"url": "https://showmojo.com/l/69e9d8a0d7/34-grand-ave-3-akron-oh-44303",
"address": "34 Grand Ave 3 Akron OH 44303",
"rent_min": 750,
"beds": 1.0,
"baths": 1.0,
"available": "Available now",
"image": "https://s3.amazonaws.com/ShowMojo-Dev/42123344/medium/IMG_6269.jpeg?1740673687",
"scraped_at": "2026-07-03T21:46:57Z"
}
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}'
1,602 listings live, refreshed daily, in the same schema as 30+ other sources. Try it free.