Skip to main content
GET
/
api
/
v1
/
agent
/
find
Find Agent
curl --request GET \
  --url https://us-red-property-data.p.rapidapi.com/api/v1/agent/find \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "total": 792,
  "has_more": true,
  "data": [
    {
      "id": "56cb393789a68901006f185f",
      "is_paid": true,
      "is_realtor": true,
      "fulfillment_id": "1062618",
      "display_ratings": true,
      "avatar": {
        "url": "https://ap.rdcpix.com/346029794/cd5b963073b94e559c920f5722ac8338a-e0rd-w144_h144.jpg",
        "initials": "GK"
      },
      "broker": {
        "name": "JohnHart Real Estate",
        "fulfillment_id": "1612284"
      },
      "fullname": "Giovany Kirakossian",
      "ratings_reviews": {
        "average_rating": 5,
        "recommendations_count": 2,
        "reviews_count": 24
      },
      "listing_stats": {
        "combined_annual": {
          "min": 110000,
          "max": 2595995
        },
        "for_sale": {
          "count": 5,
          "last_listing_date": "2026-01-31T00:27:33Z",
          "max": 1600000,
          "min": 389999
        },
        "recently_sold_annual": {
          "count": 9
        },
        "recently_sold_listing_details": {
          "listings": [
            {
              "baths": 5,
              "beds": 4,
              "city": "Porter Ranch",
              "photo": "https://ap.rdcpix.com/f51e872cd9ee444b3a04dd9dc92ba277l-m49364866rd-w100_h67.jpg",
              "state_code": "CA"
            }
          ],
          "show_additional": true
        }
      },
      "services": null,
      "sorting_weight": 65
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

location
string
required

Location to find agents

Minimum string length: 1
Example:

"20002"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

total
number

Total number of properties matching the search criteria

Example:

792

has_more
boolean

Whether there are more data to fetch

Example:

true

data
object[]