Issue with Web Scraping Multiple URLs

I’m trying to scrape data from a website and I already have an Excel file of the URLs of each page of the website. However, during the scraping process, even though I used data extraction, I was only able to get data from a single URL among all of them. Below are the Excel file with the URLs and the scraping process file. If there’s anything wrong or missing, I would really appreciate any help.
URL pages.xlsx (15.3 KB)
Main.xaml (18.9 KB)
project.json (1.5 KB)

Since each web site is different, you have to use a separate Table Extraction for each site.

@Huy_Hoang_Nguyen

please dont create duplicate topics

cheers

@Huy_Hoang_Nguyen,

Avoid creating duplicate threads.

Regarding your question, the bot can’t do web scrapping until and unless all the websites are same and that’s seems impossible.

You will have to capture data extraction logic for each website and then only it will work.