How can i scraping it?

Hello, I searched a lot but couldn't find it. How well does web scraper know xpath. I want to scrape according to the structure below but I can't get this div in any way. How can I do it?

(too many rows may have been added)
(I need to get this div)
(Fixed div this div. I want to find the parent children col-md-8 from this div and find the last div inside col-md-8 but I couldn't.

Hi, something is missing here.

What is missing? Let me inform you accordingly.

Can you please provide your sitemap?

Sorry for my late reply. My client did not allow me to share the sitemap. I guess we cannot use xpath parameters in the web scraper extension.Sorry for my late reply. My client did not allow me to share the sitemap. I guess we cannot use xpath parameters in the web scraper extension.
last-child, before-child xpath parameter

Have you tried something like:

.col-md-8 > div:last

Thanks for all, I will try it