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

# /magicbricks/properties

> Get full Magicbricks property listing details by id or property URL: title, description, price, price per sqft and EMI, covered area, configuration (bedrooms, bathrooms, balconies), furnishing, transaction type, possession status and date, posted date, city, locality and address, geo coordinates, RERA id, builder and project, amenities, images and dealer details.

**Price:** 20 credits

**⚠️ Common errors:** 412: Property not found (well-formed but nonexistent id, or page has no listing)



## OpenAPI

````yaml /openapi/real-estate.json post /api/magicbricks/properties
openapi: 3.1.0
info:
  title: Any Site API
  description: >+
    Any Site API provides programmatic access to data from LinkedIn, Instagram,
    Twitter, and other platforms.


    ## Authentication


    All API endpoints require an `access-token` header with a valid API token.
    Tokens can be created in the [dashboard](https://app.anysite.io/).


    ## Pricing


    Each endpoint has a credit cost listed in its description. Credits are
    deducted from your token balance per request.

  version: 0.0.1
servers: []
security:
  - AccessToken: []
paths:
  /api/magicbricks/properties:
    post:
      tags:
        - /magicbricks
      summary: /magicbricks/properties
      description: >-
        Get full Magicbricks property listing details by id or property URL:
        title, description, price, price per sqft and EMI, covered area,
        configuration (bedrooms, bathrooms, balconies), furnishing, transaction
        type, possession status and date, posted date, city, locality and
        address, geo coordinates, RERA id, builder and project, amenities,
        images and dealer details.


        **Price:** 20 credits


        **⚠️ Common errors:** 412: Property not found (well-formed but
        nonexistent id, or page has no listing)
      operationId: __api_magicbricks_properties_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/MagicbricksPropertiesPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MagicbricksProperty'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    MagicbricksPropertiesPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        property:
          type: string
          minLength: 1
      type: object
      required:
        - property
    MagicbricksProperty:
      properties:
        '@type':
          type: string
          default: MagicbricksProperty
        id:
          type: string
        url:
          type: string
        name:
          anyOf:
            - type: string
            - type: 'null'
        property_type:
          anyOf:
            - type: string
            - type: 'null'
        transaction_type:
          anyOf:
            - type: string
            - type: 'null'
        listing_for:
          anyOf:
            - type: string
            - type: 'null'
        possession_status:
          anyOf:
            - type: string
            - type: 'null'
        possession_date:
          anyOf:
            - type: string
            - type: 'null'
        posted_at:
          anyOf:
            - type: string
            - type: 'null'
        price:
          anyOf:
            - type: number
            - type: 'null'
        price_text:
          anyOf:
            - type: string
            - type: 'null'
        price_per_sqft:
          anyOf:
            - type: number
            - type: 'null'
        emi:
          anyOf:
            - type: number
            - type: 'null'
        currency:
          anyOf:
            - type: string
            - type: 'null'
        area_sqft:
          anyOf:
            - type: number
            - type: 'null'
        area_unit:
          anyOf:
            - type: string
            - type: 'null'
        bedroom_count:
          anyOf:
            - type: integer
            - type: 'null'
        bathroom_count:
          anyOf:
            - type: integer
            - type: 'null'
        balcony_count:
          anyOf:
            - type: integer
            - type: 'null'
        furnishing:
          anyOf:
            - type: string
            - type: 'null'
        is_corner:
          anyOf:
            - type: boolean
            - type: 'null'
        is_verified:
          anyOf:
            - type: boolean
            - type: 'null'
        listing_tier:
          anyOf:
            - type: string
            - type: 'null'
        city:
          anyOf:
            - type: string
            - type: 'null'
        locality:
          anyOf:
            - type: string
            - type: 'null'
        address:
          anyOf:
            - type: string
            - type: 'null'
        state:
          anyOf:
            - type: string
            - type: 'null'
        latitude:
          anyOf:
            - type: number
            - type: 'null'
        longitude:
          anyOf:
            - type: number
            - type: 'null'
        rera_id:
          anyOf:
            - type: string
            - type: 'null'
        builder_name:
          anyOf:
            - type: string
            - type: 'null'
        project_name:
          anyOf:
            - type: string
            - type: 'null'
        project_url:
          anyOf:
            - type: string
            - type: 'null'
        builder_url:
          anyOf:
            - type: string
            - type: 'null'
        amenities:
          items:
            type: string
          type: array
          default: []
        image:
          anyOf:
            - type: string
            - type: 'null'
        images:
          items:
            type: string
          type: array
          default: []
        image_count:
          anyOf:
            - type: integer
            - type: 'null'
        dealer:
          anyOf:
            - $ref: '#/components/schemas/MagicbricksPropertyDealer'
            - type: 'null'
      type: object
      required:
        - id
        - url
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    MagicbricksPropertyDealer:
      properties:
        '@type':
          type: string
          default: MagicbricksPropertyDealer
        name:
          anyOf:
            - type: string
            - type: 'null'
        company:
          anyOf:
            - type: string
            - type: 'null'
        type:
          anyOf:
            - type: string
            - type: 'null'
        operating_since:
          anyOf:
            - type: string
            - type: 'null'
        buyers_served_count:
          anyOf:
            - type: integer
            - type: 'null'
        verified_property_count:
          anyOf:
            - type: integer
            - type: 'null'
        sale_property_count:
          anyOf:
            - type: integer
            - type: 'null'
        years_of_experience:
          anyOf:
            - type: integer
            - type: 'null'
        profile_url:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
        msg:
          type: string
        type:
          type: string
        input: {}
        ctx:
          type: object
      type: object
      required:
        - loc
        - msg
        - type
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````