Hello,
First of all, thank you for your purchase.
The websites you linked are using JavaScript to dynamically load their content, after the user loaded the page in the browser. This dynamic content is not visible to conventional scrapers, because they are not returned in the HTML response of the page, but are added to it afterwards, dynamically, using JavaScript.
The good news is that the plugin can scrape content also from these pages, if you combine it with a headless browser, like puppeteer or phantomjs (installed on your server) or HeadlessBrowserAPI (which is a service I implemented to handle dynamic content parsing, without the need to have headless browsers installed on your server).
Please check these tutorial videos for details on this:
Puppeteer example: https://www.youtube.com/watch?v=g99IlDkt_SY
HeadlessBrowserAPI example: https://www.youtube.com/watch?v=205EinBQAoo&list=PLEiGTaa0iBIjDrfexapWc3M28iHwJI5tT&index=2
OnlyFans example: https://www.youtube.com/watch?v=TXAdvsVCuy8
I hope this info helped.
Regards,
Szabi – CodeRevolution.