In column A I have a list of URLs. In column B I have a formula =IMPORTXML(A2, "//head/title")
. I would like to extract titles of all pages for which I have URLs.
For some URLs I got the data, for other I can see message Loading that on Hover shows "Error Loading data".
On one sheet I have about 500 URLs, and on another about 1100 URLs.
Why did IMPORTXML manage to fetch some data but not all? Is there some kind of query limit? If it is important I'm using company account (paid, not free Google account).