Data sources / Tricon
Tricon is a rental listings source we track. HousingFeed collects Tricon rental listings into one JSON schema, so you do not have to build and maintain your own Tricon integration. 2,008 Tricon 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
Tricon does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect Tricon listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each Tricon 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 Tricon data live in the database, 12 fields populated:
Share of live Tricon listings that carry each field.
Median Tricon asking rent is $2,139/mo.
Top states by live Tricon inventory.
The most recent complete Tricon record in the database:
{
"platform": "tricon",
"url": "https://triconhomes.com/home/999-e-stardust-way-san-tan-valley-az/",
"address": "999 E Stardust Way, San Tan Valley, AZ, 85143-4976",
"city": "San Tan Valley",
"state": "AZ",
"rent_min": 1699,
"beds": 3,
"baths": 2.5,
"image": "https://res.cloudinary.com/triconresidential/image/private/t_large_v2/phoenix/999-stardust-way-san-tan-valley-az/2022-03-18-01-14-23-utc.jpg",
"scraped_at": "2026-09-13T09:53:10+00:00"
}
Filter the HousingFeed Data API on Apify to tricon and get Tricon 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":"tricon","maxItems":100}'
Other sources in the same schema, served through the same API.
2,008 Tricon listings live in the database, in the same schema as 70+ other sources through the Data API.
Tricon is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by Tricon.