Skip to main content
POST
/
api
/
acres99
/
properties
/acres99/properties
curl --request POST \
  --url https://api.anysite.io/api/acres99/properties \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "property": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@acres99_property",
    "spid": "<string>",
    "title": "<string>",
    "name": "<string>",
    "description": "<string>",
    "property_type": "<string>",
    "transaction_type": "<string>",
    "ownership": "<string>",
    "availability": "<string>",
    "possession_date": "<string>",
    "posted_at": "<string>",
    "updated_at": "<string>",
    "price": 123,
    "price_text": "<string>",
    "price_per_sqft": 123,
    "currency": "<string>",
    "is_price_negotiable": true,
    "is_price_all_inclusive": true,
    "brokerage": "<string>",
    "brokerage_type": "<string>",
    "is_brokerage_negotiable": true,
    "area_sqft": 123,
    "carpet_area_sqft": 123,
    "bedroom_count": 123,
    "bathroom_count": 123,
    "balcony_count": 123,
    "floor": "<string>",
    "total_floor_count": 123,
    "facing": "<string>",
    "furnishing": "<string>",
    "flooring": "<string>",
    "power_backup": "<string>",
    "parking": "<string>",
    "age": "<string>",
    "road_width": "<string>",
    "city": "<string>",
    "locality": "<string>",
    "address": "<string>",
    "latitude": 123,
    "longitude": 123,
    "rera_id": "<string>",
    "rera_authority": "<string>",
    "is_verified": true,
    "is_gated": true,
    "is_corner": true,
    "is_pet_friendly": true,
    "amenities": [],
    "highlights": [],
    "overlooking": [],
    "additional_rooms": [],
    "nearby_places": [],
    "image": "<string>",
    "images": [],
    "dealer": {
      "@type": "@acres99_property_dealer",
      "name": "<string>",
      "company": "<string>",
      "type": "<string>",
      "image": "<string>",
      "member_since": "<string>",
      "website_url": "<string>",
      "is_rera_registered": true,
      "listed_property_count": 123,
      "verified_property_count": 123
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
property
string
required

99acres property id (spid) or a property page URL containing it

Minimum string length: 1
Examples:

"F81765438"

"https://www.99acres.com/3-bhk-bedroom-apartment-flat-for-sale-in-bandra-west-western-mumbai-1630-sqft-r4-spid-F81765438"

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:@acres99_property
spid
string | null
title
string | null
name
string | null
description
string | null
property_type
string | null
transaction_type
string | null
ownership
string | null
availability
string | null
possession_date
string | null
posted_at
string | null
updated_at
string | null
price
number | null
price_text
string | null
price_per_sqft
number | null
currency
string | null
is_price_negotiable
boolean | null
is_price_all_inclusive
boolean | null
brokerage
string | null
brokerage_type
string | null
is_brokerage_negotiable
boolean | null
area_sqft
number | null
carpet_area_sqft
number | null
bedroom_count
integer | null
bathroom_count
integer | null
balcony_count
integer | null
floor
string | null
total_floor_count
integer | null
facing
string | null
furnishing
string | null
flooring
string | null
power_backup
string | null
parking
string | null
age
string | null
road_width
string | null
city
string | null
locality
string | null
address
string | null
latitude
number | null
longitude
number | null
rera_id
string | null
rera_authority
string | null
is_verified
boolean | null
is_gated
boolean | null
is_corner
boolean | null
is_pet_friendly
boolean | null
amenities
string[]
highlights
string[]
overlooking
string[]
additional_rooms
string[]
nearby_places
Acres99NearbyPlace · object[]
image
string | null
images
string[]
dealer
Acres99PropertyDealer · object