En oversigt over alle forskere fra en bestemt institution kan søges som:
http://scholar.google.dk/citations?hl=en&view_op=search_authors&mauthors=.dtu
http://scholar.google.dk/citations?hl=en&view_op=search_authors&mauthors=aalborg
Både institutionsnavne og mailadresser kan være meget kortfattede og med snæver betydning.
Hvis en Google Scholar søgning giver flere hits, kan de enkelte navne, fagområder (ikke kontrollerede emneord) og "Cited by"-tal isoleres fra sidens kildekode med:
<h3 class="gsc_1usr_name">http://scholar\.google\.dk/citations\?user=(.*?)</a></h3>
— erstat med:
\n\n¤¤¤http://scholar.google.dk/citations?user=\1</a>
</a><div class="gsc_1usr_aff">(.*?)</div>
— erstat med:
\nAFF: \1
</div><div class="gsc_1usr_eml">Verified email at .*?<div class="gsc_1usr_emlb">(.*?)</div>
—erstat med:
\nEM: \1
<a class="gsc_co_int" href="/citations\?view_op=search_authors&hl=en&mauthors=label:(.*?)</a>
— erstat med:
\nLK: <a class="gsc_co_int" href="/citations?view_op=search_authors&hl=en&mauthors=label:\1</a>
<div class="gsc_1usr_cby">Cited by (.*?)</div><div class="gsc_1usr_int">
—erstat med:
\nCR: \1