> ## Documentation Index
> Fetch the complete documentation index at: https://docs.propertydata.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Property Nearby Rentals

> Get Property Nearby Rentals



## OpenAPI

````yaml api-reference/realtor/openapi.json get /api/v1/property/nearby-rentals
openapi: 3.1.0
info:
  title: US Red Property Data
  description: US Red Property Data Documentation
  version: 1.0.0
servers:
  - url: https://us-red-property-data.p.rapidapi.com
    description: RapiAPI
security: []
paths:
  /api/v1/property/nearby-rentals:
    get:
      tags:
        - Property
      summary: Get Property Nearby Rentals
      description: Get Property Nearby Rentals
      operationId: getApiV1PropertyNearby-rentals
      parameters:
        - in: query
          name: property_id
          schema:
            type: string
            pattern: ^\d+$
            minLength: 1
            description: Property ID used to identify the property
            example: '2503567184'
          required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  success:
                    type: boolean
                    example: true
                  cost:
                    type: number
                    description: Cost of the request
                    example: 1
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        property_id:
                          type: string
                          description: ''
                          example: '2711305217'
                        listing_id:
                          type: string
                          description: ''
                          example: '2984705321'
                        primary:
                          type: boolean
                          description: ''
                          example: true
                        status:
                          type: string
                          description: ''
                          example: for_rent
                        list_price:
                          type: 'null'
                          description: ''
                          example: null
                        list_price_max:
                          type: number
                          description: ''
                          example: 4715
                        list_price_min:
                          type: number
                          description: ''
                          example: 1250
                        href:
                          type: string
                          description: ''
                          example: >-
                            https://www.realtor.com/rentals/details/7050-Hawthorn-Ave_Los-Angeles_CA_90028_M27113-05217
                        permalink:
                          type: string
                          description: ''
                          example: 7050-Hawthorn-Ave_Los-Angeles_CA_90028_M27113-05217
                        flags:
                          type: object
                          properties:
                            is_contingent:
                              type:
                                - boolean
                                - 'null'
                              description: ''
                              example: null
                            is_new_construction:
                              type:
                                - boolean
                                - 'null'
                              description: ''
                              example: null
                            is_pending:
                              type:
                                - boolean
                                - 'null'
                              description: ''
                              example: null
                            is_foreclosure:
                              type:
                                - boolean
                                - 'null'
                              description: ''
                              example: null
                            is_new_listing:
                              type:
                                - boolean
                                - 'null'
                              description: ''
                              example: false
                        primary_photo:
                          type: object
                          properties:
                            href:
                              type: string
                              description: ''
                              example: >-
                                https://ar.rdcpix.com/8af0b20204dbcc93515790ef0cde77eac-f861532762s.jpg
                        description:
                          type: object
                          properties:
                            type:
                              type: string
                              description: ''
                              example: apartment
                            baths:
                              type:
                                - number
                                - 'null'
                              description: ''
                              example: null
                            baths_full:
                              type:
                                - number
                                - 'null'
                              description: ''
                              example: null
                            baths_half:
                              type:
                                - number
                                - 'null'
                              description: ''
                              example: null
                            beds:
                              type:
                                - number
                                - 'null'
                              description: ''
                              example: null
                            sqft:
                              type:
                                - number
                                - 'null'
                              description: ''
                              example: null
                            baths_min:
                              type:
                                - number
                                - 'null'
                              description: ''
                              example: 1
                            baths_max:
                              type:
                                - number
                                - 'null'
                              description: ''
                              example: 4
                            beds_min:
                              type:
                                - number
                                - 'null'
                              description: ''
                              example: 0
                            beds_max:
                              type:
                                - number
                                - 'null'
                              description: ''
                              example: 4
                            sqft_min:
                              type:
                                - number
                                - 'null'
                              description: ''
                              example: 356
                            sqft_max:
                              type:
                                - number
                                - 'null'
                              description: ''
                              example: 1415
                        location:
                          type: object
                          properties:
                            address:
                              type: object
                              properties:
                                city:
                                  type: string
                                  description: ''
                                  example: Los Angeles
                                country:
                                  type: string
                                  description: ''
                                  example: USA
                                line:
                                  type: string
                                  description: ''
                                  example: 7050 Hawthorn Ave
                                state:
                                  type: string
                                  description: ''
                                  example: California
                                state_code:
                                  type: string
                                  description: ''
                                  example: CA
                                postal_code:
                                  type: string
                                  description: ''
                                  example: '90028'
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: Bad request
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: >-
                      Invalid API key. Go to https://docs.rapidapi.com/docs/keys
                      for more info.
        '403':
          description: Not Found
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: You are not subscribed to this API.
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                properties:
                  success:
                    type: boolean
                    example: false
                  message:
                    type: string
                    example: 'Request failed with status 500: Internal Server Error'
                  status_code:
                    type: number
                    example: 500
                  cost:
                    type: number
                    example: 0
                  explain:
                    type: string
                    example: >-
                      Oops, it looks like there was an issue processing your
                      request. Don't worry, you won't be charged for this
                      request
      security:
        - apiKeyAuth: []
components:
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: x-rapidapi-key
      description: Rapid API Key

````