Hello,
First of all, thank you for your purchase.
I checked and the site you are trying to scrape is loading its content dynamically, using JavaScript. Because of this, it needs a headless browser to process the page content, before the plugin can scrape the site.
So, to make it work, you will need to install a headless browser on your site, like Puppeteer. Please check details on how to set this up, in the videos below:
https://www.youtube.com/watch?v=XkVfYWRZpko
https://www.youtube.com/watch?v=g99IlDkt_SY
If you do not have access to installing this browser to your sever, you can also use HeadlessBrowserAPI, which is a cloud service which emulates headless browsers. Please check details below:
https://www.youtube.com/watch?v=205EinBQAoo&list=PLEiGTaa0iBIjDrfexapWc3M28iHwJI5tT&index=2
Afterwards, you can use the below example plugin config to scrape this specific site:
Content Scraping Method To Use: Puppeteer
Do Not Scrape Seed URL: checked
Seed Page Crawling Query Type: Class
Seed Page Crawling Query String: card-information__text h5
Content Query Type: ClassContent Query String: ishi-tab-content
Regards, Szabi – CodeRevolution.