Microsoft Clarity website screenshot

Microsoft Clarity

Microsoft Clarity is a free web analytics tool providing heatmaps, session recordings, and behavioral insights through an API for custom integrations.

1 APIs 0 Features
AnalyticsHeatmapsSession RecordingWeb Analytics

APIs

Microsoft Clarity API

Microsoft Clarity provides heatmaps, session recordings, and behavioral analytics with API access for custom integrations.

Collections

Pricing Plans

Rate Limits

Microsoft Clarity Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Microsoft Clarity Data Export API
  version: v1
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: DataExport
    type: folder
  items:
  - info:
      name: Fetch project live insights
      type: http
    http:
      method: GET
      url: https://www.clarity.ms/export-data/api/v1/project-live-insights
      params:
      - name: numOfDays
        value: ''
        type: query
        description: Number of days for export (1, 2, or 3)
      - name: dimension1
        value: ''
        type: query
      - name: dimension2
        value: ''
        type: query
      - name: dimension3
        value: ''
        type: query
    docs: 'Fetches dashboard data for a Clarity project over the last 1, 2,

      or 3 days, broken down by up to three dimensions. Returns

      metrics including Traffic, Engagement Time, Scroll Depth,

      Popular Pages, Browser, Device, OS, Country/Region, Page Title,

      Referrer URL, Dead Click Count, Excessive Scroll, Rage Click

      Count, Quickback Click, Script Error Count, and Error Click

      Count.

      '
bundled: true