Python Forum
scraping multiple pages from table - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: scraping multiple pages from table (/thread-27921.html)



scraping multiple pages from table - bandar - Jun-27-2020

Hello,

I really want to know how I can scrap data from table in website with multiple pages, I know it is simple if it is straight forward in the website html code, but this website make it hard for me ( https://www.tadawul.com.sa/wps/portal/tadawul/market-participants/issuers/issuers-directory/company-details/!ut/p/z1/pZDLjoJAEEW_xQXrvjag6I4BBAYkgww-emNajUjCKxPU6NfbPjYmimOsXSXn3EpdwsiUsILv0oTXaVnwTOwz1pkHjm840KhnW78y9I45NEaBSwGQyQWg1NDaPQU-_G5bADbccKjICGXC3vJtN-hCD3VnPBgLVKOf-VD-5-PJ6HjlfxOWZOXiWtWmrqu-BAk1X_H9NpOEvizziheH6JAvSgFRyOej7D4XDjVFruV5pqFSfKk3oKnXe-BBcY3AuZkL0PB6xP9IlcdxPD3668hNf5JW6wSWl2M9/dz/d5/L0lHSkovd0RNQU5rQUVnQSEhLzROVkUvZW4!/#chart_tab2 ), can you please suggest me to scrap the data from the table.

any idea, any help, pleaseeee.


RE: scraping multiple pages from table - Larz60+ - Jun-27-2020

take a few minutes and run through these two tutorials:
web scraping part 1
web scraping part 2