Data sources / Repli
Repli is a rental listings source we track. HousingFeed collects Repli rental listings into one JSON schema, so you do not have to build and maintain your own Repli integration. 991 Repli listings are in the database (snapshot, newest record 2026-09-14), alongside 70+ other sources and 1.4M+ rows in one Data API.
newest record 2026-09-14
Repli does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect Repli listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each Repli 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 Repli data live in the database, 11 fields populated:
Share of live Repli listings that carry each field.
Median Repli asking rent is $1,925/mo.
Top states by live Repli inventory.
The most recent complete Repli record in the database:
{
"platform": "repli",
"url": "https://elevatetoparkview.com/floor-plans/",
"address": "1751 Ellis St, Concord, CA, 94520",
"city": "Concord",
"state": "CA",
"rent_min": 2673,
"beds": 2,
"baths": 1,
"image": "https://cdngeneralcf.rentcafe.com/dmslivecafe/2/153394/Parkview 2x1 Floorplan.jpg",
"scraped_at": "2026-09-14T07:38:57+00:00"
}
Filter the HousingFeed Data API on Apify to repli and get Repli 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":"repli","maxItems":100}'
Other sources in the same schema, served through the same API.
991 Repli listings live in the database, in the same schema as 70+ other sources through the Data API.
Repli is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by Repli.