Bbc.com Automation Problem

Hi, I just came across this problem. I want to know that If it’s possible to achieve this by using Python if so any help will be great, or any other better option will also be great
Open bbc.com and extract news from every tab.
The bot will open website than click on every news “head line” “extract header" “body of news” and “store it in excel”.
Excel will have “separate sheets” for “each category.". Containing “two columns, “header and description,”
Thank You.

Hi @Haseeb_Farrukh ,

with the help of table extraction, you can get the link on each tab. You need to perform this on each tab through iteration. and then you can redirect the extracted URL and capture the body.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.