Python Forum

Full Version: How to retrieve data from site
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear all,

I would like to retrieve data from a site in following format.

Column 1, column 2, column 3, column 4
date, second name, first name, attachment

I would like to retrieve them into the excel in 4 column.

col 1 to 3 can copy and paste, but the attachment is a hyperlink which should copy the link and then paste.

May I use Python to finish this duplicated work

Thank you.
Yes, it's possible. But depending on site it may require different tools
for start check https://python-forum.io/Thread-Web-Scraping-part-1

in any case to help you more we will need to know more about the particular site
buran, thanks for reply.
let me try it Wink