Data sources / G5
G5 is a rental listings source we track. HousingFeed collects G5 rental listings into one JSON schema, so you do not have to build and maintain your own G5 integration. 72,972 G5 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
G5 does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect G5 listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each G5 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 G5 data live in the database, 12 fields populated:
Share of live G5 listings that carry each field.
Median G5 asking rent is $1,543/mo.
Top states by live G5 inventory.
The most recent complete G5 record in the database:
{
"platform": "g5",
"url": "https://www.runawaybayapartmenthomes.com/floor-plans",
"address": "4701 88th Ave N #0907, Pinellas Park, FL",
"city": "Pinellas Park",
"state": "FL",
"rent_min": 1586,
"beds": 2,
"baths": 2,
"available": "2026-10-10",
"scraped_at": "2026-09-14T07:36:11+00:00"
}
Filter the HousingFeed Data API on Apify to g5 and get G5 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":"g5","maxItems":100}'
Other sources in the same schema, served through the same API.
72,972 G5 listings live in the database, verified weekly, in the same schema as 70+ other sources through the Data API.
G5 is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by G5.