Skip to main content
POST
/
api
/
acres99
/
projects
/acres99/projects
curl --request POST \
  --url https://api.anysite.io/api/acres99/projects \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "project": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@acres99_project",
    "npxid": "<string>",
    "name": "<string>",
    "description": "<string>",
    "builder_name": "<string>",
    "builder_url": "<string>",
    "construction_status": "<string>",
    "possession_date": "<string>",
    "price_min": 123,
    "price_max": 123,
    "price_text": "<string>",
    "currency": "<string>",
    "city": "<string>",
    "locality": "<string>",
    "address": "<string>",
    "latitude": 123,
    "longitude": 123,
    "rera_status": "<string>",
    "rera_id": "<string>",
    "image": "<string>",
    "images": [],
    "configurations": [],
    "facilities": [],
    "highlights": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
project
string
required

99acres project id (npxid) or a project page URL containing it

Minimum string length: 1
Examples:

"r463535"

"https://www.99acres.com/mahindra-rainforest-lbs-marg-central-mumbai-suburbs-npxid-r463535"

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_project
npxid
string | null
name
string | null
project_type
enum<string> | null
Available options:
Residential,
Commercial
description
string | null
builder_name
string | null
builder_url
string | null
construction_status
string | null
possession_date
string | null
price_min
number | null
price_max
number | null
price_text
string | null
currency
string | null
city
string | null
locality
string | null
address
string | null
latitude
number | null
longitude
number | null
rera_status
string | null
rera_id
string | null
image
string | null
images
string[]
configurations
Acres99ProjectConfiguration · object[]
facilities
string[]
highlights
string[]