Appraiser
收藏Appraiser API 数据集概述
基本信息
- API名称: Appraiser
- 提供商: 247Apps Web Studio
- 类别: Business Software
- 订阅人数: 8
- 受欢迎度: 8.8
- 服务等级: 100%
- 延迟: 456ms
- 测试通过率: 94%
定价计划
- BASIC: $0.00 / 月
- PRO: $8.99 / 月
- ULTRA: $14.99 / 月
数据集详情
- 数据量: 400,000 条评估师许可证数据
- 覆盖范围: 55 个美国州
- 更新频率: 每两个月更新一次
- 许可证类型: Certified General, Certified Residential, Licensed, Transitional License, Active, Inactive
功能描述
- 获取房地产评估师许可证的详细信息。
- 根据姓氏、州和许可证号码验证许可证的有效性。
适用场景
- 适用于.exe软件、Web应用、移动应用,服务于房地产经纪人、贷款、贷款评估、评估师、家庭保险/评估软件公司。
- 帮助房地产软件供应商验证用户的房地产评估师许可证,防止诈骗或入侵。
端点详情
1. ValidateLicense
-
URL:
https://appraiser.p.rapidapi.com/ValidateLicense -
方法: POST
-
请求头: json { X-RapidAPI-Key: YOUR-RAPID-API-KEY-HERE, X-RapidAPI-Host: appraiser.p.rapidapi.com, Content-Type: application/json }
-
请求体示例: json { "Lastname": "Oneil", "State": "WA", "License": "1701228" }
-
响应示例: json { "data": [ { "license_number": "1701228", "firstname": "Paul", "lastname": "Oneil", "expired_date": "9/9/2025", "license_type": "Certified Residential", "status": "active", "valid": true } ] }
2. GetLicenseDetails
-
URL:
https://appraiser.p.rapidapi.com/GetLicenseDetails -
方法: POST
-
请求头: json { X-RapidAPI-Key: YOUR-RAPID-API-KEY-HERE, X-RapidAPI-Host: appraiser.p.rapidapi.com, Content-Type: application/json }
-
请求体示例: json { "Lastname": "Oneil", "State": "WA", "License": "1701228" }
-
响应示例: json { "data": [ { "license_number": "AR-019018", "lastname": "Aaron", "firstname": "David", "middlename": "J", "name_suffix": "", "effective_date": "08/05/2011", "expired_date": "08/04/2025", "license_type": "Certified Residential", "status": "active", "company": "Aaron and Associates, Inc.", "phone": "000-000-0000", "street": "111 office address here", "city": "Clovis", "state": "CA", "county": "FRESNO", "zip": "93619", "conforms_aqb": "Yes" } ] }




