How to find all links / pages on a website

后端 未结 5 1289
無奈伤痛
無奈伤痛 2020-11-30 17:36

Is it possible to find all the pages and links on ANY given website? I\'d like to enter a URL and produce a directory tree of all links from that site?

I\'ve looked

5条回答
  •  失恋的感觉
    2020-11-30 18:09

    Check out linkchecker—it will crawl the site (while obeying robots.txt) and generate a report. From there, you can script up a solution for creating the directory tree.

提交回复
热议问题