Skip to main content
GET
/
api
/
v1
/
agent
/
listing
Get Agent Property Active Listing
curl --request GET \
  --url https://us-red-property-data.p.rapidapi.com/api/v1/agent/listing \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "total": 792,
  "has_more": true,
  "data": [
    {
      "property_id": "5894444041",
      "listing_id": "2989314307",
      "status": "for_sale",
      "description": {
        "sold_date": "2015-12-16",
        "baths_consolidated": "2.5+",
        "beds": 3,
        "lot_sqft": 2614,
        "sqft": 3332,
        "stories": 3,
        "sold_price": 675265
      },
      "location": {
        "address": {
          "postal_code": "20018",
          "state": "District of Columbia",
          "street_name": "Baldwin",
          "street_number": "2538",
          "city": "Washington",
          "coordinate": {
            "lat": 38.924137,
            "lon": -76.956252
          }
        },
        "county": {
          "state_code": "DC"
        },
        "search_areas": [
          {
            "city": "washington",
            "state_code": "dc",
            "county": "district of columbia"
          }
        ]
      },
      "list_price": 834900,
      "photos": [
        {
          "href": "http://ap.rdcpix.com/daba0037e6ad2b440d742de51d7d9b92l-m2331241703rd-w960_h720.jpg"
        }
      ],
      "primary_photo": {
        "href": "http://ap.rdcpix.com/daba0037e6ad2b440d742de51d7d9b92l-m2331241703rd-w960_h720.jpg"
      },
      "href": "https://www.realtor.com/realestateandhomes-detail/2538-Baldwin-Cres-NE_Washington_DC_20018_M58944-44041",
      "permalink": "2538-Baldwin-Cres-NE_Washington_DC_20018_M58944-44041",
      "advertisers": [
        {
          "fulfillment_id": "208999",
          "type": "seller"
        }
      ],
      "flags": {
        "is_coming_soon": null,
        "is_contingent": null,
        "is_garage_present": true,
        "is_new_construction": null,
        "is_pending": null,
        "is_short_sale": null,
        "is_foreclosure": null,
        "is_senior_community": null,
        "is_for_rent": null,
        "is_deal_available": null,
        "is_price_excludes_land": null,
        "is_promotion_present": null,
        "is_subdivision": null,
        "is_plan": null,
        "is_price_reduced": true,
        "is_new_listing": false,
        "is_sales_builder": null,
        "is_usda_eligible": null
      }
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

fulfillment_id
string
required

fulfillment_id

Minimum string length: 1
Example:

"208999"

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