Skip to main content
Fetch a real-estate agency’s full profile by its numeric id (from a listing’s agency.id or its portal URL). Pair with /agencies/{id}/listings to pull the agency’s active inventory.

Path Parameters

id
integer
required
Immobiliare agency id, e.g. 41235.

Query Parameters

market
string
default:"it"
Market the agency belongs to. One of it, es, gr, lu.

Response

The full AgencyProfile:
id
integer
Agency id.
type
string
e.g. agency, builder.
name
string
url
string
Agency profile URL on the portal.
address
string
Street address of the office.
description
string
Agency self-description.
website
string
Agency’s own website.
image
string
Agency logo URL.
is_paid
boolean
Paid portal customer.
partnership
string
Franchise / network affiliation, e.g. tecnocasa.
real_estate_ads
integer
Active listings count.
real_estate_sales
integer
Completed sales count.
region
string
province
string
city
string
macrozone
string
latitude
number
longitude
number
phones
string[]
Office phone numbers.
opening_hours
string[]
Opening-hours lines.
agents
Agent[]
Agent roster.
market
string
Echo of the requested market.

Example

Response
Each agency-profile request costs 5 credits. Failed requests are not charged.