Skip to main content
GET
/
api
/
v1
/
agent
/
reviews
Get Agent Reviews
curl --request GET \
  --url https://us-property-data.p.rapidapi.com/api/v1/agent/reviews \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "total": 1913,
  "has_more": true,
  "data": [
    {
      "reviewComment": "It was a pleasure working with Matt and his team. The whole process was smooth, and he was very responsive and helpful. Also, I have to mention he was inventive to make the process adapt to my situation which I am thankful for.",
      "reviewId": 9017136,
      "subRatings": [
        {
          "description": "Local knowledge",
          "score": 5
        }
      ],
      "reviewee": {
        "screenName": "Matt Laricy",
        "firstName": "Matt",
        "lastName": "Laricy",
        "suffix": null,
        "showName": true,
        "encodedZuid": "X1-ZUyy58njdzkphl_aqadk"
      },
      "reviewer": {
        "screenName": "sina davani1",
        "firstName": null,
        "lastName": null,
        "suffix": null,
        "showName": true,
        "encodedZuid": "X1-ZU12hj7r82wvevd_5jgqr"
      },
      "rating": 5,
      "createDate": "2026-01-09T19:37:00",
      "rebuttal": null,
      "workDescription": "Bought a Condo home in 2026 in South loop, Chicago, IL."
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

zuid
string
required

Agent unique ID (ZUID). You can retrieve this ZUID by using the agent screen name from the Get Agent Detail endpoint

Example:

"X1-ZUyy58njdzkphl_aqadk"

page
integer
default:1

Page number for pagination

Example:

1

sort_by
enum<string>
default:newst_first

Sort by

Available options:
newst_first,
rating_high_to_low,
rating_low_to_high
Example:

"newst_first"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

total
number

Total number of reviews

Example:

1913

has_more
boolean

Whether there are more data to fetch

Example:

true

data
object[]