mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
fixing immoscout url and description
This commit is contained in:
@@ -82,7 +82,7 @@ yarn run test
|
|||||||

|

|
||||||
|
|
||||||
### Immoscout
|
### Immoscout
|
||||||
Immoscout has implemented advanced bot detection. I’m 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
|
# Analytics
|
||||||
Fredy is completely free (and will always remain free). However, it would be a huge help if you’d allow me to collect some analytical data.
|
Fredy is completely free (and will always remain free). However, it would be a huge help if you’d allow me to collect some analytical data.
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ async function getListings(url) {
|
|||||||
price: price?.value,
|
price: price?.value,
|
||||||
size: size?.value,
|
size: size?.value,
|
||||||
title: item.title,
|
title: item.title,
|
||||||
link: `${metaInformation.baseUrl}/expose/${item.id}`,
|
link: `${metaInformation.baseUrl}expose/${item.id}`,
|
||||||
address: item.address?.line,
|
address: item.address?.line,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -101,10 +101,7 @@ export default function ProviderMutator({ onVisibilityChanged, visible = false,
|
|||||||
description={
|
description={
|
||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
Immoscout will not work at the moment due to advanced bot detection. I'm currently working on a fix.
|
Currently, Immoscout only works for real estate rentals. Purchases are not yet supported.
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Until a fix has been released, Immoscout won't yield any results.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user