Skip to main content
POST
/
api
/
magicbricks
/
properties
/magicbricks/properties
curl --request POST \
  --url https://api.anysite.io/api/magicbricks/properties \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "property": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@magicbricks_property",
    "title": "<string>",
    "name": "<string>",
    "description": "<string>",
    "property_type": "<string>",
    "transaction_type": "<string>",
    "listing_for": "<string>",
    "possession_status": "<string>",
    "possession_date": "<string>",
    "posted_at": "<string>",
    "price": 123,
    "price_text": "<string>",
    "price_per_sqft": 123,
    "emi": 123,
    "currency": "<string>",
    "area_sqft": 123,
    "area_unit": "<string>",
    "bedroom_count": 123,
    "bathroom_count": 123,
    "balcony_count": 123,
    "furnishing": "<string>",
    "is_corner": true,
    "is_verified": true,
    "listing_tier": "<string>",
    "city": "<string>",
    "locality": "<string>",
    "address": "<string>",
    "state": "<string>",
    "latitude": 123,
    "longitude": 123,
    "rera_id": "<string>",
    "builder_name": "<string>",
    "project_name": "<string>",
    "project_url": "<string>",
    "builder_url": "<string>",
    "amenities": [],
    "image": "<string>",
    "images": [],
    "image_count": 123,
    "dealer": {
      "@type": "@magicbricks_property_dealer",
      "name": "<string>",
      "company": "<string>",
      "type": "<string>",
      "operating_since": "<string>",
      "buyers_served_count": 123,
      "verified_property_count": 123,
      "sale_property_count": 123,
      "years_of_experience": 123,
      "profile_url": "<string>"
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
property
string
required

Magicbricks property id or a property page URL containing it

Minimum string length: 1
Examples:

"84771039"

"https://www.magicbricks.com/propertyDetails/3-BHK-1803-Sq-ft-Multistorey-Apartment-FOR-Sale-Budigere-Cross-in-Bangalore&id=4d423834373731303339"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
url
string
required
@type
string
default:@magicbricks_property
title
string | null
name
string | null
description
string | null
property_type
string | null
transaction_type
string | null
listing_for
string | null
possession_status
string | null
possession_date
string | null
posted_at
string | null
price
number | null
price_text
string | null
price_per_sqft
number | null
emi
number | null
currency
string | null
area_sqft
number | null
area_unit
string | null
bedroom_count
integer | null
bathroom_count
integer | null
balcony_count
integer | null
furnishing
string | null
is_corner
boolean | null
is_verified
boolean | null
listing_tier
string | null
city
string | null
locality
string | null
address
string | null
state
string | null
latitude
number | null
longitude
number | null
rera_id
string | null
builder_name
string | null
project_name
string | null
project_url
string | null
builder_url
string | null
amenities
string[]
image
string | null
images
string[]
image_count
integer | null
dealer
MagicbricksPropertyDealer · object