I have one specific URL and I need a small JavaScript-based scraper that can visit that page, pull out a clean list of data, and return both the text content and any associated images. A simple Node.js script (axios / node-fetch + cheerio or puppeteer) or a browser-based snippet is fine as long as it: • Navigates to the single URL I provide and its children • Extracts each item in a structured list, capturing the visible text and the image source for every entry • Outputs everything to JSON or CSV so I can import it later . Mostly text Please include clear setup instructions and a short read-me so I can run the code locally and point it to a new URL if I ever need to. The faster and lighter the solution, the better—no unnecessary dependencies. Deliverables will be reviewed by running the script on the target page and confirming that the returned JSON/CSV contains every text field and image link present on the site.