Skip to main content
GET
Find Agent

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[]