I need a clean data set built from the “List of tools and equipment” page on Wikipedia. For every entry that sits under the categories I’m after—Hand tools, Power tools, Machine tools, plus Electrician Tools, HVAC Tools, Welding and Metal Work, Concrete and Masonry, Plumbing Tools, Painting Tools, Measuring, Surveying, Temporary Site Utilities, and Safety & Personal Protective Equipment—you’ll follow its link, capture the key details, and package everything up for me. Here’s what has to land in the final CSV: • Tool Name • Tool Type (as listed on its individual page) • Tool Category (taken from the section heading on the main list) • Image URL (first infobox image or main photo) • Image File Name Brief Tool Description also Alongside the spreadsheet, please download every image you reference and place them in a single zipped folder, keeping the original file names intact so they match the CSV row. I’ll review the work by opening the CSV in Excel, checking that each row populates correctly, verifying that image links load in a browser, and confirming that the zipped archive contains a matching file for every URL. Use whichever stack you prefer—Python with BeautifulSoup/Scrapy and pandas is fine as long as the code is reliable and UTF-8 safe. Let me know if any image is missing on the source page so we can decide whether to skip or note it. Once everything matches up, we’re done.