How to collect goods href's with image url?

@111194
Welcome to the forum community

In case of retrieving the url of an image:

  • Datascraping: modify the extract XML and change to attribute src (similar to the html img tag attribute)
  • get Attribute Activity and src attribute

In some cases under the src only a part of the url is returned. In such cases have a look on what is base url like www.mydomain.abc


a link has a href with the url info
an image has a src with url to the image

the src info can be used e.g. for downloading the image