46 lines
4.0 KiB
Python
46 lines
4.0 KiB
Python
# Von Midea offiziell empfohlene Händler (aus midea.com Quelltext, leftRetailerList) +
|
|
# bewährte Baumarkt-URLs. Server-gerenderte Seiten sind scrapebar; JS/Akamai-Shops
|
|
# (Amazon/expert/Euronics/Otto) liefern ggf. nichts -> dann via API/Proxy.
|
|
PS='midea-portasplit-12000'; PSC='midea-portasplit-cool-8000'; DL='delonghi-pac-ex105'; CB='fischer-climabutler-2'
|
|
SOURCES = [
|
|
# --- offiziell von Midea empfohlen ---
|
|
{"chain":"OBI","kind":"baumarkt","productId":PS,"name":"Midea PortaSplit 12.000 BTU","official":True,
|
|
"url":"https://www.obi.de/p/8620890/midea-mobile-split-klimaanlage-portasplit"},
|
|
{"chain":"Bauhaus","kind":"baumarkt","productId":PS,"name":"Midea PortaSplit 12.000 BTU","official":True,
|
|
"url":"https://www.bauhaus.info/klimaanlagen/midea-klimasplitgeraet-portasplit-12000-btu/p/31934233"},
|
|
{"chain":"Prosatech","kind":"fachhandel","productId":PS,"name":"Midea PortaSplit 3,5 kW","official":True,
|
|
"url":"https://prosatech.de/Mobile-Klimaanlage-Midea-PortaSplit-35kw"},
|
|
{"chain":"expert","kind":"elektro","productId":PS,"name":"Midea PortaSplit","official":True,
|
|
"url":"https://www.expert.de/shop/unsere-produkte/haushalt-kuche/wohnklima/klimagerate/32750011559-portasplit-mobile-split-klimaanlage.html"},
|
|
{"chain":"Euronics","kind":"elektro","productId":PS,"name":"Midea PortaSplit","official":True,
|
|
"url":"https://www.euronics.de/haus-und-haushalt/heizen-lueften-kuehlen/kuehlen/split-klimageraete/porta-split-split-klimageraet-a-4065327878899"},
|
|
{"chain":"Otto","kind":"online","productId":PS,"name":"Midea PortaSplit","official":True,
|
|
"url":"https://www.otto.de/p/midea-klimageraet-portasplit-hot-air-stop-6-m-silent-modus-eek-aplusplus-S07BJ0V8/"},
|
|
{"chain":"Amazon","kind":"online","productId":PS,"name":"Midea PortaSplit","official":True,
|
|
"url":"https://www.amazon.de/Midea-Klimaanlage-Entfeuchten-Ventilieren-Silent-Modus/dp/B0D3PP64JS"},
|
|
# --- weitere Baumärkte (bewährt, server-rendered) ---
|
|
{"chain":"toom","kind":"baumarkt","productId":PS,"name":"Midea PortaSplit 12.000 BTU",
|
|
"url":"https://toom.de/p/mobiles-klimageraet-portasplit-12000-btuh/9350668"},
|
|
{"chain":"toom","kind":"baumarkt","productId":PSC,"name":"Midea PortaSplit Cool 8.000 BTU",
|
|
"url":"https://toom.de/p/split-klimaanlage-portasplit-cool-8000btuh/10515238"},
|
|
{"chain":"Hornbach","kind":"baumarkt","productId":PS,"name":"Midea PortaSplit 12.000 BTU",
|
|
"url":"https://www.hornbach.de/p/klimasplitgeraet-midea-portasplit-12-000-btu-105-m-weiss/12356554/"},
|
|
{"chain":"OBI","kind":"baumarkt","productId":DL,"name":"De'Longhi PAC EX105",
|
|
"url":"https://www.obi.de/p/2892115/delonghi-mobiles-klimageraet-dl-pac-ex105-r290-eek-a-"},
|
|
{"chain":"Hornbach","kind":"baumarkt","productId":DL,"name":"De'Longhi Pinguino PAC EX105",
|
|
"url":"https://www.hornbach.de/p/klimageraet-delonghi-pinguino-pac-ex105-100-m-350-m-h-weiss/12721730/"},
|
|
# --- breitere Modell-Abdeckung (verifizierte, server-gerenderte Produktseiten) ---
|
|
{"chain":"toom","kind":"baumarkt","productId":"comfee-mobile-12000","name":"Comfee Mobile 12000",
|
|
"url":"https://toom.de/p/mobiles-klimageraet-mobile-12000-12000-btuh/9350652"},
|
|
{"chain":"toom","kind":"baumarkt","productId":"comfee-pac-12000","name":"Comfee PAC 12000",
|
|
"url":"https://toom.de/p/mobiles-klimageraet-pac-12000-12000-btuh/9350584"},
|
|
{"chain":"OBI","kind":"baumarkt","productId":"suntec-progress-12000","name":"Suntec Progress 12.000",
|
|
"url":"https://www.obi.de/p/3625753/suntec-klimaanlage-progress-12-000-schwarz-eek-a"},
|
|
# --- Alternative (Prosatech empfiehlt diese ähnlich zur PortaSplit) ---
|
|
{"chain":"Prosatech","kind":"fachhandel","productId":CB,"name":"Fischer ClimaButler 2 3,5 kW","official":True,
|
|
"url":"https://prosatech.de/Mobile-Klimaanlage-ClimaButler-2-35-kW"},
|
|
# Ausland (Hornbach international, gleiche Plattform):
|
|
{"chain":"Hornbach","cc":"CH","kind":"baumarkt","productId":PS,"name":"Midea PortaSplit (CH)",
|
|
"url":"https://www.hornbach.ch/de/p/mobile-split-klimaanlage-midea-portasplit-ch-12000-btu-42m-weiss/12613899/"},
|
|
]
|