Hi Folks,
I am trying to build a solution where I input an e-commerce product URL
and automatically get all the competitors for that product. If you could provide any direction concerning it. It will be beneficial.

  • saintshing@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    First of all, do you already have the data? Scraping and maintaining an updated product list is an entirely separate task and it is not easy.

    If you have already scrapped the data, what data do you have? Just title, or you have the description, brand, model number, images? There was a kaggle competition on matching two products on Shopee for price match guarantee(based on titles and images). You can look at some of the winning solutions.

    https://www.kaggle.com/competitions/shopee-product-matching

    I looked at your post history. You are tring to sell your price monitoring tool but it seems like you dont have a working prototype based on this question?

    • Used-Preparation-921@alien.topOPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      Hi,
      thanks for sharing the Kaggle link will look into it. Yes, I have built a Price Monitoring tool and it is live as well. But currently, the user needs to add the URLs manually or provide the same to us in excel/csv format. I asked this question because I want to automate this process.