Scraping from yangkeduo - pinduoduo mobile website

Has anyone tried using the web scraper extension for yangkeduo before? I need to scrap a specific product for research, but it seems impossible to do so. I guess it has something to do with the interface of the website. Anyone has any advice on this? Thanks!

Url: https://yangkeduo.com/

Sitemap:
{id:"sitemap code"}

@inuyasha763 Hello, it appears that this website is scrapeable, however, you will have to create the selectors manually.

Example:

{"_id":"yangkeduo-com","startUrl":["https://yangkeduo.com/"],"selectors":[{"delay":0,"id":"wrapper","multiple":true,"parentSelectors":["wrapper-scroll"],"selector":"div[style=\"height: 0px;\"] + div div[data-uniqid]","type":"SelectorElement"},{"delay":0,"id":"title","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"span:nth(0)","type":"SelectorText"},{"delay":2000,"id":"wrapper-scroll","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementScroll"}]}