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
| Feature | Description |
|---|---|
| Property Valuation | Estimate property value via Rentcast API |
| Rent Estimates | Calculate rental value |
| Market Statistics | Local market data |
| Landing Pages | Generate 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:
| Method | Endpoint | Description |
|---|---|---|
| GET | /wp-json/frs-pv/v1/valuation | Get property valuation |
| GET | /wp-json/frs-pv/v1/rent-estimate | Get rent estimate |
File Structure
frs-property-valuation/
├── frs-property-valuation.php # Main plugin file
├── admin/
│ └── views/
│ └── settings.php # Settings page
└── assets/ # Frontend assetsRelated Documentation
- FRS Lead Pages - Lead generation integration