Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to retrieve data from site
#1
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.
Reply
#2
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
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
buran, thanks for reply.
let me try it Wink
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to scraping data from dinamic site sergio21124444 2 694 Nov-08-2023, 12:43 PM
Last Post: sergio21124444
  Retrieve data from ajax pthon3 0 1,203 May-29-2022, 10:32 PM
Last Post: pthon3
  how retrieve database save multiple data in web Django 2.1 taomihiranga 0 2,808 Jul-30-2019, 04:58 PM
Last Post: taomihiranga
  Django - Retrieve form data justantest 0 2,847 May-23-2019, 11:47 AM
Last Post: justantest
  Web App That Request Data from Another Web Site every 12-hours jomonetta 15 10,060 Sep-26-2018, 04:19 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020