I have a list of over 20 000 e-commerce websites and i need to get the payment methods for each. What would you recommend? The websites are very different from each other.
I tried using regex for the footer and searching the source code of the website, but the payment methods are not always listed there. I had a success rate of 50-60% but I need at least 85%.
Thanks!