Skip to content

FRS Property Valuation

Version: 1.0.1 Repository: derintolu/frs-property-valuation

Professional property valuation tool powered by Rentcast API. Generates beautiful landing pages with property values, rent estimates, and market statistics.

Features

Implemented

FeatureDescription
Property ValuationEstimate property value via Rentcast API
Rent EstimatesCalculate rental value
Market StatisticsLocal market data
Landing PagesGenerate shareable valuation pages

Requirements

  • WordPress 6.4+
  • PHP 8.1+
  • Rentcast API key

Configuration

API Key

Set via constant in wp-config.php (preferred) or in admin settings:

php
define('RENTCAST_API_KEY', 'your-api-key');

Or: Settings → FRS Property Valuation → API Key

Shortcode

[frs_property_valuation]

Renders the property valuation form.

REST API

Endpoints for property data:

MethodEndpointDescription
GET/wp-json/frs-pv/v1/valuationGet property valuation
GET/wp-json/frs-pv/v1/rent-estimateGet rent estimate

File Structure

frs-property-valuation/
├── frs-property-valuation.php   # Main plugin file
├── admin/
│   └── views/
│       └── settings.php         # Settings page
└── assets/                      # Frontend assets

Hub21 Platform Documentation