Can't scrape images

Web Scraper version: 0.6.5
Chrome version: 111.0.5563.65
OS: windows 11

Sitemap:

{id:"https://www.asianpaints.com/catalogue/colour-catalogue.html"}

Error Message:

want to scrape image, name, and code from this website, but image not being picked up by web scraper. Can't select images either, which could be the reason. Looking for a workaround.


To access error messages follow these steps:

  1. Open chrome://extensions/ or go to manage extensions
  2. Enable “developer mode” at the top right
  3. Open Web Scrapers “background page”
  4. A new popup window should appear.
  5. Go to “Console” tab. You should see Web Scraper log messages and errors there.

@Rasal Hello, are you referring to the listing page? It appears that these are not actual images but background colors in CSS.

Hey, thanks for getting back. Yes. this is exactly what I wanna scrape. How do I do it?

@Rasal The background colors can be extracted using an 'Element attribute' selector.

.cc-swatch--colorcode with an 'Attribute name' style

Learn more: Web Scraper << How to >> Extract data from element attribute