Most of the websites has XML Sitemap. Which usually contains all product or other pages links. With XML Sitemap you can fast and easy scrape all website links.
Note: Not all XML Sitemaps has actual data. If you find sitemap with old data, try to scrape actual links using “URLs” tab or Website crawler tool (ctrl+7)!
First, you need to locate XML Sitemap URL.
Just open robots.txt file. Usually this file located on: https://scrapedominion.com/robots.txt (add /robots.txt to any website domain). If a website does not have this file just try to type /sitemap.xml instead /robots.txt
This XML Sitemap has child maps.
All URLs (links) in this sitemap are located in <loc>…</loc> (that is container).
If you want to extract links from single XML Sitemap.
If you want to extract all child XML Sitemaps data from parent sitemap, put parent sitemap URL and check “HasChildrenMaps”.
Also you can apply URLs filters to XML Sitemap links.
Just check “perform URLs filters”, set URLs filters (Ctrl+3), clear main links list (F7) and press GET URLs button is XML Sitemap scraping tool.