US Real Estate API
  1. Agents
US Real Estate API
  • US Real Estate API
  • General
    • /v3/property-detail
      GET
    • /property-by-mls-id
      GET
    • /keywords-search-suggest
      GET
    • /v2/property-detail
      GET
    • /property-detail
      GET
  • Location
    • /location/suggest
      GET
    • /location/for-sale-nearby-areas
      GET
    • /location/for-sale-nearby-areas-by-postal-code
      GET
    • /location/for-rent-nearby-areas
      GET
    • /location/for-rent-nearby-areas-by-postal-code
      GET
    • /location/schools
      GET
    • /location/noise-score
      GET
    • /location/commute-time
      GET
    • /location/schools-by-postal-code
      GET
  • For Sale
    • /v3/for-sale
      GET
    • /v2/for-sale
      GET
    • /v2/for-sale-by-zipcode
      GET
    • /for-sale
      GET
    • /for-sale/other-homes-in-building
      GET
    • /for-sale/similiar-homes
      GET
    • /for-sale/home-estimate-value
      GET
  • Sold Home
    • /v2/sold-homes-by-zipcode
    • /sold-homes
  • For Rent
    • /v2/for-rent
    • /v2/for-rent-result-count
    • /v2/for-rent-by-zipcode
    • /v2/for-rent/similiar-homes
    • /for-rent
    • /for-rent/similiar-homes
  • Agents
    • /agents/agents-search
      GET
    • /agents/agents-search-by-zipcode
      GET
    • /agents/agent-listings
      GET
    • /agents/agent-profile
      GET
  • Finance
    • /finance/mortgage-calculate
    • /finance/average-rate
    • /finance/rate-trends
  1. Agents

/agents/agents-search

GET
/api/agents/agents-search
Search agents by State Code and City

Request

Authorization
Add parameter in header
x-rapidapi-key
Example:
x-rapidapi-key: ********************
Query Params
state_code
string 
required
State Code
Example:
NY
city
string 
required
City name
Example:
New York
agent_name
string 
optional
Agent name
Example:
Nordin
limit
string 
optional
Number of results. Maximum is 100.
Example:
20
offset
string 
optional
Number of skipped results
Example:
0

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://us-real-estate.p.rapidapi.com/api/agents/agents-search?state_code=NY&city=New York&agent_name=Nordin&limit=20&offset=0' \
--header 'x-rapidapi-key;'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-07-21 05:43:47
Previous
/for-rent/similiar-homes
Next
/agents/agents-search-by-zipcode
Built with