Skip to main content
POST
/
api
/
quintoandar
/
properties
/quintoandar/properties
curl --request POST \
  --url https://api.anysite.io/api/quintoandar/properties \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "property": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@quintoandar_property",
    "display_id": "<string>",
    "business_context": [],
    "house_type": "<string>",
    "status": "<string>",
    "street": "<string>",
    "neighbourhood": "<string>",
    "city": "<string>",
    "state": "<string>",
    "zip_code": "<string>",
    "latitude": 123,
    "longitude": 123,
    "region_name": "<string>",
    "rent_value": 123,
    "sale_price": 123,
    "condominium": 123,
    "iptu": 123,
    "total_cost": 123,
    "area": 123,
    "bedroom_count": 123,
    "bathroom_count": 123,
    "suite_count": 123,
    "parking_count": 123,
    "floor_min": 123,
    "floor_max": 123,
    "construction_year": 123,
    "availability": "<string>",
    "visit_status": "<string>",
    "condo_type": "<string>",
    "published_at": "<string>",
    "tenant_service_fee": 123,
    "accepts_pets": true,
    "is_furnished": true,
    "is_near_subway": true,
    "for_rent": true,
    "for_sale": true,
    "yield_rate": 123,
    "description": "<string>",
    "amenities": [],
    "installations": [],
    "accessibility": [],
    "special_conditions": [],
    "listing_tags": [],
    "places_nearby": [],
    "photos": [],
    "video_url": "<string>",
    "image": "<string>",
    "images": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
property
string
required

QuintoAndar numeric property ID or a property URL containing it

Minimum string length: 1
Examples:

"895519971"

"https://www.quintoandar.com.br/imovel/895519971/alugar"

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:@quintoandar_property
display_id
string | null
business_context
string[]
house_type
string | null
status
string | null
street
string | null
neighbourhood
string | null
city
string | null
state
string | null
zip_code
string | null
latitude
number | null
longitude
number | null
region_name
string | null
rent_value
number | null
sale_price
number | null
condominium
number | null
iptu
number | null
total_cost
number | null
area
number | null
bedroom_count
integer | null
bathroom_count
integer | null
suite_count
integer | null
parking_count
integer | null
floor_min
integer | null
floor_max
integer | null
construction_year
integer | null
availability
string | null
visit_status
string | null
condo_type
string | null
published_at
string | null
tenant_service_fee
number | null
accepts_pets
boolean | null
is_furnished
boolean | null
is_near_subway
boolean | null
for_rent
boolean | null
for_sale
boolean | null
yield_rate
number | null
description
string | null
amenities
string[]
installations
string[]
accessibility
string[]
special_conditions
string[]
listing_tags
string[]
places_nearby
QuintoandarPlaceNearby · object[]
photos
QuintoandarPhoto · object[]
video_url
string | null
image
string | null
images
string[]