Data sources / Avail
Avail is a rental listings source we track. HousingFeed extracts Avail rental listings into a clean, unified JSON schema, no scraper to build, no anti-bot defenses to fight. 140 Avail listings are live right now, the largest open Avail feed anywhere, refreshed daily.
Avail does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Avail listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Avail listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Avail data that is live right now, 10 fields populated:
Share of live Avail listings that carry each field.
Median Avail asking rent is $1,750/mo.
Top states by live Avail inventory.
A real record from the Avail feed:
{
"platform": "avail",
"url": "https://www.avail.com/l/1",
"address": "88 W. Schiller Unit 2708, Chicago, IL 60610",
"city": "Chicago",
"state": "IL",
"rent_min": 2000,
"beds": 1,
"baths": 1,
"scraped_at": "2026-07-06T03:23:02+00:00"
}
Filter the HousingFeed API to avail and get Avail 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":"avail","maxItems":100}'
140 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.