Skip to content

Conversation

Pandoril
Copy link

I had some problems with Kleinanzeigen lately, so I decided to have a look.
The rooms and apartment size weren't extracted correctly.

I've updated it, so the data is now extracted from the new string it is in.

(Also an add to the .gitignore since me and some other people I know use .venv for their virtual environments. I can remove that if you want)

@codders
Copy link

codders commented Aug 10, 2025

Hey! Thanks so much for this - this looks great. I have one comment, but besides that I'm happy to merge

'title': title_elem.text.strip(),
'price': price,
'size': size,
'size': size + "m²",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not so sure about putting the "m²" here. I would prefer the exposé just to have the raw data and add the unit in the message template. Is there a reason you want to have the unit here in the details?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants