orangecoding / fredy

:heart: Fredy - [F]ind [R]eal [E]states [D]amn Eas[y] - Fredy will constantly search for new listings on sites like Immoscout or Immowelt and send new results to you, so that you can focus on more important things in life ;)
http://www.orange-coding.net
MIT License
209 stars 54 forks source link

Support for meinestadt.de #74

Closed coxtor closed 1 year ago

coxtor commented 1 year ago

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)

orangecoding commented 1 year ago

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 :)