Personal project · live demo

NaviScraper

Extract a website's navigation menu with its hierarchy and export it as CSV.

Fast extraction with BeautifulSoup
Hierarchical structure preserved
Export to CSV for Excel

How it works

  • Enter URL: Any website you want to analyze
  • We extract: All menu links and their hierarchy
  • You get: Clean CSV file with clickable links

Limitations

This version uses BeautifulSoup and works best with:

  • WordPress sites
  • Static HTML websites
  • Traditional CMS platforms
  • May struggle with heavy JavaScript frameworks (React, Vue, Angular)