How to extract title & meta data using Gdocs, Xpath and ImportXml

I’m pretty sure everyone knows I have an unhealthy obsession with Google docs, and the wonderful things it can achieve. Paul from Clixfuel.com asked how to get common meta data from a webpage quickly using ImportXML, so here it is: 1) Get the meta description //meta[@name=’description’]/@content 2) Get the title //title 3) Get the keywords //meta[@name=’keywords’]/@content” Okay, let’s go ahead […]
How to download all attachments from a gmail thread

You may have several attachments within a Gmail email thread, but it’s too time consuming to download one attachment at a time. There’s a Forward All option in the top nav menu that allows you to forward the thread back to yourself, thus allowing you to conveniently download all attachments in a gmail thread. See […]
How to detect languages of webpages in bulk using Google docs

There’s a neat little function in Google docs spreadsheets that detects language. It’s =DetectLanguage(), yep, that simple. Except that it’s only detecting the language of the text in a cell, so if we use it alongside =ImportXml and we extract the <title> of a webpage, we can be more accurate. Your formula would then become =DetectLanguage(importxml(“https://www.ebay.it,”//title”)). Heads […]
Bulk ImportXml tool & source (Google docs spreadsheets)

There’s been a few of you requesting a way to bypass the 50 importxml limit in Google docs so I’ve decided to release something publicly. Click here to view the spreadsheet Just make sure to sign in, then make a copy, then press the run button once to authorize the script. If the script doesn’t […]
Find proxy servers for SEO, browsing and scrapebox
