Multiple copies of scrapped links

Hi, I have a problem with the Web Scraper performance. The extension report has tons of multiplied links. Instead of 261 links that should be scraped, the report contains more than 16000 of multiple copies.

What could be the reason?

Thank you in advance!
Marc

@marcs

Hi, would you be able to share us with your sitemap or the targeted website?

Looking forward to your reply.

@ViestursWS
Hi, it seems I have the same problem with every site. I prepared an example on rapidgator.net.
I want to scrape four sites with six links. After the process, I should have 24 links. However the exported document is pretty messy with duplicates of scrapped links.

Please see the below the code.

{"_id":"rapid_test","startUrl":["https://rapidgator.net/folder/6247626/folder1.html","https://rapidgator.net/folder/6247628/folder2.html","https://rapidgator.net/folder/6247629/folder3.html","https://rapidgator.net/folder/6247630/folder4.html"],"selectors":[{"id":"ra1","type":"SelectorLink","parentSelectors":["_root"],"selector":"td a","multiple":true,"delay":0},{"id":"ra2","type":"SelectorLink","parentSelectors":["_root"],"selector":"td a","multiple":true,"delay":0},{"id":"ra4","type":"SelectorLink","parentSelectors":["_root"],"selector":"td a","multiple":true,"delay":0}]}