Housemates

Whether you are an institution, college, edtech company, or student platform, we help you sell student accommodation in line with your experience.

Ecosystem

Join our current partners

At Housemates, we collaborate with a diverse range of stakeholders—from universities and colleges to visa services and admissions portals—to empower them to effectively sell student accommodation. Our tailored solutions streamline the process, ensuring seamless integration and enhanced accessibility for all stakeholders involved.

Student partners

Integrate student accommodation into your existing workflow—whether you're a university, college, visa service, or admissions portal, now you can sell private student housing hassle-free.

Accommodation providers

Centralize your booking operations for seamless scalability and access the best rates to optimize occupancy. Start listing your rooms today and streamline your booking process effortlessly.

Developers

Learn how to use Housemates to get the power of a full-stack student housing agency at your fingertips.

Our Products

Our tools enable businesses to sell student accommodation seamlessly.

Connect API

Build one integration to access hundreds of accommodation providers and all the tools you need to grow a successful business selling student accommodation.

Occupy CRM

Take charge of your property listings with ease. From adding and editing listings to updating details, photos, and amenities, Occupy has got you covered.

The Mission

Student Partners

Integrate our API for seamless online bookings from hundreds of thousands of rooms. We handle all the heavy lifting, so you can focus on your core business.

  • circuitry

    Customized user journeys tailored to your needs.

  • headset

    Standard customer service from the Housemates team, both before and after booking.

  • chart-line

    Earn revenue through a share on each booking facilitated.

Student Accommodation

Introducing the first channel manager for the student housing market - we place your rooms in funnels composed of edtechs, institutions, and more.

  • globe

    Expand your brand's reach through our global network of student acquisition partners, targeting students beyond the scope of Google Ads and Facebook.

  • git-branch

    Connect your property management system to sync room availability and bookings seamlessly.

  • money

    Pay for and complete bookings with an average fee of 1.7% on 40-week contracts.

Tech First

We help a range of student housing providers reach student tenants.

Student Partners

We leverage partnerships with various student acquisition partners by embedding our API into their workflows.

Student Accommodation

Enabling accommodation providers to fill occupancy through various routes to market whilst integrating into their property management systems.

Easy to use API

Extensive documentation, user manuals, client libraries in PHP, Node.js, and more. We've crafted an exceptional user experience to help you achieve the same.

Node.js
PHP
CLI

fetch('https://api.housemates.io/api/properties?filter[city]=manchester', { method: 'GET', headers: { 'Authorization': 'Bearer {YOUR_ACCESS_TOKEN}', 'X-API-PARTNER-ID': `{YOUR_PARTNER_ID}`, 'Content-Type': 'application/json', 'Accept': 'application/json', } }).then(response => { const json = response.json(); console.log(json); }).catch(error => { console.error('Error:', error); });