Skip to main content
GET
/
api
/
v1
/
agent
/
for-rent
Get Agent For Rent
curl --request GET \
  --url https://us-property-data.p.rapidapi.com/api/v1/agent/for-rent \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "total": 10,
  "has_more": true,
  "data": [
    {
      "zpid": 119094071,
      "home_type": "apartment",
      "address": {
        "line1": "8 W Monroe St APT 2005",
        "line2": "Chicago, IL 60603",
        "city": "Chicago",
        "stateOrProvince": "IL",
        "postalCode": "60603"
      },
      "bedrooms": 1,
      "bathrooms": 1,
      "openHouses": "",
      "hasOpenHouse": false,
      "primary_photo_url": "https://photos.zillowstatic.com/fp/eded647dd7801f81c1486606548f117e-a_a.jpg",
      "price": 2400,
      "price_currency": "usd",
      "status": "forRent",
      "latitude": 41.88095,
      "longitude": -87.62815,
      "brokerage_name": "Americorp",
      "home_marketing_status": "active",
      "home_marketing_type": "forRent",
      "has_vr_model": false,
      "listing_url": "/homedetails/8-W-Monroe-St-APT-2005-Chicago-IL-60603/119094071_zpid/"
    }
  ]
}

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

include_team
boolean
default:true

Indicates whether to include agent teams when retrieving agents for rental listings

Example:

true

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

total
number

Total number of properties available for rent matching the current query

Example:

10

has_more
boolean

Whether there are more data to fetch

Example:

true

data
object[]