	<!-- <a name="honoraires"></a>
	<form method="get" name="form_honos" id="form_honos" action="#honoraires" /> -->
	<div class="honoraires_form col-12 col-sm-8">
		<div class="row">
			<div class="col-6">Property Price (€)</div>
			<div class="col-6"><input type="text" name="valeur_bien" id="valeur_bien" placeholder="montant en euros" value="0" /></div>
		</div>
		<div class="row">
			<div class="col-6"></div>
			<div class="col-6 text-right"><input type="button" id="calculComBtn" value="Get Fee" /></div>
		</div>
		<div class="row mtop20 ">
			<div class="col-12"><hr/></div>
		</div>
		<div class="row">
			<div class="col-6">Amount of fees</div>
			<div class="col-6"><input type="text" class="value_com" id="value_com" value="0 &euro;" readonly /></div>
		</div>
		<div class="row">
			<div class="col-6">% on the price of the property</div>
			<div class="col-6"><input type="text" class="value_percentage" id="taux_com" value="0 %" readonly /></div>
		</div>
	</div>
	<!-- </form> -->


	<script type="text/javascript">
		$('#calculComBtn').click(function() {

			var infosCommission = 0;
			var infosTaux_com = 0;

			// recup values
			var valeur_bien = $('#valeur_bien').val();

			// check valeur
			if(valeur_bien > 0) 
			{
				// -------------- traitement

				// tranche A - 0 <> 350000
				if( valeur_bien <= 350000 )
				{
					infosCommission += valeur_bien * 0.029; // 2.9%
				}
				else infosCommission += 10150;

				// tranche B - 350000 <> 600000
				if(valeur_bien > 600000 ) infosCommission += 7250;
				else if( valeur_bien > 350000 && valeur_bien <= 600000 )
				{
					infosCommission += (valeur_bien - 350000) * 0.029; // 2.9%
				}

				// tranche C - 600000 <> 600000
				if(valeur_bien > 900000 ) infosCommission += 7950;
				else if( valeur_bien > 600000 && valeur_bien <= 900000 )
				{
					infosCommission += (valeur_bien - 600000) * 0.0265; // 2.65%
				}

				// tranche D - 900000 <> 1200000
				if(valeur_bien > 1200000 ) infosCommission += 6750;
				else if( valeur_bien > 900000 && valeur_bien <= 1200000 )
				{
					infosCommission += (valeur_bien - 900000) * 0.0225; // 2.25%
				}

				// tranche E - 1200000 <> 1500000
				if(valeur_bien > 1500000 ) infosCommission += 6000;
				else if( valeur_bien > 1200000 && valeur_bien <= 1500000 )
				{
					infosCommission += (valeur_bien - 1200000) * 0.02; // 2%
				}

				// tranche F - 1500000 <> 2500000
				if(valeur_bien > 2500000 ) infosCommission += 15000;
				else if( valeur_bien > 1500000 && valeur_bien <= 2500000 )
				{
					infosCommission += (valeur_bien - 1500000) * 0.015; // 1.5%
				}

				// tranche G - > 2500000
				if( valeur_bien > 2500000 )
				{
					infosCommission += (valeur_bien - 2500000) * 0.01; // 1%
				}

				// ajout dfe la valeur de la commission au champ
				infosCommission = Math.round(infosCommission);
				$('#value_com').val(infosCommission + ' €'); 

				// valeur du taux
				infosTaux_com = infosCommission * 100 / valeur_bien;
				infosTaux_com = Math.round(infosTaux_com * 100) / 100;
				$('#taux_com').val(infosTaux_com + ' %');


			}


		})
	</script>
	{"id":48514393,"date":"2022-09-06T22:26:40","date_gmt":"2022-09-06T20:26:40","guid":{"rendered":"https:\/\/www.homelikehome.com\/?page_id=48514393"},"modified":"2025-12-22T16:18:14","modified_gmt":"2025-12-22T15:18:14","slug":"property-hunters-in-nice","status":"publish","type":"page","link":"https:\/\/www.homelikehome.com\/en\/our-agencies\/property-hunters-in-nice\/","title":{"rendered":"Property Finder in Nice"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]Are you looking for a property in Nice? Buying an apartment or house in Nice or the surrounding area&#8230;<\/p>\n<p>You don&#8217;t have the time to devote to research and unnecessary visits? Then let our property hunters do the searching for you!<\/p>\n<p>Our property hunters in Nice put their skills and know-how at your disposal to help you find the property of your dreams in Nice.<\/p>\n<p>Today, Nice is one of the most dynamic real estate markets in the world, attracting not only people looking for a primary residence, but also investors looking for good returns through short-term rental, and French or foreign investors looking for a second home.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"decoration\" style=\"text-align: center;\">Our Property Finder fees<\/h2>\n<p>[\/vc_column_text][vc_column_text]<strong><b>We carry out purchase and rental research, for individuals and professionals, in Nice and its region (Cannes, Cagnes-sur-Mer, Beaulieu-sur-Mer, Cap d&#8217;Ail, Gatti\u00e8res&#8230;)<\/b><\/strong><\/p>\n<h3>Purchase :<\/h3>\n<p><strong>If the property is listed by a real estate agency, other intermediary or direct from the seller<\/strong>, the commission fees remain the same.<\/p>\n<p><span style=\"font-weight: 400;\">The fees are calculated according to a decreasing rate scale per tranche depending on the property\u2019s price. This remuneration including tax will be calculated on the price recorded by the notary (agency fees included, excluding notary fees):<\/span><\/p>\n<table class=\"table table-hover\" style=\"height: 209px;\" width=\"414\">\n<tbody>\n<tr>\n<th>Property Price<\/th>\n<th>Fees (including taxes)<\/th>\n<\/tr>\n<tr>\n<td>Property \u2264 600 000 \u20ac<\/td>\n<td>2.90 %<\/td>\n<\/tr>\n<tr>\n<td>600 001 \u20ac to 900 000 \u20ac<\/td>\n<td>2.65 %<\/td>\n<\/tr>\n<tr>\n<td>900 001 \u20ac to 1 200 000 \u20ac<\/td>\n<td>2.25%<\/td>\n<\/tr>\n<tr>\n<td>1 200 001 \u20ac to 1 500 000 \u20ac<\/td>\n<td>2%<\/td>\n<\/tr>\n<tr>\n<td>1 500 001 \u20ac to 2 500 000 \u20ac<\/td>\n<td>1.50%<\/td>\n<\/tr>\n<tr>\n<td>Beyond 2 500 001 \u20ac<\/td>\n<td>1.00%<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><span style=\"font-weight: 400;\">We start the search in Nice with a budget of \u20ac200,000 for the purchase of a property.<\/span><\/p>\n<h3>Example :<\/h3>\n<p><b>For a property acquired at 875,000 Euros in Nice, old port area, agency fees included, the remuneration including tax Homelike Home will be:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">600 000 \u20ac x 2,90% = 17 400 \u20ac<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">(875 000 \u2013 600 000 \u20ac) x 2.65% = 7 287 \u20ac<\/span><\/p>\n<p><b>Amount of fees = 17,400 + 7,287 = \u20ac24,687 including tax<\/b><\/p>\n<p><b>\u00a0i.e. 2.82% including tax on the price of the property.<\/b><\/p>\n<p>[\/vc_column_text][vc_column_text][\/vc_column_text][vc_column_text]<\/p>\n<h3>Rentals<\/h3>\n<p>Property research fees are one month\u2019s rent (before tax) of the rented property (remuneration including VAT), with a fixed minimum of 2000\u20ac inclusive of taxes.<\/p>\n<h3>Turnkey Rental Investment<\/h3>\n<p>Quote provided.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;48513985&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text]<\/p>\n<h3 class=\"contact-name\" style=\"text-align: center;\">Alexandra Brehier<\/h3>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;2\/3&#8243;][vc_column_text]<\/p>\n<div class=\"col col-contact-card\">\n<div class=\"contact-card\">\n<p>With dual French and Greek nationality, Alexandra knows her adopted region intimately. She will guide you in your search for your primary residence, your home office, your second home, or even a profitable investment. Alexandra will leverage all her skills, interpersonal abilities, and deep connection to the French Riviera to find the perfect place for your complete fulfillment!<\/p>\n<div class=\"contact-coords\">\n<div class=\"contact-email\"><a href=\"mailto:catherine.midorge@homelikehome.com\">info@homelikehome.com<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column]\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f44294878-o1\" lang=\"fr-FR\" dir=\"ltr\" data-wpcf7-id=\"44294878\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/48514393#wpcf7-f44294878-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Formulaire de contact\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"44294878\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"fr_FR\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f44294878-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<p><label> Votre nom<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"contact-nom\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"contact-nom\" \/><\/span> <\/label>\n<\/p>\n<p><label> Votre e-mail<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"contact-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"contact-email\" \/><\/span> <\/label>\n<\/p>\n<p><label>Votre t\u00e9l\u00e9phone<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"contact-telephone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"contact-telephone\" \/><\/span> <\/label>\n<\/p>\n<p><label>Votre demande concerne<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"nature_demande\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"nature_demande\"><option value=\"Un achat\">Un achat<\/option><option value=\"Une location\">Une location<\/option><\/select><\/span><\/label>\n<\/p>\n<p><label> Votre message (facultatif)<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"contact-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"contact-message\"><\/textarea><\/span> <\/label>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Envoyer\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/6&#8243;][\/vc_column][vc_column width=&#8221;2\/3&#8243;][vc_video link=&#8221;https:\/\/youtu.be\/XudFOPbgyoA&#8221; align=&#8221;center&#8221;][\/vc_column][vc_column width=&#8221;1\/6&#8243;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/2&#8243;][vc_column_text]<\/p>\n<div class=\"row-container row-text-regular width-normal \">\n<div class=\"col col-text width-normal\">\n<div class=\"text \">\n<p>Nice is France&#8217;s second-largest tourist destination, attracting over 5 million tourists every year.<\/p>\n<p>With its international airport, Nice is also France&#8217;s leading convention city after Paris.<\/p>\n<p>This makes Nice a particularly attractive location for real estate investment (&#8220;pleasure&#8221; or &#8220;rental&#8221;). At the heart of the C\u00f4te d&#8217;Azur, at the foot of the sea and 45 minutes from the mountains, between Cannes and Monaco, Nice enjoys a particularly attractive geographical position. It&#8217;s also just a few kilometers from Italy, and boasts many local events, such as its famous Carnival.<\/p>\n<p>NICE is a multi-faceted city. The western part of Nice attracts residents and travelers alike for its large homes and tranquility, making it an ideal area for retirees or families in search of peace and quiet. The heart of the city (from Gambetta to Carabacel and from the train station to the sea) enjoys a strategic location at the heart of the shopping district. The port and the old town are highly sought-after by tourists for their typical architecture. The hills (Cimiez, Gairaut&#8230;) and Mont Boron offer spectacular views over the Bay of Angels, with a mix of luxury buildings and villas.Next to Nice, our Homelike Home team also searches in ANTIBES, which welcomes thousands of business travelers every year thanks to its proximity to the Sophia Antipolis technology park. CANNES is a seaside resort whose reputation extends far beyond the region. Today, Cannes is the 2nd city in France for trade shows, just behind Nice and Paris, and a city where real estate offers a wide range of possibilities (primary residence, second home, long-term rental, short-term rental&#8230;). And last but not least, MENTON, an unspoilt town on the borders of Italy, the Principality of Monaco and the County of Nice. Menton is highly sought-after by real estate investors looking for rental yields through short-term rentals.<\/p>\n<p>Homelike Home will take care of your real estate searches (purchase or rental), for individuals and professionals, in Nice-Cannes-Menton and the surrounding area. Our in-depth knowledge of the real estate market, our extensive professional network (notaries, experts, etc.) and our fluency in English make HomeLike Home the ideal partner for your real estate projects.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;44294872&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_single_image image=&#8221;44294874&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_btn title=&#8221;Tell us about your project&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; link=&#8221;url:%2Fcontactez-nous%2F&#8221;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text]Are you looking for a property in Nice? Buying an apartment or house in Nice or the surrounding area&#8230; You don&#8217;t have the time to devote to research and unnecessary visits? Then let our property hunters do the searching for you! Our property hunters in Nice put their skills and know-how at your disposal to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":44295021,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-48514393","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/48514393","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/comments?post=48514393"}],"version-history":[{"count":10,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/48514393\/revisions"}],"predecessor-version":[{"id":48520538,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/48514393\/revisions\/48520538"}],"up":[{"embeddable":true,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/44295021"}],"wp:attachment":[{"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/media?parent=48514393"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}