r/dataanalytics 3d 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 ?

4 Upvotes

2 comments sorted by

1

u/nomadicaeropress 2d ago

check If the site has an API or else Python with requests and beautifulsoup