Access Hotjar recordings and heatmaps via API. Understand user behavior on your site.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill hotjar --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hotjar?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-hotjar)More formats (shields.io, HTML) on the badges page.
---
name: hotjar
description: Access Hotjar recordings and heatmaps via API. Understand user behavior on your site.
metadata: {"clawdbot":{"emoji":"🔥","requires":{"env":["HOTJAR_API_KEY","HOTJAR_SITE_ID"]}}}
---
# Hotjar
Behavior analytics.
## Environment
```bash
export HOTJAR_API_KEY="xxxxxxxxxx"
export HOTJAR_SITE_ID="xxxxxxxxxx"
```
## List Recordings
```bash
curl "https://api.hotjar.com/v1/sites/$HOTJAR_SITE_ID/recordings" \
-H "Authorization: Bearer $HOTJAR_API_KEY"
```
## Get Recording
```bash
curl "https://api.hotjar.com/v1/sites/$HOTJAR_SITE_ID/recordings/{recordingId}" \
-H "Authorization: Bearer $HOTJAR_API_KEY"
```
## List Heatmaps
```bash
curl "https://api.hotjar.com/v1/sites/$HOTJAR_SITE_ID/heatmaps" \
-H "Authorization: Bearer $HOTJAR_API_KEY"
```
## List Surveys
```bash
curl "https://api.hotjar.com/v1/sites/$HOTJAR_SITE_ID/surveys" \
-H "Authorization: Bearer $HOTJAR_API_KEY"
```
## Links
- Dashboard: https://www.hotjar.com
- Docs: https://help.hotjar.com/hc/en-us/articles/360033640653-Hotjar-API
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches.