Get payment methods of e commerce websites

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!

Hi @Xhensila ,
I think it will more clear if you have example by image
regards,

Hi @Xhensila

  1. Payment method mentions may not always be in the footer, so consider searching for keywords like “payment options,” “accepted payment methods,” “checkout,” etc.
  2. Instead of searching the entire source code, focus on extracting information from key pages, such as the checkout page, payment information page, or FAQ section. These pages are more likely to contain details about accepted payment methods.

Thanks a lot, I’m thinking that in case the variable where i hold the payment methods is empty, i can try checking the source code of (website url)/faq or /checkout. I guess this will increase my %.
Any other suggestion?

Hi @Nguyen_Van_Luong1 ,
Think of this list of websites
[chanel.com]
[loccitane.com]
[sephora.fr]
[gehealthcare.fr]
[guerlain.com]
[cartier.com]
[ba-sh.com]
[celine.com]
[nisbets.fr]
[underarmour.fr]
For each website here I need to get the payment methods they offer: i.e Visa,Mastercard,Paypal etc. I want to find a solution whihc works for 85-90% of the overall websites

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.