Landing

Landing rents fully-furnished apartments for flexible monthly, short-term, and open-ended (LandingFlex) stays across 250+ US markets, booked entirely online with no security deposit and 24/7 local support. Landing operates one of the more complete agent-native API surfaces in proptech: a public, unauthenticated, read-only REST API and a public MCP server that expose the same nine capabilities — market discovery, filter vocabularies, apartment search, home detail with full availability calendars, LandingFlex commitment tiers, real anonymous quotes from the pricing engine that powers checkout, market statistics, and grounded policy answers. Discovery is wired end to end: an RFC 9727 api-catalog, an llms.txt agent guide, an OpenAPI 3.1 document and tool catalog generated from the live tool set, an agentskills.io index, schema.org JSON-LD, and a robots.txt that steers agents to the API instead of scraping. Reservations are not exposed — read tools return checkout links and a person completes payment on the website.

Landing publishes 1 API on the APIs.io network: Public API. Tagged areas include Company, Proptech, Real Estate, Rentals, and Furnished Apartments.

Landing’s developer surface includes documentation, API reference, getting-started guide, authentication, code examples, support, engineering blog, and 21 more developer resources.

39.7/100 thin Agent 76/100 agent native Full breakdown ↓
scored 2026-07-20 · rubric v0.4
1 APIs 1 MCP Servers 0 Features
CompanyProptechReal EstateRentalsFurnished ApartmentsCorporate HousingTravelAgent NativeMCPSearch

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-20 · rubric v0.4
Composite quality — 39.7/100 · thin
Contract Quality 9.4 / 25
Developer Ergonomics 13.5 / 20
Commercial Clarity 6.8 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 76/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/landing: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs

Landing Public API

Read-only, unauthenticated public access to Landing's furnished-apartment catalog. Search by market and dates (including open-ended LandingFlex stays), fetch a home with its ful...

MCP Servers

landing-mcp.yml

MCP SERVER

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 5

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: landing
name: Landing
description: 'Landing rents fully-furnished apartments for flexible monthly, short-term, and open-ended (LandingFlex) stays
  across 250+ US markets, booked entirely online with no security deposit and 24/7 local support. Landing operates one of
  the more complete agent-native API surfaces in proptech: a public, unauthenticated, read-only REST API and a public MCP
  server that expose the same nine capabilities — market discovery, filter vocabularies, apartment search, home detail with
  full availability calendars, LandingFlex commitment tiers, real anonymous quotes from the pricing engine that powers checkout,
  market statistics, and grounded policy answers. Discovery is wired end to end: an RFC 9727 api-catalog, an llms.txt agent
  guide, an OpenAPI 3.1 document and tool catalog generated from the live tool set, an agentskills.io index, schema.org JSON-LD,
  and a robots.txt that steers agents to the API instead of scraping. Reservations are not exposed — read tools return checkout
  links and a person completes payment on the website.'
image: https://files.hellolanding.com/home.png
url: https://raw.githubusercontent.com/api-evangelist/landing/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- foundry-group
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Company
- Proptech
- Real Estate
- Rentals
- Furnished Apartments
- Corporate Housing
- Travel
- Agent Native
- MCP
- Search
apis:
- aid: landing:public-api
  name: Landing Public API
  description: Read-only, unauthenticated public access to Landing's furnished-apartment catalog. Search by market and dates
    (including open-ended LandingFlex stays), fetch a home with its full availability calendar, list the flex commitment tiers
    a home accepts, and get a real date-specific anonymous quote from the same pricing engine as checkout. Published as both
    a plain HTTP GET REST API (OpenAPI 3.1) and a public MCP server over JSON-RPC, with the two transports exposing identical
    read-only capabilities. Errors use an error/code/message envelope; search is page-paginated. The API cannot complete a
    reservation — it returns checkout links for a person to finish on the website.
  humanURL: https://www.hellolanding.com/api/public
  baseURL: https://www.hellolanding.com/api/public
  image: https://files.hellolanding.com/home.png
  tags:
  - Furnished Apartments
  - Rentals
  - Search
  - Pricing
  - Agent Native
  properties:
  - type: OpenAPI
    url: openapi/landing-public-openapi.json
  - type: Documentation
    url: https://www.hellolanding.com/api/public
  - type: APIReference
    url: https://www.hellolanding.com/api/public/tools
  - type: Examples
    url: examples/landing-public-examples.yml
  - type: Overlay
    url: overlays/landing-public-overlay.yaml
  - type: ErrorCatalog
    url: errors/landing-problem-types.yml
  - type: DataModel
    url: data-model/landing-data-model.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://www.hellolanding.com
- type: DeveloperPortal
  url: https://www.hellolanding.com/api/public
- type: Documentation
  url: https://www.hellolanding.com/api/public
- type: APIReference
  url: https://www.hellolanding.com/api/public/tools
- type: GettingStarted
  url: https://www.hellolanding.com/llms.txt
- type: MCPServer
  url: mcp/landing-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: AgenticAccess
  url: agentic-access/landing-agentic-access.yml
- type: LLMsTxt
  url: llms/landing-llms.txt
- type: WellKnown
  url: well-known/landing-well-known.yml
- type: APICatalog
  url: https://www.hellolanding.com/.well-known/api-catalog
- type: Authentication
  url: authentication/landing-authentication.yml
- type: Conventions
  url: conventions/landing-conventions.yml
- type: ErrorCatalog
  url: errors/landing-problem-types.yml
- type: Examples
  url: examples/landing-public-examples.yml
- type: DataModel
  url: data-model/landing-data-model.yml
- type: Overlay
  url: overlays/landing-public-overlay.yaml
- type: Conformance
  url: conformance/landing-conformance.yml
- type: Lifecycle
  url: lifecycle/landing-lifecycle.yml
- type: DomainSecurity
  url: security/landing-domain-security.yml
- type: GitHubOrganization
  url: https://github.com/hellolanding
- type: Support
  url: https://www.hellolanding.com/help-center
- type: Blog
  url: https://www.hellolanding.com/blog
- type: BlogRSS
  url: https://www.hellolanding.com/blog/feed
- type: SignUp
  url: https://www.hellolanding.com/users/signin
- type: TermsOfService
  url: https://www.hellolanding.com/terms-of-service
- type: PrivacyPolicy
  url: https://www.hellolanding.com/privacy
- type: FAQ
  url: https://www.hellolanding.com/faq
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence