Skip to main content
POST
/
api
/
propertyguru
/
projects
/propertyguru/projects
curl --request POST \
  --url https://api.anysite.io/api/propertyguru/projects \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "project": "<string>",
  "timeout": 300,
  "region": "sg"
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@property_guru_project",
    "name": "<string>",
    "project_type": "<string>",
    "developer": "<string>",
    "tenure": "<string>",
    "psf_text": "<string>",
    "completion_year": 123,
    "floor_count": 123,
    "total_units": 123,
    "description": "<string>",
    "address": "<string>",
    "postcode": "<string>",
    "district_code": "<string>",
    "facilities": [],
    "images": [],
    "image": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
project
string
required

PropertyGuru project slug-id or project page URL

Minimum string length: 1
Examples:

"marina-one-residences-21458"

"https://www.propertyguru.com.sg/project/marina-one-residences-21458"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
region
enum<string>
default:sg

PropertyGuru regional marketplace (sg = Singapore, my = Malaysia).

Available options:
sg,
my

Response

Successful Response

id
string
required
url
string
required
@type
string
default:@property_guru_project
name
string | null
project_type
string | null
developer
string | null
tenure
string | null
psf_text
string | null
completion_year
integer | null
floor_count
integer | null
total_units
integer | null
description
string | null
address
string | null
postcode
string | null
district_code
string | null
facilities
string[]
images
string[]
image
string | null