'Get the XHR url of shopee.tw search result from DevTool

I would like to crawl the product name, price from the below link in shopee

https://shopee.tw/search?filters=5&keyword=lego70689&noCorrection=true&order=asc&page=0&sortBy=price

I understand that in order to crawl shopee item, I need to request from the XHR. However, how can I get the XHR from ChromeDevTool?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source