Tutorial: Build a Graph from a Site¶ Crawl a site and save results: omnivore crawl https://example.com --depth 5 --output results.json Build the graph: omnivore graph results.json --output graph.db Explore via API or custom tools.