	<!-- <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":48515922,"date":"2022-09-06T23:40:09","date_gmt":"2022-09-06T21:40:09","guid":{"rendered":"https:\/\/www.homelikehome.com\/?page_id=48515922"},"modified":"2025-03-12T11:59:51","modified_gmt":"2025-03-12T10:59:51","slug":"property-hunter-basque-country","status":"publish","type":"page","link":"https:\/\/www.homelikehome.com\/en\/our-agencies\/property-hunter-basque-country\/","title":{"rendered":"Property Hunter BASQUE COUNTRY"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]Are you looking for real estate in the Basque Country?<\/p>\n<p>To buy, to rent? an apartment, a house, in Biarritz, Bayonne or its surroundings?<\/p>\n<p>You don&#8217;t have time to devote to this research and make unnecessary visits? So commission Homelike Home to prospect and visit for you![\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"decoration\" style=\"text-align: center;\">Our fees<\/h2>\n<p>[\/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>Purchase<\/h3>\n<p>The fees are calculated according to a decreasing rate scale depending on the price of the property. This remuneration including tax will be calculated on the price recorded by the notary (agency fees included, excluding notary fees):<\/p>\n<p>We start the search with a minimum budget of \u20ac200,000, for the purchase of the property.<\/p>\n<p>&nbsp;<\/p>\n<table class=\"table table-hover\">\n<tbody>\n<tr>\n<th><b>Decreasing scale by installments<\/b><\/th>\n<th><b>Applicable rate including tax<\/b><\/th>\n<\/tr>\n<tr>\n<td>From 0 \u20ac to 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.00 %<\/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<\/tbody>\n<\/table>\n<\/div>\n<p>&nbsp;<\/p>\n<p><strong><u>Example :<\/u><\/strong><\/p>\n<p><b>For a property acquired at 875,000 Euros, agency fees included, the remuneration including tax Homelike Home will be:<\/b><\/p>\n<p>600 000 \u20ac x 2,90% = 17 400 \u20ac<br \/>\n(875 000 \u2013 600 000 \u20ac) x 2.65% = 7 287 \u20ac<\/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 of the price of the property.<\/b><\/p>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][vc_column_text][\/vc_column_text][vc_column_text]<\/p>\n<h3>For rent<\/h3>\n<p>The search fees amount to one month&#8217;s rent excluding tax for the property selected (remuneration including tax), with a minimum set at 2,000 euros including tax.<\/p>\n<h3>Turnkey rental investment<\/h3>\n<p>We carry out rental investment research in Biarritz, Bayonne and its surrounding areas.<a href=\"https:\/\/www.homelikehome.com\/en\/investissement-locatif\/\">Visit our d\u00e9dicated page<\/a>.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column]\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f44294961-o1\" lang=\"fr-FR\" dir=\"ltr\" data-wpcf7-id=\"44294961\">\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\/48515922#wpcf7-f44294961-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=\"44294961\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"fr_FR\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f44294961-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\/2&#8243;][vc_single_image image=&#8221;44294957&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text]<\/p>\n<h3 class=\"contact-name\" style=\"text-align: center;\">Christine Pelosse<\/h3>\n<div class=\"contact-phone\" style=\"text-align: center;\"><a href=\"tel:+33 (0)6 60 48 02 29\">+33 (0)6 60 48 02 29<\/a><\/div>\n<div class=\"contact-email\" style=\"text-align: center;\"><a href=\"mailto:christine@homelikehome.com\">christine@homelikehome.com<\/a><\/div>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;44294959&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1713273066057{margin-top: 50px !important;}&#8221;][vc_column width=&#8221;2\/3&#8243;][vc_column_text]Located 1 hour by plane from Paris, with a very accessible airport, and just over 4 hours from Paris by TGV, Biarritz, and especially the Basque Country in general, is attracting more and more people from the Ile-de-France region.[\/vc_column_text][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>Recognized for its heritage, its cultural richness and, more generally, thanks to the unique living environment it offers, the Basque Country has become an essential destination in France. Between tourist influxes in the summer season and changes in desires following the various confinements, the real estate market on the Basque Coast has become as complex as it is frightening. Demand is exploding, prices are soaring and the \u201cLocals\u201d are trying, as best they can, to find what they\u2019re looking for.<\/p>\n<p>In total, the French Basque Country has 159 municipalities for 310,000 inhabitants with 5 coastal municipalities (Bayonne, Biarritz, Anglet, Saint-Jean-de-Luz and Hendaye) which bring together 45% of the inhabitants.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;44294947&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_single_image image=&#8221;44294945&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1713273088150{margin-top: 50px !important;}&#8221;][vc_column width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;44294949&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][vc_column width=&#8221;2\/3&#8243;][vc_column_text]Real estate is on the rise in the Basque Country, which is renowned for its green landscapes and its lilting accent which takes us to the Spanish border, with Bilbao. But watch out for soaring prices with an increase, on average, of <b>+35% of m2 in 5 years<\/b>\u2026<\/p>\n<p><b>Prices per m2 are soaring, driven by the market for second homes and new arrivals.<\/b><\/p>\n<p>For <b>an apartment in Biarritz<\/b>,<b> you need to count on \u20ac8,148\/m2<\/b>and certain neighborhoods like Beau Rivage are close to \u20ac10,000\/m2, an increase of +14% over 1 year and +59% over 5 years!<\/p>\n<p>For <b>a house in Biarritz<\/b>, <b>you will have to pay \u20ac6,833\/m2<\/b> (median price), up +12% over 1 year and +53% over 5 years.<\/p>\n<p>In terms of rent, the price per m2 in Biarritz is \u20ac19\/m2, an increase of +8% over 1 year.<\/p>\n<p>In <b>Gu\u00e9thary<\/b>, the price per m2 reached \u20ac8,077, an increase of +7% over 1 year and +72% over 5 years! Gu\u00e9thary, which is perched on the cliffs overlooking the Bay of Biscay, welcomes many personalities from the world of showbiz every summer. This village of<b> The Basque Coast<\/b> was successively a whaling port, a fishing port and then an internationally renowned surfing spot. The center of<b>village<\/b> is definitely worth a look, especially for its beautiful typical houses.<\/p>\n<p>In <b>Saint Jean de Luz<\/b>, per m2 reaches \u20ac6,400, and certain neighborhoods approach \u20ac8,000\/m2. Thanks to its mountains, its beaches and its ancient buildings, the Luzienne city is one of the most popular destinations in France. Its monuments and buildings such as the Maison Louis XIV and the Saint-Jean-Baptiste church make it one of the attractions of this region.<\/p>\n<p>In <b>Anglet<\/b>, count on \u20ac5,609\/m\u00b2, an increase of +11% over 1 year, but certain districts such as Chiberta, on the coast, reach more than \u20ac8,000\/m\u00b2!<\/p>\n<p>In <b>Send<\/b>, we note a median price per m2 of \u20ac6,553, an increase of +12% over 1 year.<\/p>\n<p>In <b>Bayonne<\/b>, the price per m2 is less than 4000 \u20ac\/m\u00b2 and the same thing for Hendaye.[\/vc_column_text][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1713273098840{margin-top: 50px !important;}&#8221;][vc_column][vc_single_image image=&#8221;44294951&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text]<strong><b>A DYNAMIC REAL ESTATE MARKET<\/b> :<br \/>\n<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>The Pyr\u00e9n\u00e9es-Atlantiques real estate market is dynamic, with 7% more buyers than sellers. A percentage which increases as we get closer to the most famous cities, because working remotely facing the sea, surfing at lunchtime, and drinking an aperitif while eating tapas, makes many buyers dream![\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;2\/3&#8243;][vc_column_text]To accommodate the annual arrival of nearly 3,000 people, the accommodation offer is obviously insufficient. The department is experiencing strong demographic growth, which implies a strong demand for real estate.<b>According to INSEE, the region could register 22,500 new inhabitants by 2040, due to its attractiveness and the numerous economic activities carried out there.<\/b>.<\/p>\n<p>The pressure is now also spreading to the peripheral belt and inland, a new Eldorado for these buyers tempted to go green following the Covid-19 lockdowns.<\/p>\n<p>For example at <b>Espelette<\/b>, the price per m2 is \u20ac2,600. The village of Espelette is often considered the most beautiful village in the Basque Country. Hanging on the facades of the houses, the famous village pepper adds to the authenticity of the place.<\/p>\n<p>The village of <b>Saint-Jean-Pied-de-Port<\/b> takes its name from its position at the foot of the Pyrenean passes (the ports). On the way to Santiago de Compostela, the city is home to a superb building, the Porte Saint-Jacques, classified as a world heritage site.<\/p>\n<p><b>The Basque Country is in good economic health, driven by the attractiveness linked to surfing and its numerous spots on the beaches of the Atlantic Ocean.<\/b><\/p>\n<p><b>In the Basque Country<\/b>, everyone knows the essentials<b>Bayonne Festivals<\/b> taking place at the end of July, all in red and white,<b>leaning on bar counters for the occasion<\/b>. <b>But do you know the typical houses of the Basque Country?<\/b> ? These Beautiful<b> white and red houses in Colombage that<\/b> we see at the bend of each road, these houses which bring to the Basque Country this character<b> and this very particular authenticity<\/b>\u2026[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;44294953&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1713273114089{margin-top: 50px !important;}&#8221;][vc_column][vc_single_image image=&#8221;44294955&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_btn title=&#8221;D\u00e9crire mon projet&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; link=&#8221;url:%2Fcontactez-nous%2F&#8221;][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text]Are you looking for real estate in the Basque Country? To buy, to rent? an apartment, a house, in Biarritz, Bayonne or its surroundings? You don&#8217;t have time to devote to this research and make unnecessary visits? So commission Homelike Home to prospect and visit for you![\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] Our fees [\/vc_column_text][vc_column_text] Purchase The fees are calculated [&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-48515922","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/48515922","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=48515922"}],"version-history":[{"count":7,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/48515922\/revisions"}],"predecessor-version":[{"id":48517906,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/48515922\/revisions\/48517906"}],"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=48515922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}