curl --request GET \
--url https://us-red-property-data.p.rapidapi.com/api/v1/agent/reviews \
--header 'x-rapidapi-key: <api-key>'
{
"success": true,
"cost": 1,
"data": [
{
"source_id": "RDC",
"responsiveness": 5,
"market_expertise": 5,
"comment": "My agent was Brock Thompson who was incredibly accomodating and communicative. He always made himself available to see a listing even on short notice. He was particularly effective during negotiation and closing bringing in a number of credits and offering solid advice on negotiation and offer strategy.",
"display_name": "Casey",
"location": "Washington, DC",
"year": "2021",
"negotiation_skills": 5,
"rating": 5,
"professionalism_communication": 5,
"describe_yourself": "BUYER",
"started_timestamp": "2021-09-09T13:14:34",
"review_date_display": "September 9, 2021",
"reply": null
}
]
}
Agent
Get Agent Reviews
Get Agent Reviews
GET
/
api
/
v1
/
agent
/
reviews
Get Agent Reviews
curl --request GET \
--url https://us-red-property-data.p.rapidapi.com/api/v1/agent/reviews \
--header 'x-rapidapi-key: <api-key>'
{
"success": true,
"cost": 1,
"data": [
{
"source_id": "RDC",
"responsiveness": 5,
"market_expertise": 5,
"comment": "My agent was Brock Thompson who was incredibly accomodating and communicative. He always made himself available to see a listing even on short notice. He was particularly effective during negotiation and closing bringing in a number of credits and offering solid advice on negotiation and offer strategy.",
"display_name": "Casey",
"location": "Washington, DC",
"year": "2021",
"negotiation_skills": 5,
"rating": 5,
"professionalism_communication": 5,
"describe_yourself": "BUYER",
"started_timestamp": "2021-09-09T13:14:34",
"review_date_display": "September 9, 2021",
"reply": null
}
]
}