I want to scrape 3 information from huge number of webpages which I have listed in excel. The issue is when the query reads the current item from excel (which is the URL of the webpage), it pastes the URL in the browser but the page loads incomplete. For example, the URL in my excel is 'https://ABCD/-/XYZ/12128/4/2/ ' but the page which loads in browser is 'https://ABCD/-/XYZ/12128 '. The later part "4/2" does not load. I want to scrape the data from 'https://ABCD/-/XYZ/12128/4/2/ ' and not from https://ABCD/-/XYZ/12128 .
Thanks in advance.