Home > Article > Backend Development > How to use php’s curl to grab lazy loaded images, please give me some advice
Crawling image information, but lazy loading can only load part of it. How to crawl all images
Crawling image information, but lazy loading can only load part of it. How to crawl all images
Lazy loading means that when you slide down, the website will request an interface via Ajax again, which is a bit similar to paging. You need to look at the link of his ajax request and then crawl to the corresponding link.
This capture has something to do with how your regular matching is written. curl just simulates a request