Build a small crawler tool step by step. The initial goal is to accept one URL, fetch the page, extract basic text information, and save the result as a local JSON file. Stage 1: Minimal Working ...