Data sources / Avail

140 live Avail listings, the largest open Avail feed

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, the largest open Avail feed anywhere, refreshed daily.

140
Live Avail listings
10
Fields per listing
$1,750
Median rent
Daily
Refresh cadence
Is 140 everything Avail has? It is what the crawler banks today, and crawl depth follows demand. If your project needs fuller Avail coverage, a specific market, or a higher refresh rate, tell us and we scale the crawl to fit.

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 the Avail feed looks like

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:

Field coverage on Avail

Share of live Avail listings that carry each field.

Address100%
City100%
State/region100%
ZIP/postcode100%
Coordinates100%
Property type100%
Listing URL100%
Rent49%
Bedrooms49%
Bathrooms49%

How Avail rents distribute

$550$2,225$3,900+

Median Avail asking rent is $1,750/mo.

Where Avail listings are

Top states by live Avail inventory.

IL85
CA15
TX4
FL4
MD4
VA3
NY3
UT2

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,
  "baths": 1,
  "scraped_at": "2026-07-06T03:23:02+00:00"
}

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

Get Avail rental data flowing today.

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