	<!-- <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":48514387,"date":"2022-09-04T18:27:33","date_gmt":"2022-09-04T16:27:33","guid":{"rendered":"https:\/\/www.homelikehome.com\/?page_id=48514387"},"modified":"2026-04-13T20:55:58","modified_gmt":"2026-04-13T18:55:58","slug":"property-hunters-in-grand-paris","status":"publish","type":"page","link":"https:\/\/www.homelikehome.com\/en\/our-agencies\/property-hunters-in-grand-paris\/","title":{"rendered":"Property Finder for Paris Suburbs"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]Looking for a property in \u201cGrand Paris\u201d? Buying an apartment or house in the inner suburbs?<\/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![\/vc_column_text][vc_column_text]<\/p>\n<h2 class=\"decoration\" style=\"text-align: center;\">Our fees for Real Estate hunt in Paris<\/h2>\n<p>[\/vc_column_text][vc_column_text]<strong><b>We carry out purchase and rental research, for individuals and professionals, in Paris suburbs.<\/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 Paris suburbs 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 Versailles, 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\/2&#8243;][vc_column_text]<\/p>\n<h2 class=\"decoration\" style=\"text-align: center;\">Our Grand Paris team<\/h2>\n<p>[\/vc_column_text][vc_single_image image=&#8221;44294813&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;]\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f44294822-o1\" lang=\"fr-FR\" dir=\"ltr\" data-wpcf7-id=\"44294822\">\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\/48514387#wpcf7-f44294822-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=\"44294822\" \/><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-f44294822-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 css=&#8221;.vc_custom_1741777526654{margin-top: 60px !important;}&#8221;][vc_column][vc_column_text css=&#8221;&#8221;]Our property hunters in the Paris region will put their skills and know-how at your disposal to help you find the property of your dreams on the outskirts of Paris.<\/p>\n<p>The Grand Paris Express project is one of the answers to the pressure on the supply of housing in Paris, where prices continue to soar, but also to the growing desire for well-being and green space, probably reinforced by the Coronavirus crisis we&#8217;ve been through.<\/p>\n<p>A desire for space, for a house, a garden, an apartment with terrace&#8230; The vocation of Grand Paris is to design the sustainable, inventive and inclusive city of tomorrow. It will make the Paris region an even more attractive metropolis for the 21st century.<\/p>\n<p>Grand Paris is also an opportunity to develop &#8220;housing&#8221;. Rising rents and property prices are preventing a growing number of households from finding housing. So we need to build more, in the right places and at prices that suit people&#8217;s budgets, with a target of 70,000 new homes a year.[\/vc_column_text][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css=&#8221;&#8221;]<\/p>\n<h3 class=\"contact-name\" style=\"text-align: center;\">Karen Hallez (Grand paris ouest)<\/h3>\n<p>[\/vc_column_text][vc_single_image image=&#8221;48522139&#8243; img_size=&#8221;medium&#8221; alignment=&#8221;center&#8221; css=&#8221;&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css=&#8221;&#8221;]<\/p>\n<h3 class=\"contact-name\" style=\"text-align: center;\">Emilie Vergne (Grand Paris Est)<\/h3>\n<p>[\/vc_column_text][vc_single_image image=&#8221;48513124&#8243; img_size=&#8221;medium&#8221; alignment=&#8221;center&#8221; css=&#8221;&#8221;][\/vc_column_inner][\/vc_row_inner][vc_column_text css=&#8221;&#8221;]<\/p>\n<p style=\"text-align: center;\"><a href=\"mailto:info@homelikehome.com\">info@homelikehome.com<\/a><\/p>\n<p>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1776106421505{margin-top: 80px !important;}&#8221;]So where should you look? Which cities to invest in? Which cities will be the most valuable?<\/p>\n<p>Focus on towns where there are plans to build train stations by 2024, when the Olympic Games are scheduled to be held, and stay close to these future stations. Identify communities with good prospects in terms of mobility and job creation, and therefore housing needs. These include Saint-Denis, Saint-Ouen, Villejuif, Le Bourget, Villiers-sur-Marne, Bagneux, Aubervilliers, Champigny, Clamart\u2026. but also Orsay, Massy Palaiseau and Saclay.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;2\/3&#8243;][vc_column_text]<\/p>\n<div class=\"col col-text\">\n<div class=\"text \">\n<p>The towns near the capital offer very different atmospheres, depending on whether you&#8217;re looking for an urban or a provincial setting.<\/p>\n<p>For example, the Val de Marne, located south-east of Paris in the inner suburbs (Bry sur Marne, Joinville le Pont, Charenton, Villiers sur Marne, Fontenay sous Bois&#8230;), offers all the qualities of a great place to live. Its proximity to the airports of the Paris region, its wealth of schools and universities, its green spaces (Bois de Vincennes) and its economic dynamism make it a department where future homebuyers come to seek provincial life and the calm of the countryside, while remaining close to the capital.<\/p>\n<p>\u201cParis suburbs\u201d in the south-west, with towns such as Montrouge, Malakoff, Ch\u00e2tillon, Vanves, Issy-les-Moulineaux, Meudon, S\u00e8vres, Clamart, Le Plessis-Robinson, Antony, Sceaux, Bourg-la-Reine, Fontenay-aux-Roses, Cachan&#8230;offering a provincial quality of life with many houses with gardens and even swimming pools!<\/p>\n<p>\u201cParis suburbs\u201d in the north-west, with towns like Nanterre, Rueil Malmaison, Chatou, Suresnes, Courbevoie, Asni\u00e8res, Colombes, Le V\u00e9sinet, Saint-Germain en Laye and Versailles, is very popular with families thanks to its dynamic and innovative town halls. You can live in the peace and quiet of a house in a residential neighborhood or an apartment in the heart of a city with a wealth of shops.<\/p>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;44294809&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]Le &#8220;Grand Paris&#8221; Paris suburbs is an urban, social and economic project, based on the creation of a new public transport network: the Grand Paris Express. More than 2 million passengers will use this new network every day, with the construction of 200 kilometers of automatic metro and 68 stations around the capital to link the region&#8217;s territories. By 2030, 4 new automatic metro lines around Paris (lines 15, 16, 17 and 18) will be accessible to the people of Ile-de-France!<\/p>\n<p>With the Grand Paris Express project, the attractiveness of the new stations will have an impact on the real estate market.<\/p>\n<p>Entrust your search to us, and our Grand Paris team will search, visit and find your future property.[\/vc_column_text][vc_btn title=&#8221;Tell us about your project&#8221; link=&#8221;url:%2Fcontactez-nous%2F&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221;][vc_column][vc_single_image image=&#8221;44294811&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text]Looking for a property in \u201cGrand Paris\u201d? Buying an apartment or house in the inner suburbs? You don&#8217;t have the time to devote to research and unnecessary visits? Then let our property hunters do the searching for you![\/vc_column_text][vc_column_text] Our fees for Real Estate hunt in Paris [\/vc_column_text][vc_column_text]We carry out purchase and rental research, for individuals [&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-48514387","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/48514387","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=48514387"}],"version-history":[{"count":20,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/48514387\/revisions"}],"predecessor-version":[{"id":48522228,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/48514387\/revisions\/48522228"}],"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=48514387"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}