Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Anonymous
Not applicable

Web scrap

 

Hi All,
and @v_lid_msft 

I'm trying to scrap data from flat renting/selling website
Bellow is the total list of all features and HTML "data-name" that flat can have in that web site

Features                           data-name
"Балкон остеклен"           flat.balcony_g
"Дверь"                            flat.door
"Телефон"                        flat.phone

"Интернет"                       inet.type
"Парковка"                      flat.parking
"Мебель"                          live.furniture
"Пол"                                flat.flooring
"Потолки"                        ceiling
"Безопасность"                flat.security
"В прив. Общежитии"     flat.priv_dorm
"Разное"                           flat_options

But ad can contain less features, example is below. 

image.png

https://krisha.kz/a/show/54195634

= Html.Table(Source, {{"Tel", "DL:nth-child(1) > DD"}, {"Парковка", "DL:nth-child(2) > DD"}, {"Без", "DL:nth-child(3) > DD"}}, [RowSelector="DL:nth-child(1) > DD"])

But the thing is, if in the next ad another owner added "flat.balcony_g" or "flat.door" feature/s then everything will be filled one by one, it is not right. Example how it is and how it should be below:image.png
I tried to excess to the right data and stick data by doing following:
= Html.Table(Source, {{"Tel", ".offer__parameters >dl> [data-name=""flat.phone""]"}}, [RowSelector=".offer__advert-title"])

But I can get only "Телефон", and cant find solution to access to "отдельный"

Please help with this

 

0 REPLIES 0

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.