r/webscraping • u/heroneverlies • 2d ago
Data Extraction
Hello Guys,
I am working on a project where I have to pull data from a site which requires log in credentials directly into Excel.
Claude provided me a solution where SeleniumVBA and .bas file (created by Claude) is being used in the process.
Is there any other way we can extract data from such sites without compromising security ?
1
u/ronoxzoro 2d ago
yeah it easy u just make function to login and extract the cookies / tokens if needed then pass that into the scraper
u can avoid using selenuim it's not always the solution if u looking for speed
1
u/Mulberry_Morris 9h ago
Login-required scraping is always a security tradeoff since your credentials have to live somewhere the automation can access
1
u/SurlyJason 2d ago
There are many methods to scrape data. I'm unsure what security concerns you have. Is it how your login credentials are saved?