Hello,
First of all, thank you for your purchase.
I checked the URL you linked and it seems that the specific site uses JavaScript to load its content (after the page is loaded in the browser of the visitor). Because of this, regular PHP scrapers cannot parse these links – because they are not visible for them.
However, the Crawlomatic plugin can be configured to scrape also this content, if it is combined with a headless browser (like Puppeteer or PhantomJS) – which needs to be installed on your server, or with HeadlessBrowserAPI (an API I created, which provides JavaScript generated content, without the need to install anything on your server).
Please check details about this in the videos below:
Puppeteer support: https://www.youtube.com/watch?v=g99IlDkt_SY
How to install Puppeteer: https://www.youtube.com/watch?v=XkVfYWRZpko
HeadlessBrowserAPI (as an alternative): https://www.youtube.com/watch?v=205EinBQAoo&list=PLEiGTaa0iBIjDrfexapWc3M28iHwJI5tT&index=2
I hope this info helps.
Regards, Szabi – CodeRevolution.