Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 6 additions & 14 deletions places/berlin.ini
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,12 @@ location_path = a/div[2]/span:(?<=\|).*
rooms_path = a/div[2]/ul[@class='article__properties']/li[1]/span

[company:www.berlinhaus.com]
url = https://www.berlinhaus.com/suchergebnisse/?filter_search_action[]=wohnen&advanced_city=berlin&zimmeranzahl-ab=1
ad_path = .//div[@class='col-md-12 listing_wrapper']
url_path = div/h4/a/@href
title_path = div/h4/a
location_path = div/div[2]/a[1]
rooms_path = div/div[4]/div[2]

[company:www.gesobau.de]
url = https://www.gesobau.de/mieten/wohnungssuche
ad_path = .//div[@class='teaserList__item results-entry wohnungssuche']
url_path = article/div/div[2]/h3/a/@href
title_path = article/div/div[2]/h3/a
location_path = article/div/div[2]/div[1]/span
rooms_path = article/div/div[2]/div[2]/span[1]
url = https://www.berlinhaus.com/mietangebote/?frymo_query=%%7B%%22test%%22%%3A%%7B%%22marketing_type%%22%%3A%%22655%%22%%2C%%22type%%22%%3A%%22wohnung%%22%%2C%%22location%%22%%3A%%22702%%22%%7D%%7D
ad_path = .//div[@class='frymo-listing-content']
url_path = h3/a/@href
title_path = h3/a
rooms_path = div[2]/span[2]/div[1]
location_path = h3/a

[company:www.howoge.de]
url = https://www.howoge.de/?type=999&tx_howsite_json_list[action]=immoList
Expand Down