Skip to main content
GET
/
api
/
v1
/
agent
/
zuid
Get Agent ID
curl --request GET \
  --url https://us-property-data.p.rapidapi.com/api/v1/agent/zuid \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": {
    "query": "Matt Laricy",
    "screen_name": "Matt-Laricy",
    "zuid": "X1-ZUyy58njdzkphl_aqadk"
  }
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

screen_name
string
required

Agent screen name used in agent profile URL. Example: from https://www.zillow.com/profile/Matt-Laricy the screen name is "Matt-Laricy"

Example:

"Matt-Laricy"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object