i am trying to open multiple web pages on the same domain. I need those links to scrape some data ( I have permission from the website). I cannot use the domain name that I actually want to scrape, but as an example: If a website is www.gsmarena.com, and all I want to scrape is all the pages on that website which ends with ends with a particular string: Example www.gsmarena.com/*anystring*/*searchstring*
I hope someone can help me out
I can tell you what I would do if I was in your situation, but you will need some experience creating scraping applications (my preferred language for scraping is C#.). Here are the steps(needs to be done using scraping application):
I hope it helped you. If you want to know more feel free to ask in comments.