Display your live Google Scholar citation count anywhere you can use a Shields badge.
- Find your Google Scholar author ID (the
user=XXXX
part of the profile URL). - Go to Shields Endpoint Badge and set the endpoint to:
https://google-scholar-badge.vercel.app/citations?user=YOUR_ID
- Add the generated markdown anywhere you like.
[](https://scholar.google.com/citations?user=YOUR_ID)
Replace YOUR_ID with your own author ID.
- SerpApi rate limits: the free tier allows 100 requests / month. When exhausted, the badge shows “Rate limit” for about 10 minutes.
- Redis optional: without it every badge request hits SerpApi (slower and uses more credits).
- Badges for h-index, i10-index, yearly citations
- Docker image & one-command deployment
- Integration tests