One platform behind your own website

You run your listings in Pangoni and show them on your own site — and every enquiry that site generates comes back to Pangoni as a lead. It's a closed loop, so your marketing and your management never drift apart.

No exporting spreadsheets, no re-uploading photos to two places, no enquiries lost in an inbox. Update once in Pangoni; your website and your pipeline both stay current.

Your brand

Your domain, design, and templates

Our engine

Listings and leads run on Pangoni

A real estate website powered by Pangoni listings

From listing to lead, in one loop

Five steps connect what you manage in Pangoni to what your visitors see — and bring their interest back to you.

1. Manage in Pangoni

Upload and maintain listings — photos, prices, availability, details.

2. Pull via API

Your site reads listings from the API as structured JSON.

3. Publish on your site

Render them in your own brand, domain, and templates.

4. Visitor enquires

A visitor submits an enquiry or viewing request on your site.

5. Lead in Pangoni

It lands in your Pangoni leads inbox, tagged to the listing.

Listings managed in Pangoni and published to your website

What you publish and keep in sync

Manage each property once in Pangoni. Your website reads the same record, so there's never a second copy to update.

  • Listing details, descriptions, and amenities
  • Photos and image galleries
  • Pricing, deposits, and terms
  • Availability and vacancy status
  • Location, unit types, and specifications
  • Real-time changes pushed via webhooks

Every visitor becomes a lead in Pangoni

The website is only half the loop. When someone is interested, that interest needs to reach you — not sit in an email nobody checks.

Forms post to Pangoni

Enquiry, contact, and viewing-request forms on your site submit straight into Pangoni via the API.

Saved to your leads inbox

Each enquiry becomes a lead, tagged to the listing it came from, with the visitor's contact details attached.

Follow up and assign

Your team picks up the lead, assigns it, and follows up — no copying from an inbox to a spreadsheet.

Instant notifications

Webhooks can alert your team the moment a new lead arrives, so hot enquiries get a fast response.

Source & listing tracked

See which listing and which page drove each lead, so you know what your website is actually converting.

Convert without re-keying

When a lead signs, move them into a lease and start collecting rent — all on the same platform.

Why run your website on Pangoni

Keep the website your visitors love and the control your business needs — without maintaining two systems that never quite agree.

One source of truth

Manage listings once in Pangoni; your site, your team, and your reports all read the same data.

No duplicate data entry

Stop re-uploading photos and re-typing prices into a separate website CMS.

No lost leads

Every enquiry is captured in Pangoni the moment it's submitted, not buried in an inbox.

Your brand stays yours

Your domain, design, and customer experience are unchanged — Pangoni stays behind the scenes.

Always up to date

Mark a unit taken in Pangoni and it disappears from your site — no stale listings.

Lead to lease, one platform

Once a lead converts, manage the tenancy, rent, and reporting in the same place.

Who is this for?

Anyone who wants to keep their own website but stop running listings and leads by hand.

Agencies with a brand site

Show your portfolio on your own polished website while Pangoni runs listings and leads.

Developers & agencies

Build client sites on top of a ready backend instead of a custom CMS and database.

Independent agents

Run a professional listings site without juggling separate marketing and management tools.

Portals & developers' sites

Power a multi-property portal or a development's sales site from one Pangoni account.

How to connect

It runs on the same open API that powers Pangoni itself — live today, fully documented.

  • Open REST API — OAuth 2.0, listing and lead endpoints, and structured JSON your site can render in any theme.
  • Real-time webhooks — listing updates push to your site, and new leads can notify your team instantly.
  • Build it your way — your developer or agency wires it in; if you'd like a hand, our team will help scope it.

Start with the API overview or the developer docs at api.pangoni.com.

Fetch listings for your site
curl -X GET \
  https://api.pangoni.com/v1/listings \
  -H "Authorization: Bearer YOUR_API_KEY"

{
  "listings": [
    {
      "id": "lst_123",
      "title": "2 Bedroom Apartment, Kilimani",
      "price": 85000,
      "currency": "KES",
      "status": "available",
      "photos": ["https://.../1.jpg"]
    }
  ]
}

# New enquiry on your site -> POST it back as a lead
POST https://api.pangoni.com/v1/leads

Frequently asked

No. Keep the website you already have. Pangoni acts as the backend: you manage your listings in Pangoni and pull them onto your existing site through the API. If you'd rather have Pangoni build and host the site for you, that option exists too — but connecting your own site means your brand, domain, and design stay exactly as they are.

Any platform that can call a REST API — WordPress, a custom Laravel or Next.js build, Webflow with custom code, or your own in-house system. Listings are served as structured JSON, so your developer can render them in your existing theme and templates.

You manage every listing once in Pangoni — photos, pricing, availability, and details. Your site reads them from the API, and real-time webhooks notify your site when a listing is added, updated, or marked unavailable, so what visitors see is always current. There is no second copy to maintain.

Enquiry, viewing-request, and contact forms on your website post straight to Pangoni through the API. Each submission is saved as a lead in your Pangoni leads inbox, tagged to the listing it came from, so your team can follow up, assign, and track it without copying anything by hand.

The Pangoni API is open and included with your plan — there is no separate API charge to read your listings or receive leads. The only cost is your developer's time to wire it into your site, which is a one-off build. Tell us about your site and we'll point your team at the right endpoints.

Yes. The public API at api.pangoni.com is live today, with OAuth 2.0 authentication, listing and lead endpoints, and real-time webhooks. Your developer or agency can build the connection now. If you'd like a hand, our team can scope it with you.

Pairs well with

API integration

The REST API and webhooks that power the connection — endpoints, auth, and docs.

Custom website creation

Prefer done-for-you? Have Pangoni build and host a professional site instead.

Listing syndication

Push the same listings out to portals and marketplaces, not just your own site.

SEO for listings

Help the listings on your site get found and rank in search.

← Back to all features