	<!-- <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":48514389,"date":"2022-09-04T18:39:22","date_gmt":"2022-09-04T16:39:22","guid":{"rendered":"https:\/\/www.homelikehome.com\/?page_id=48514389"},"modified":"2025-03-12T12:27:10","modified_gmt":"2025-03-12T11:27:10","slug":"chasseur-immobilier-a-lille","status":"publish","type":"page","link":"https:\/\/www.homelikehome.com\/en\/our-agencies\/chasseur-immobilier-a-lille\/","title":{"rendered":"Property hunter in Lille"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"decoration\" style=\"text-align: center;\">Nos honoraires<\/h2>\n<p>[\/vc_column_text][vc_column_text]<strong><b>We carry out purchase and rental research, for individuals and professionals, in Lille and its region.<\/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 Lille 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 \u20ac in Lille, 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<div class=\"row-container row-text-regular width-thin \">\n<div class=\"col col-text width-thin\">\n<div class=\"text \">\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.<\/p>\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-f44294833-o1\" lang=\"fr-FR\" dir=\"ltr\" data-wpcf7-id=\"44294833\">\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\/48514389#wpcf7-f44294833-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=\"44294833\" \/><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-f44294833-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][vc_column_text]<\/p>\n<h2 class=\"decoration\" style=\"text-align: center;\">Our Lille team<\/h2>\n<p>[\/vc_column_text][vc_row_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;44294831&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text]<\/p>\n<h3 class=\"contact-name\" style=\"text-align: center;\">Clarisse GALVAO<\/h3>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;2\/3&#8243;][vc_column_text]Lilloise d\u2019origine, n\u00e9e au sein d\u2019une famille d\u2019entrepreneur, Clarisse a baign\u00e9 depuis son plus jeune \u00e2ge dans le milieu de la construction et de l\u2019immobilier. De formation \u00ab agenceur d\u2019espace \u00bb, elle a travaill\u00e9 pendant 15 ans pour une client\u00e8le priv\u00e9e sp\u00e9cialis\u00e9e dans le secteur bancaire et retail sur des projets de r\u00e9habilitation cl\u00e9 en main.<\/p>\n<p>Apr\u00e8s avoir pris connaissance de vos souhaits, Clarisse vous accompagne dans la recherche d\u2019un bien immobilier et vous conseille tout au long de votre projet d\u2019am\u00e9nagement.<\/p>\n<p>Envie de changer de r\u00e9sidence principale ou d\u2019investir dans une r\u00e9sidence secondaire, en recherche d\u2019un investissement locatif, n\u2019h\u00e9sitez pas \u00e0 lui confier votre future acquisition \u00e0 Lille et ses environs .<\/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_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]Lille, capital of Flanders<\/p>\n<p>Lille, famous for its Grand&#8217;Place, its gastronomy, its student life and its legendary annual braderie, is also very attractive thanks to its strategic location.<\/p>\n<p>Situated 1 h from Paris by TGV, close to the Belgian border, Lille today attracts many tourists, but above all Parisian executives, investors, entrepreneurs and students.<\/p>\n<p>The city&#8217;s geographical location and its digital excellence and innovation cluster, Euratechnologie (145 companies), also make Lille a veritable hub for new technologies.<\/p>\n<p>Renowned as a cultural center and lively university town, &#8220;Vieux Lille&#8221; is characterized by its 17th-century red-brick houses, cobbled pedestrian streets and central &#8220;Grand&#8217;Place&#8221;.<\/p>\n<p>Lille is a very dynamic city, which received the &#8220;French Tech Capital&#8221; label in April 2019 and becomes World Design Capital in 2020.[\/vc_column_text][vc_single_image image=&#8221;44294825&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text]The Lille European Metropolis (MEL) currently brings together 95 municipalities and over 1.5 million inhabitants in an area that is both urban and rural, with a number of large cities (4 municipalities have more than 65,000 inhabitants: Lille, Roubaix, Tourcoing and Villeneuve Ascq): Lille, Roubaix, Tourcoing and Villeneuve d&#8217;Ascq).<\/p>\n<p>This historic city was built up in mosaic-like neighborhoods, bringing together neighboring towns. Each district is characterized by its architectural, cultural and historical wealth, as well as its dynamism.<\/p>\n<p>The hyper-centre (the historic heart of the city), &#8220;Vieux-Lille&#8221; and the Vauban-Esquermes district (Pr\u00e9pa, grandes \u00e9coles and university campuses) are today&#8217;s most sought-after districts.<\/p>\n<p>Lille&#8217;s cross-border location with Belgium, its proximity to major European capitals and the size of its metropolitan area offer excellent investment opportunities and a pleasant living environment. Property prices in Lille are rising steadily, with an average price of \u20ac3,145\/M2 for an apartment and \u20ac2,575\/M2 for a house.<\/p>\n<p>Prices vary considerably from one neighborhood to another. For example, between the Bois Blancs and Vauban districts, they range from \u20ac2,884 to \u20ac3,418.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;44294827&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][vc_column width=&#8221;2\/3&#8243;][vc_column_text]Lille has 120,000 students and is the 4th largest metropolitan area after Paris, Lyon and Marseille.<\/p>\n<p>HomeLike Home is the ideal partner to accompany you in your real estate projects, enabling you to acquire in the best conditions a property that corresponds to your personal or investment needs. Homelike Home will take care of all your real estate needs, whether you&#8217;re an individual or a professional looking to buy or rent in Lille and the surrounding area.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][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_row][vc_row][vc_column width=&#8221;1\/6&#8243;][\/vc_column][vc_column width=&#8221;2\/3&#8243;][vc_single_image image=&#8221;44294829&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][vc_column width=&#8221;1\/6&#8243;][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text] Nos honoraires [\/vc_column_text][vc_column_text]We carry out purchase and rental research, for individuals and professionals, in Lille and its region. Purchase : If the property is listed by a real estate agency, other intermediary or direct from the seller, the commission fees remain the same. The fees are calculated according to a decreasing rate scale per [&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-48514389","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/48514389","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=48514389"}],"version-history":[{"count":6,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/48514389\/revisions"}],"predecessor-version":[{"id":48517914,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/48514389\/revisions\/48517914"}],"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=48514389"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}