This article introduces using PHP and QueryList framework for web scraping. QueryList is a PHP list collection class based on phpQuery that allows users to scrape websites using CSS3 selectors, making PHP scraping as simple as jQuery. The installation method via composer is provided (composer require jaeger/querylist), requiring PHP >= 7.0. The article demonstrates two practical examples: first, scraping follower information of an AcFun UP host named 一方通行, and second, implementing task-based image scraping that automatically downloads images to local folders. For the image scraping task, users need to run the script in PHP-CLI mode and ensure PHP is added to system environment variables. The downloaded images are saved in folders organized by date and number.