How to scrape the link attached in each pin(if there's) in pinterest.com

Hi Team,
As the attached screenshot, the link will only show up when hovering the mouse in each pin, as i create the sitemap, i don't know if there's the type to "hover" like that to scrape the link.

Any input will be highly appreciated.

Thanks!

Url:

Sitemap:
{"_id":"pinterest_link","startUrl":["https://www.pinterest.com/"],"selectors":[{"id":"block","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":"div.pinWrapper","multiple":true,"extractAttribute":"","delay":0}]}

Try using 'href' as the Attribute name for your selector.

hi...webber, thanks for your reply.
but i've tried many many times, your method i also tried just now, can't work, or i can't make it work.

can you take a try as you said?

the sitemap:
{"_id":"pinterest_link","startUrl":["https://www.pinterest.com/"],"selectors":[{"id":"block","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":"div.pinWrapper","multiple":true,"extractAttribute":"","delay":0},{"id":"href","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":".XiG.zI7 div.MIw.zI7","multiple":false,"extractAttribute":"href","delay":0}]}

as you said?

thanks.