Home
Providers
Rentberry
Rentberry
Rentberry, Inc. is an international long-term home rental marketplace founded in 2015 and headquartered in San Francisco, California. The platform runs the whole rental lifecycle in one closed loop for both tenants and landlords: property listing and syndication, search across residential rental cities worldwide, virtual tours and open-house scheduling, custom rent offers and negotiation, rental applications with proof-of-income attachments, US credit and background screening, e-signed rental contracts and contract templates, online rent collection and rental subscriptions via Stripe, in-platform messaging, maintenance and complaint handling, and a flexible-living concept aimed at digital nomads. Rentberry operates a versioned REST API at api.rentberry.com whose Swagger UI at /docs publishes an OpenAPI 3.0.0 description covering applications, auth and social OAuth login, listings, search, contracts, screening, payments, rentals, messaging, user verification and localization.
Rentberry publishes 1 API on the APIs.io network. Tagged areas include real-estate, proptech, rentals, rental-marketplace, and property-management.
Rentberry’s developer surface includes API reference, documentation, support, engineering blog, pricing, signup flow, authentication, and 23 more developer resources.
2 APIs
real-estate proptech rentals rental-marketplace property-management tenant-screening e-signature payments listings search geocoding marketplace
On this page
Kin Score
APIs 2
Security Posture 2
Resources 30
apis.yml
5 Operational Transparency
Composite quality — 41.2/100 · thin
Contract Quality
12.0 / 25
Developer Ergonomics
9.9 / 20
Commercial Clarity
8.9 / 20
Operational Transparency
0.7 / 13
Agent readiness — 37/100 · agent ready
Machine-Readable Contract
18 / 18
Agentic Access Contract
0 / 10
MCP Server
0 / 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
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Get Started 3
Portal, sign-up, and the first successful call
Documentation 3
Reference material describing how the API behaves
Agent Surfaces 3
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 3
Pricing, plans, and the legal terms of use
Company 5
The organization behind the API
Other 2
Properties that don't map to a standard resource type
Source (apis.yml)
aid: rentberry
name: Rentberry
description: 'Rentberry, Inc. is an international long-term home rental marketplace founded in 2015 and headquartered in San
Francisco, California. The platform runs the whole rental lifecycle in one closed loop for both tenants and landlords: property
listing and syndication, search across residential rental cities worldwide, virtual tours and open-house scheduling, custom
rent offers and negotiation, rental applications with proof-of-income attachments, US credit and background screening, e-signed
rental contracts and contract templates, online rent collection and rental subscriptions via Stripe, in-platform messaging,
maintenance and complaint handling, and a flexible-living concept aimed at digital nomads. Rentberry operates a versioned
REST API at api.rentberry.com whose Swagger UI at /docs publishes an OpenAPI 3.0.0 description covering applications, auth
and social OAuth login, listings, search, contracts, screening, payments, rentals, messaging, user verification and localization.'
image: https://cdn.rentberry.com/files/seo/main.jpg
url: https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.21'
created: '2026-08-02'
modified: '2026-08-02'
tags:
- real-estate
- proptech
- rentals
- rental-marketplace
- property-management
- tenant-screening
- e-signature
- payments
- listings
- search
- geocoding
- marketplace
apis:
- name: Rentberry API
description: Versioned REST API behind the Rentberry rental marketplace, described by an OpenAPI 3.0.0 document published
in the Swagger UI at https://api.rentberry.com/docs. 188 paths / 220 operations across 44 tags covering rental applications
and applicant attachments, authentication and social OAuth (Google, Apple) login, listings and listing pictures, virtual
tours, search and saved searches, contracts and contract templates with e-signing, screening and screening reports, payments,
rentals and rental subscriptions, messaging, notifications and subscriptions, user profile / settings / verification,
geolocation, SEO URLs and translation. Requests are authenticated with an X-Auth-Token style bearer token issued by the
auth/token operation.
humanURL: https://api.rentberry.com/docs
baseURL: https://api.rentberry.com/
tags:
- real-estate
- proptech
- rentals
- rental-marketplace
- property-management
- tenant-screening
- e-signature
- payments
- listings
- search
properties:
- type: OpenAPI
url: openapi/rentberry-openapi.yml
- type: APIReference
url: https://api.rentberry.com/docs
- type: Documentation
url: https://api.rentberry.com/docs
- type: Authentication
url: authentication/rentberry-authentication.yml
- type: Conventions
url: conventions/rentberry-conventions.yml
- type: ErrorCatalog
url: errors/rentberry-problem-types.yml
- type: DataModel
url: data-model/rentberry-data-model.yml
- type: Overlay
url: overlays/rentberry-openapi-overlay.yaml
- type: Lifecycle
url: lifecycle/rentberry-lifecycle.yml
- name: Rentberry Geocoder (gRPC)
description: 'Open-source gRPC geocoding and timezone-lookup service Rentberry built and runs for its own property search,
with published proto3 definitions and PHP client bindings on Packagist. Two services: GeocodeService.Geocode resolves
an address or lat/lng into structured Location records (country, state, admin levels, sublocality levels, bounds, postal
code, timezone, provider components) and TimezoneService.Lookup returns a timezone for a coordinate pair.'
humanURL: https://github.com/Rentberry/geocoder
baseURL: https://github.com/Rentberry/geocoder
tags:
- geocoding
- grpc
- location
- timezone
- open-source
properties:
- type: Protobuf
url: grpc/rentberry-geocoder.proto
- type: SourceCode
url: https://github.com/Rentberry/geocoder
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
- FN: APIs.json
email: info@apis.io
common:
- type: Website
url: https://rentberry.com/
- type: DeveloperPortal
url: https://api.rentberry.com/docs
- type: APIReference
url: https://api.rentberry.com/docs
- type: Documentation
url: https://api.rentberry.com/docs
- type: Support
url: https://help.rentberry.com/en/
- type: HelpCenter
url: https://help.rentberry.com/en/
- type: Blog
url: https://rentberry.com/blog/
- type: BlogRSS
url: https://rentberry.com/blog/feed/
- type: GitHubOrganization
url: https://github.com/Rentberry
- type: Pricing
url: https://rentberry.com/pricing
- type: SignUp
url: https://rentberry.com/auth
- type: TermsOfService
url: https://rentberry.com/terms
- type: PrivacyPolicy
url: https://rentberry.com/privacy
- type: About
url: https://rentberry.com/about
- type: Investors
url: https://rentberry.com/investors
- type: OpenAPI
url: openapi/rentberry-openapi.yml
- type: Protobuf
url: grpc/rentberry-geocoder.proto
- type: Authentication
url: authentication/rentberry-authentication.yml
- type: Conventions
url: conventions/rentberry-conventions.yml
- type: ErrorCatalog
url: errors/rentberry-problem-types.yml
- type: DataModel
url: data-model/rentberry-data-model.yml
- type: Lifecycle
url: lifecycle/rentberry-lifecycle.yml
- type: Conformance
url: conformance/rentberry-conformance.yml
- type: Overlay
url: overlays/rentberry-openapi-overlay.yaml
- type: Packages
url: packages/rentberry-packages.yml
- type: WellKnown
url: well-known/rentberry-well-known.yml
- type: LLMsTxt
url: llms/rentberry-llms.txt
- type: DomainSecurity
url: security/rentberry-domain-security.yml
- type: Sandbox
url: sandbox/rentberry-sandbox.yml
- type: AgentSkill
url: skills/_index.yml
x-enrichment:
date: '2026-08-02'
status: enriched
artifacts_added: 24
pass: local-v1