Data Extraction Issue #26
Unanswered
gagankhetwani
asked this question in
Q&A
Replies: 1 comment
-
|
Dear @gagankhetwani , Could you be a bit more specific with your problem. Here is an example from https://www.wg-gesucht.de/wg-zimmer-in-Berlin-Steglitz.4690141.html, where you can find the following element that includes the price: <div class="section_footer_dark">
<div class="row">
<div class="col-xs-12">
<div class="col-xs-6 text-center">
<span class="key_fact_detail">
Zimmergröße
</span>
<span class="hidden-xs">:</span>
<br class="hidden-sm hidden-md hidden-lg">
<b class="key_fact_value">
18m²
</b>
</div>
<div class="col-xs-6 text-center">
<span class="key_fact_detail">Gesamtmiete</span>
<span class="hidden-xs">:</span>
<br class="hidden-sm hidden-md hidden-lg">
<b class="key_fact_value">
280€
</b>
</div>
</div>
</div>
</div>BeautifulSoup would allow you to extract the information that you are looking for. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am not able to extract price/rent and description data from wg gesucht. There is some issue with the price/rent and description element. I did inspect the HTML structure of the page. But I cannot find the price/rent and description element in that. Can someone please help me to resolve this?
Beta Was this translation helpful? Give feedback.
All reactions