Sign inSign up

athrvk/sitemap-crawler

By athrvk

Updated about 2 years ago

A web crawler service which fetches the site map of the current domain.

Image
Developer tools
Web analytics
1

646

athrvk/sitemap-crawler repository overview

Sitemap Crawler

Sitemap Crawler is a web service that fetches the sitemap of a given domain. It's built using Express.js, Cheerio, and React.

Features

  • Fetches and displays the sitemap of a specified domain
  • Customizable crawl depth
  • Option to include parent paths
  • Web-based user interface

Usage

You can also run Sitemap Crawler using Docker. Pull the image from Docker Hub:

docker pull athrvk/sitemap-crawler:latest
Running with Docker

Run the Docker container:

docker run --pull=always -p 3000:3000 athrvk/sitemap-crawler:latest

Then access the application at http://localhost:3000

Tag summary

Content type

Image

Digest

sha256:424a7e3f0

Size

402.5 MB

Last updated

about 2 years ago

docker pull athrvk/sitemap-crawler