Skip to main content
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
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

fulfillment_id
string
required

fulfillment_id

Minimum string length: 1
Example:

"208999"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object[]