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
| Attribute | Default | What it does |
|---|---|---|
data-category | overall | A Harpd category slug, e.g. agents, developer, seo. Omit for the overall board. |
data-limit | 10 | Rows to render. Clamped to 1–50. |
data-theme | auto | light, dark, or auto (follows the host page's color scheme). |
data-points | on | Set 0 to hide the Rank Points column. |
Live preview
<script src="https://harpd.com/embed/rank.js" data-limit="10" data-theme="auto" async></script><script src="https://harpd.com/embed/rank.js" data-category="agents" data-limit="10" data-theme="auto" async></script><script src="https://harpd.com/embed/rank.js" data-category="developer" data-limit="10" data-theme="auto" async></script><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.