Agency details
Retrieve a realestate company from it's official identifier
System
- System
Properties
- Samples
- Properties
- Reporting
- Properties Alerts
Adverts
- Samples
- Reporting
- Adverts
- Adverts Alerts
RealEstate Companies
Agency details
Retrieve a realestate company from it's official identifier
Retrieve a realestate company from it’s official identifier
GET
/
v2
/
protected
/
companies
/
{siren}
curl --request GET \
--url https://api.fluximmo.io/v2/protected/companies/{siren} \
--header 'x-api-key: <api-key>'
{
"data": {
"pro_name": "ORPI",
"company_names": [
"CITYA IMMOBILIER LA POSTE",
"CITYA LA POSTE"
],
"emails": [],
"phone_numbers": [],
"websites": [
"www.citya.com/agences-immobilieres/niort-79000/364?utm_campaign=niort&utm_medium=gmb&utm_source=google"
],
"facebook": [],
"linkedin": [],
"siren": "026980391",
"sigle": "<string>",
"google_description": "<string>",
"google_maps_url": "<string>",
"meta": {}
}
}
Authorizations
Path Parameters
Siren of the company
Response
200
application/json
Name of the company
Example:
"ORPI"
SIREN number of the company
Example:
"026980391"
Sigle of the company
Gmaps Description of the company
GMaps URL of the company
Meta data of the domain company
Array of company names associated with the company
Example:
[
"CITYA IMMOBILIER LA POSTE",
"CITYA LA POSTE"
]
Array of emails associated with the company
Example:
[]
Array of phone numbers associated with the company
Example:
[]
Array of website URLs associated with the company
Example:
[
"www.citya.com/agences-immobilieres/niort-79000/364?utm_campaign=niort&utm_medium=gmb&utm_source=google"
]
Array of Facebook URLs associated with the company
Example:
[]
Array of LinkedIn URLs associated with the company
Example:
[]
Was this page helpful?
curl --request GET \
--url https://api.fluximmo.io/v2/protected/companies/{siren} \
--header 'x-api-key: <api-key>'
{
"data": {
"pro_name": "ORPI",
"company_names": [
"CITYA IMMOBILIER LA POSTE",
"CITYA LA POSTE"
],
"emails": [],
"phone_numbers": [],
"websites": [
"www.citya.com/agences-immobilieres/niort-79000/364?utm_campaign=niort&utm_medium=gmb&utm_source=google"
],
"facebook": [],
"linkedin": [],
"siren": "026980391",
"sigle": "<string>",
"google_description": "<string>",
"google_maps_url": "<string>",
"meta": {}
}
}