Data sources / Tenantturner
Tenantturner is a rental listings source we track. HousingFeed extracts Tenantturner rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 116 Tenantturner listings are live right now, refreshed daily.
Tenantturner does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Tenantturner listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Tenantturner listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Tenantturner specifically:
| Field | Coverage on Tenantturner |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | █████████░ 93% |
| Bathrooms | ██████████ 100% |
| Floor area | █░░░░░░░░░ 14% |
| Property type | █████████░ 87% |
| Availability | █████████░ 87% |
| Listing URL | ██████████ 100% |
A real record from the Tenantturner feed:
{
"platform": "tenantturner",
"url": "https://app.tenantturner.com/qualify/select-time/5423-parris-bridge-road",
"address": "5423 Parris Bridge Road, Boiling Springs, SC",
"city": "Boiling Springs",
"state": "SC",
"rent_min": 1495,
"beds": 3.0,
"baths": 2.0,
"available": "Now",
"scraped_at": "2026-07-03T22:07:44Z"
}
Filter the HousingFeed API to tenantturner and get Tenantturner 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":"tenantturner","maxItems":100}'
116 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.