Need help in getting the image link

I am trying to get the image link from this URL:

https://thamizhbooks.com/kalvi-aram.html

Image link i am trying to get :

I am not able to get it, can you please help with this?

Find which 'a' tag has the image, that you are after, in it, select it with a Element Attribute and with a 'href' as the Atribute name to extract the Image.

You have already posted 2 posts where you received the solution for identical cases. Try using those as an example to work your way through this one.

Hi Webber

I tried to find the element with these class names, and did an element preview, I was not getting it.

fotorama__img
fotorama__stage__frame fotorama__active fotorama_vertical_ratio fotorama__loaded fotorama__loaded--img
magnify

Please let me know how to get the image URL when its under a div.

The first div is the one that you are after. The issue here is the fact, that everything in the class section, that is separated by whitespace, is a different class name, so if you insert all of them in the element selector, there will not be a result. Currently, there are 5 selectors in there:

-fotorama__stage__frame
-fotorama__active
-fotorama_vertical_ratio
-fotorama__loaded
-fotorama__loaded--img

You need to pick one of them.

If you go with 'div.fotorama__stage__frame' and 'href' as an attribute selector, you will get the image that you are after.

1 Like

Thank you again much, its working.
Having one last question for now:

  1. Need to click on the tab: More Information, and get the value of Author.

I tried with element click with selector as: div#tab-label-additional.data a.data
and on click selector as: tr:contains('Author') td.col

Please help me if i am missing any thing?

This is my sitemap:

{"_id":"barathyputwebsite","startUrl":["https://thamizhbooks.com/books/feminism.html#&p=[1-3]"],"selectors":[{"id":"clickonproducts","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.product-item-link","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["clickonproducts"],"selector":"span.base","multiple":false,"regex":"","delay":0},{"id":"sku","type":"SelectorText","parentSelectors":["clickonproducts"],"selector":"div.page-title-wrapper div.value","multiple":false,"regex":"","delay":0},{"id":"image","type":"SelectorElementAttribute","parentSelectors":["clickonproducts"],"selector":"div.fotorama__stage__frame","multiple":false,"extractAttribute":"href","delay":0},{"id":"description","type":"SelectorText","parentSelectors":["clickonproducts"],"selector":"div#product\.info\.description.data","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["clickonproducts"],"selector":"span.price","multiple":false,"regex":"","delay":0},{"id":"stock","type":"SelectorText","parentSelectors":["clickonproducts"],"selector":"div.stock span","multiple":false,"regex":"","delay":0},{"id":"author","type":"SelectorElementClick","parentSelectors":["clickonproducts"],"selector":"div#tab-label-additional.data a.data","multiple":false,"delay":0,"clickElementSelector":"tr:contains('Author') td.col","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"}]}

Hi buddy please help me. If here multiple image what can i do this time?

sir if multiple image here what can i do this time ?