Data sources / Showdigs
Showdigs is a rental listings source we track. HousingFeed collects Showdigs rental listings into one JSON schema, so you do not have to build and maintain your own Showdigs integration. 2,625 Showdigs 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
Showdigs does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect Showdigs listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each Showdigs 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 Showdigs data live in the database, 11 fields populated:
Share of live Showdigs listings that carry each field.
Median Showdigs asking rent is $2,040/mo.
Top states by live Showdigs inventory.
The most recent complete Showdigs record in the database:
{
"platform": "showdigs",
"url": "showdigs.co/mVKJlX",
"address": "9931 Westover Bluff, San Antonio, TX",
"city": "San Antonio",
"state": "TX",
"rent_min": 1850,
"beds": 3,
"baths": 2,
"image": "https://images.cdn.appfolio.com/texaskeypropmgmt/images/bb46d687-9f07-4602-b59a-54e482ed513f/large.jpg",
"scraped_at": "2026-09-13T11:46:47+00:00"
}
Filter the HousingFeed Data API on Apify to showdigs and get Showdigs 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":"showdigs","maxItems":100}'
Other sources in the same schema, served through the same API.
2,625 Showdigs listings live in the database, in the same schema as 70+ other sources through the Data API.
Showdigs is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by Showdigs.