Introduction
Welcome to the PropertyPal developer documentation. This is the home for the APIs and integration guides you’ll use to send property data to PropertyPal.
Commercial Listings API
The Commercial Listings API lets you upload, update, retrieve, and remove commercial property listings for display on PropertyPal. It’s designed for commercial agents and feed providers integrating with the PropertyPal platform.
Rightmove 2.0 compatibility
The API is intentionally backwards-compatible with Rightmove’s V2 Commercial API. If your system already publishes commercial stock to Rightmove using their V2 feed, you can re-point that integration at PropertyPal with minimal changes — generally just the base URL, the OAuth token endpoint, and your credentials.
Path shapes, request/response schemas, field names, enum values, and validation rules all follow the Rightmove V2 contract. The two implementations are independent, and there are a few intentional differences where the PropertyPal way is more flexible for partners:
- Branch ID can be a string or an integer (Rightmove allows integers only), so you can reuse the branch IDs you already send to other portals.
- New branches can be pushed immediately without pre-registration — listings become visible once the branch is mapped to a PropertyPal account by support.
- Validation is less strict. Anything Rightmove accepts, PropertyPal accepts; the reverse isn’t guaranteed. Acceptance by the API doesn’t guarantee the property appears on the site — a separate secondary process performs additional checks.
This API manages commercial listings only. Residential stock should continue to be uploaded via PropertyPal’s existing residential feed routes.
Get started
Get credentials
Contact the PropertyPal Feeds Team to receive your OAuth2 client_id and
client_secret.
Upload a listing
Send your first property with a PUT to the Commercial Listings API. See the
API reference.
Need help?
For access credentials or onboarding support, contact the PropertyPal Feeds Team at [email protected].

