Skip to main content
POST
/
api
/
magicbricks
/
projects
/
search
/magicbricks/projects/search
curl --request POST \
  --url https://api.anysite.io/api/magicbricks/projects/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "city": "<string>",
  "count": 2,
  "timeout": 300,
  "bedrooms": [
    123
  ],
  "budget_min": 1,
  "budget_max": 1,
  "rera_approved": true
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@magicbricks_search_project",
    "name": "<string>",
    "property_type": "<string>",
    "bedrooms": "<string>",
    "configurations": [],
    "description": "<string>",
    "builder_name": "<string>",
    "builder_logo": "<string>",
    "price_min": 123,
    "price_max": 123,
    "price_text": "<string>",
    "price_per_sqft": 123,
    "currency": "<string>",
    "project_area": 123,
    "project_area_unit": "<string>",
    "tower_count": 123,
    "unit_count": 123,
    "launch_date": "<string>",
    "possession_date": "<string>",
    "possession_year": "<string>",
    "city": "<string>",
    "locality": "<string>",
    "pincode": "<string>",
    "is_rera_approved": true,
    "rating": 123,
    "review_count": 123,
    "highlights": [],
    "image": "<string>",
    "image_count": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
city
string
required

City to search new-launch projects in, e.g. 'Bangalore', 'Mumbai'

Minimum string length: 1
count
integer
required

Max number of results to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
bedrooms
integer[] | null

Filter by number of bedrooms (BHK), 1-6

budget_min
integer | null

Minimum price in INR

Required range: x >= 0
budget_max
integer | null

Maximum price in INR

Required range: x >= 0
possession
enum<string> | null

Filter by possession status

Available options:
ready-to-move,
under-construction
rera_approved
boolean | null

Only RERA-approved projects

Response

Successful Response

id
string
required
url
string
required
@type
string
default:@magicbricks_search_project
name
string | null
property_type
string | null
bedrooms
string | null
configurations
MagicbricksProjectConfiguration · object[]
description
string | null
builder_name
string | null
builder_logo
string | null
price_min
number | null
price_max
number | null
price_text
string | null
price_per_sqft
number | null
currency
string | null
project_area
number | null
project_area_unit
string | null
tower_count
integer | null
unit_count
integer | null
launch_date
string | null
possession_date
string | null
possession_year
string | null
city
string | null
locality
string | null
pincode
string | null
is_rera_approved
boolean | null
rating
number | null
review_count
integer | null
highlights
string[]
image
string | null
image_count
integer | null