Scrape Text Behind Flag

Hi, How to scrape text behind flag on this webiste Effect Veiler (SDAZ) - YGO Singles | Cardmarket

@sami Hi, you can extract it using an 'Element attribute' selector. Learn more: Web Scraper << How to >> Extract data from element attribute

Example:

{"_id":"cardmarket-com","startUrl":["https://www.cardmarket.com/en/YuGiOh/Products/Singles/Structure-Deck-Albaz-Strike/Effect-Veiler"],"selectors":[{"delay":0,"id":"wrapper","multiple":true,"parentSelectors":["_root"],"selector":"div.article-row","type":"SelectorElement"},{"delay":0,"extractAttribute":"data-original-title","id":"flag-attribute","multiple":false,"parentSelectors":["wrapper"],"selector":".product-attributes span:nth(1)","type":"SelectorElementAttribute"}]}