Skip to main content
GET
/
api
/
v1
/
agent
/
find
Find Agent
curl --request GET \
  --url https://us-property-data.p.rapidapi.com/api/v1/agent/find \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "total": 23314,
  "has_more": true,
  "data": [
    {
      "encoded_zuid": "X1-ZUyy58njdzkphl_aqadk",
      "name": "Matt Laricy",
      "url": "https://www.zillow.com/profile/Matt-Laricy",
      "is_top_agent": true,
      "image_url": "https://photos.zillowstatic.com/fp/02c54ad6d005384316302c03eb33d50d-h_l.jpg",
      "logo_url": null,
      "has_team": true,
      "company": "Americorp Real Estate",
      "review_information": {
        "review_average": 5,
        "review_count": 1913
      },
      "profile_data": [
        {
          "data": "$44K - $4.3M",
          "label": "team price range"
        },
        {
          "data": "557",
          "label": "team sales last 12 months"
        },
        {
          "data": "5445",
          "label": "team sales in Chicago"
        }
      ]
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

location
string

Find agents by location, such as city, neighborhood, or ZIP code. Either location or name must be provided

Example:

"New York"

name
string

Find agents by name. Either location or name must be provided

Example:

"Sam"

page
integer
default:1

Page number for pagination

Example:

1

is_buying
boolean

Filters agents who assist clients with buying properties

Example:

true

is_selling
boolean

Filters agents who assist clients with selling properties

Example:

true

is_top_agent
boolean

Filter for top-rated agents

Example:

true

price_range
string

price_range filter in format min,max

Example: 50000,1000000 means price from $50,000 to $1,000,000

Example:

"50000,1000000"

specialty
string

Filter by specialties

You can use one or multiple values separated by commas ,

  • first-time-home-buyers: First Time Homebuyers
  • investment-properties: Investment Properties
  • rentals: Rentals
  • military-or-veterans: Military/Veterans
  • luxury-homes: Luxury Homes
  • new-construction: New Construction
  • property-management: Property Management
  • senior-communities: Senior Communities
  • relocation: Relocation
  • foreclosure: Foreclosure
  • lot-or-land: Lot/Land
  • vacation-short-term-rentals: Vacation/Short-term Rentals
Example:

"first-time-home-buyers,luxury-homes"

language
string

Filter by languages

You can use one or multiple values separated by commas ,

  • arabic: Arabic
  • bengali: Bengali
  • cantonese: Cantonese
  • farsi: Farsi
  • filipino: Filipino
  • french: French
  • german: German
  • greek: Greek
  • hebrew: Hebrew
  • hindarian: Hindarian
  • italii: Italian
  • hungan: Hungarian
  • japanese: Japanese
  • korean: Korean
  • mandar: Mandarin
  • portuguese: Portuguese
  • russiain: Russiain
  • polishn: Polish
  • spanish: Spanish
  • thai: Thai
  • turkish: Turkish
  • vietnamese: Vietnamese
Example:

"arabic,bengali"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

total
number

Total number of agents matching

Example:

23314

has_more
boolean

Whether there are more data to fetch

Example:

true

data
object[]