fixing immoscout url and description

This commit is contained in:
Christian Kellner
2025-05-09 11:00:35 +02:00
parent cd3631f910
commit f1effe941f
3 changed files with 3 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ yarn run test
![Architecture](/doc/architecture.jpg "Architecture")
### Immoscout
Immoscout has implemented advanced bot detection. Im actively working on bypassing these measures, but until then, selecting Immoscout as a provider will not return any results. I apologize for the inconvenience. 😉
Immoscout has implemented advanced bot detection. In order to work around this, we are using a reversed engineered version of their mobile api. For now, only real estate rentals are supported. Purchases will be supported at a later point in time.
# Analytics
Fredy is completely free (and will always remain free). However, it would be a huge help if youd allow me to collect some analytical data.

View File

@@ -72,7 +72,7 @@ async function getListings(url) {
price: price?.value,
size: size?.value,
title: item.title,
link: `${metaInformation.baseUrl}/expose/${item.id}`,
link: `${metaInformation.baseUrl}expose/${item.id}`,
address: item.address?.line,
};
});

View File

@@ -101,10 +101,7 @@ export default function ProviderMutator({ onVisibilityChanged, visible = false,
description={
<div>
<p>
Immoscout will not work at the moment due to advanced bot detection. I'm currently working on a fix.
</p>
<p>
Until a fix has been released, Immoscout won't yield any results.
Currently, Immoscout only works for real estate rentals. Purchases are not yet supported.
</p>
</div>
}