Data sources / Avail

140 live Avail listings

Avail rental data, via one API.

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, refreshed daily.

140
Live Avail listings
10
Fields per listing
$1,750
Median rent
Daily
Refresh cadence

Does Avail have a public API?

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.

What Avail data you get

Every Avail listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Avail specifically:

FieldCoverage on Avail
Address██████████ 100%
City██████████ 100%
State/region██████████ 100%
ZIP/postcode██████████ 100%
Coordinates██████████ 100%
Rent█████░░░░░ 49%
Bedrooms█████░░░░░ 49%
Bathrooms█████░░░░░ 49%
Property type██████████ 100%
Listing URL██████████ 100%

Sample Avail listing

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.0,
  "baths": 1.0,
  "scraped_at": "2026-07-03T21:53:31Z"
}

Pull Avail listings in one request

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}'

Top states for Avail

IL 85CA 15FL 4MD 4TX 4NY 3VA 3UT 2

Get Avail rental data flowing today.

140 listings live, refreshed daily, in the same schema as 30+ other sources. Try it free.