Data sources / SightMap
SightMap is a rental listings source we track. HousingFeed collects SightMap rental listings into one JSON schema, so you do not have to build and maintain your own SightMap integration. 47,506 SightMap listings are live in the database today, alongside 70+ other sources and 1.4M+ rows in one Data API.
Verified weekly · newest record 2026-09-14
SightMap does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect SightMap listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each SightMap 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 SightMap data live in the database, 13 fields populated:
Share of live SightMap listings that carry each field.
Median SightMap asking rent is $2,039/mo.
Top states by live SightMap inventory.
The most recent complete SightMap record in the database:
{
"platform": "sightmap",
"url": "https://yardhomes-springwest.com/",
"address": "21400 Big Spring Valley Ave #260, Spring, TX",
"city": "Spring",
"state": "TX",
"rent_min": 1845,
"beds": 1,
"baths": 1.5,
"available": "2026-09-18",
"image": "https://cdn.sightmap.com/assets/y8/px/y8pxdxgjw19/cc/fa/ccfa438392dcc1b89f9ad1463052cea5.jpg",
"scraped_at": "2026-09-14T08:08:15+00:00"
}
Filter the HousingFeed Data API on Apify to sightmap and get SightMap 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":"sightmap","maxItems":100}'
Other sources in the same schema, served through the same API.
47,506 SightMap listings live in the database, verified weekly, in the same schema as 70+ other sources through the Data API.
SightMap is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by SightMap.