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. 120 Tenantturner listings are live right now, the largest open Tenantturner feed anywhere, 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. Here is the depth and shape of the Tenantturner data that is live right now, 12 fields populated:
Share of live Tenantturner listings that carry each field.
Median Tenantturner asking rent is $1,295/mo.
Top states by live Tenantturner inventory.
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,
"baths": 2,
"available": "Now",
"scraped_at": "2026-07-06T03:36:05+00:00"
}
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}'
120 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.