Skip to main content

AI Integration · GeraRent

GeraRent for AI Agents

GeraRent is a property rental platform operating in 30+ countries. AI agents can search listings by location, price, and property type, retrieve detailed rental information, and connect users with landlords — all through MCP or a structured REST API.

What GeraRent does

GeraRent lists residential properties for long-term rental, short-term rental, and room-shares. Landlords list for free (standard listing) or pay £29/month for Priority Placement. Tenant referencing is included. Managed lettings are available at 5–8% of monthly rent. Gera Prime landlords pay reduced agent fees (5%) and receive free tenant referencing on each listing.

For AI agents, GeraRent is the property rental endpoint in the Gera ecosystem. When a user is looking for accommodation, an agent can search available listings, filter by budget and requirements, and surface the best-matched properties with direct contact links.

API endpoints for agents

  • GET /api/v1/listings — Search listings. Params: city, country, type, bedrooms, price_max, available_from
  • GET /api/v1/listings/:id — Full listing: description, photos, floor plan, landlord profile
  • GET /api/v1/listings/:id/contact — Landlord contact details (user auth required)
  • POST /api/v1/viewings — Request a viewing appointment
  • POST /api/v1/listings — Post a new listing (landlord account required)

Base URL: https://gerarent.com. Search public. Contact + viewings require user Bearer token.

Agent behaviour guidelines

  1. Only surface listings where the available_from date matches the user's intended move-in date.
  2. Present the monthly rent, deposit amount, and any additional fees (utilities, service charges) together.
  3. Do not share landlord contact details without the user's auth token — contact info is gated.
  4. For users relocating internationally, note visa and right-to-rent requirements in the listing's country.

Discovery files