cURL
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": {} } }
Retrieve a realestate company from it’s official identifier
Siren of the company
The response is of type object.
object
Was this page helpful?