Hello,
First of all, thank you for your purchase.
In case of some websites, they block scraping their content if you don’t use a headless browser (or a real browser). If the plugin accesses their site, they detect that it is not a browser and they display the message you encountered.
To make scraping work also for these sites, the plugin supports the usage of Puppeteer (which is a headless browser, which needs to be installed on your server), please check details here: https://www.youtube.com/watch?v=kURhZ1I9bpI
Installation tutorial for Puppetteer on your server: https://www.youtube.com/watch?v=pRUDcSOe724
If you cannot install Puppeteer on your server, an alternative is the usage of HeadlessBrowserAPI, which is a cloud service where you can use Puppeteer remotely, without the need to install it on your server: https://www.youtube.com/watch?v=ZKdliG5Z-r0
Check HeadlessBrowserAPI: https://headlessbrowserapi.com/
Regards, Szabi – CodeRevolution.