orangecoding/fredy

Support for meinestadt.de

coxtor opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
Hi, thanks for this awesome project - hopefully we will find a nice flat in future...
How about adding support for:

https://www.meinestadt.de/frankfurt-am-main/immobilien/wohnungen

They have nice listings.

Additional context

Con: The site uses post requests to process querys.
Pro: We have a nice parsable xhr object in Json to parse (dev-console in browser)

Hi.

Unfortunately, the way how Fredy works is by using url params in order to tell the target what to search for (and what sort direction etc). MeineStadt does not support this (which is an absolute nogo if you ask me, because you leave out basically every person with disabilities who disabled javascript, as well as you serve an extremly bad ux. Just select some filters click on search and then refresh the page, everything goes back to the default)

So for now, I cannot integrate them. Maybe in the future, I will add different kinds of scraper-provider based on xhr, but for now, only to support MeineStadt, I don't have the capacity, sorry :)