Array.from(document.querySelectorAll('[itemtype="http://schema.org/Organization"]'))
.map(x => {
return `"${x.querySelector('[itemprop="url"]').href}", "${x.querySelector('[itemprop="name"]').innerText}", "${x.querySelector('[itemprop="addressLocality"]').innerText}", "${x.querySelector('[itemprop="addressRegion"]').innerText}", "${x.querySelector('[itemprop="telephone"]').innerText}"`;
}).reduce((a,b) => a + '\n' + b, '')
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter