Embed

Embed a Harpd Rank board

One script tag renders a live Harpd Rank leaderboard in an iframe. It reads the same endpoint asthe Rank board — it cannot reorder, sponsor-filter or hide rows, and the Rank Points column stays labelled as promotional placement. Rows link back to harpd.com, and the footer carries a canonical Powered by Harpd link to the full board.

The snippet

<script src="https://harpd.com/embed/rank.js" data-limit="10" data-theme="auto" async></script>

Options

AttributeDefaultWhat it does
data-categoryoverallA Harpd category slug, e.g. agents, developer, seo. Omit for the overall board.
data-limit10Rows to render. Clamped to 1–50.
data-themeautolight, dark, or auto (follows the host page's color scheme).
data-pointsonSet 0 to hide the Rank Points column.

Live preview

Overall board
<script src="https://harpd.com/embed/rank.js" data-limit="10" data-theme="auto" async></script>
Agents
<script src="https://harpd.com/embed/rank.js" data-category="agents" data-limit="10" data-theme="auto" async></script>
Developer
<script src="https://harpd.com/embed/rank.js" data-category="developer" data-limit="10" data-theme="auto" async></script>
SEO
<script src="https://harpd.com/embed/rank.js" data-category="seo" data-limit="10" data-theme="auto" async></script>

What the data means

Harpd Rank is a discovery and promotional placement board, not an independent editorial quality score. Listing is free; 1 Credit = 1 Rank Point, and Rank Points determine board position. The embed never hides that — every copy carries the disclosure line. Full rules:/rank/rules/ · Methodology: /rank/methodology/.

Want the numbers without the widget? The same data is published as CC BY 4.0 JSON and CSV at/data/, or as a versioned public mirror on GitHub.