Skip to main content
POST
/
api
/
propertyfinder
/
properties
/propertyfinder/properties
curl --request POST \
  --url https://api.anysite.io/api/propertyfinder/properties \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "property": "<string>",
  "timeout": 300,
  "domain": "ae"
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@propertyfinder_property",
    "title": "<string>",
    "description": "<string>",
    "reference": "<string>",
    "property_type": "<string>",
    "offering_type": "<string>",
    "category_id": 123,
    "completion_status": "<string>",
    "furnishing": "<string>",
    "price": 123,
    "price_period": "<string>",
    "currency": "<string>",
    "price_per_area": 123,
    "bedrooms": "<string>",
    "bathrooms": 123,
    "area": 123,
    "area_unit": "<string>",
    "is_verified": true,
    "is_premium": true,
    "is_exclusive": true,
    "is_new_construction": true,
    "is_direct_from_developer": true,
    "is_high_demand": true,
    "is_great_value": true,
    "listed_date": "<string>",
    "available_at": "<string>",
    "latitude": 123,
    "longitude": 123,
    "location_name": "<string>",
    "location_path_name": "<string>",
    "location_tree": [],
    "amenities": [],
    "image": "<string>",
    "images": [],
    "video_id": "<string>",
    "view_360_url": "<string>",
    "agent": {
      "@type": "@propertyfinder_property_agent",
      "id": "<string>",
      "name": "<string>",
      "alias": "<string>",
      "image": "<string>",
      "email": "<string>",
      "phone": "<string>",
      "whatsapp_phone": "<string>",
      "position": "<string>",
      "languages": [],
      "is_super_agent": true,
      "years_of_experience": 123,
      "total_property_count": 123,
      "review_count": 123,
      "rating": 123,
      "transaction_count": 123,
      "profile_url": "<string>"
    },
    "broker": {
      "@type": "@propertyfinder_property_broker",
      "id": "<string>",
      "name": "<string>",
      "alias": "<string>",
      "image": "<string>",
      "address": "<string>",
      "email": "<string>",
      "phone": "<string>",
      "license_number": "<string>",
      "total_property_count": 123,
      "total_agent_count": 123
    },
    "regulatory": {
      "@type": "@propertyfinder_regulatory",
      "permit_number": "<string>",
      "issued_license_number": "<string>",
      "permit_validation_url": "<string>",
      "authority_name": "<string>",
      "broker_license_number": "<string>",
      "agent_license_number": "<string>",
      "zone_name": "<string>"
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
property
string
required

Property listing id or a property page URL containing it

Minimum string length: 1
Examples:

"101262258"

"https://www.propertyfinder.ae/en/plp/buy/apartment-for-sale-dubai-101262258.html"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
domain
enum<string>
default:ae

Country marketplace

Available options:
ae,
sa,
qa,
bh,
eg

Response

Successful Response

id
string
required
url
string
required
@type
string
default:@propertyfinder_property
title
string | null
description
string | null
reference
string | null
property_type
string | null
offering_type
string | null
category_id
integer | null
completion_status
string | null
furnishing
string | null
price
number | null
price_period
string | null
currency
string | null
price_per_area
number | null
bedrooms
string | null
bathrooms
integer | null
area
number | null
area_unit
string | null
is_verified
boolean | null
is_premium
boolean | null
is_exclusive
boolean | null
is_new_construction
boolean | null
is_direct_from_developer
boolean | null
is_high_demand
boolean | null
is_great_value
boolean | null
listed_date
string | null
available_at
string | null
latitude
number | null
longitude
number | null
location_name
string | null
location_path_name
string | null
location_tree
PropertyfinderLocationNode · object[]
amenities
string[]
image
string | null
images
string[]
video_id
string | null
view_360_url
string | null
agent
PropertyfinderPropertyAgent · object
broker
PropertyfinderPropertyBroker · object
regulatory
PropertyfinderRegulatory · object