Title and image scrape at the same time

Just say Test site:
https://webscraper.io/test-sites/e-commerce/allinone

{"_id":"zzztest","startUrl":["https://webscraper.io/test-sites/e-commerce/allinone"],"selectors":[{"id":"Title","type":"SelectorText","parentSelectors":["_root"],"selector":"p.description","multiple":true,"regex":"","delay":0},{"id":"Image","type":"SelectorImage","parentSelectors":["_root"],"selector":"img.img-responsive","multiple":true,"delay":0}]}

I want to scrape title and image without any click of a page. Any Help would be appreciated?

You will need to use an Element selector for this. Here is a tutorial video:

1 Like