Hello,
First of all, thank you for your purchase.
To make the plugin scrape all products from a single run, you have to increase the max_execution_time variable on your server, to a value greater than the current one, which seems to limit execution to 2 hours.
To make this change, you have to edit your php.ini file on your server, as shown here: https://code.tutsplus.com/tutorials/how-to-increase-max_execution_time-in-php–cms-37017 – you should increase its value to 18000 or greater (5 hours in seconds).
If you don’t know how to make this change or you don’t have access to this file, please contact your hosting provider for help.
Also, to scrape products more efficiently, I recommend you use a sitemap scraping, following the settings I also used on my test site, shown below (the settings will guide you also to scrape the featured image correctly):
Scraper Start (Seed) URL / Keywords
https://fontarocca.ch/product-sitemap.xml
Do Not Scrape Seed URL:
checked
Seed Page Crawling Query Type:
Sitemap
Seed Page Crawling Query String:
https://fontarocca.ch/produkte/
Featured Image Query Type:
Class
Featured Image Query String:
wp-post-image
Regards, Szabi – CodeRevolution.