Homads Rental Market Data

The Homads marketplace surface for searching and browsing mid-term (30+ day) furnished rental listings by location, dates, and neighborhood. As of the catalog date this is a consumer-facing web product; Homads does not publish a public developer API or API reference for programmatic access to rental market data. Listing inventory reaches property managers through private channel-manager integrations rather than a documented public API.

OpenAPI Specification

homads-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Homads API
  description: >-
    Homads is an Austin-based mid-term rental marketplace for furnished stays of
    30 days or longer, pairing rental listings with neighborhood-matching
    technology for relocating guests. As of the catalog date (2026-06-21), Homads
    does NOT publish a public developer API, API reference, or documented
    endpoints. The product is a consumer- and host-facing web application at
    https://homads.com. Rental inventory is exposed to property managers through
    private channel-manager connectivity (for example the Hostfully channel),
    which uses the partner's own API rather than a documented public Homads API.
    This OpenAPI document therefore intentionally defines no paths. It exists to
    record the absence of a public API and to point to the human-facing product
    surfaces. If Homads publishes a public API in the future, real endpoints
    should be added here. No endpoints are fabricated.
  termsOfService: https://homads.com/
  contact:
    name: Homads
    email: team@homads.com
    url: https://homads.com/
  version: '0.0'
servers:
  - url: https://homads.com
    description: >-
      Homads marketplace web application. This is the consumer and host website,
      not a documented programmatic API base URL.
paths: {}
components: {}