Tools
Public board API
Free JSON feed of the board. Every product with its rank, bid, clicks, founding status and category. No authentication, no rate limiting — just fetch and use it.
Base endpoint
GET https://www.stealthespot.lol/api/boardCached 60s at the CDN. Response includes CORS headers — safe to fetch from any origin.
Query parameters
limitNumber of products to return (1–100, default 50).categoryCategory slug to filter by. Available slugs: ai, creator-tools, design, developer-tools, ecommerce, education, finance, games, health, jobs, marketing, mobile-apps, other, productivity, saas, travel. Returns 400 with available slugs if invalid.Sample response
Live data — currently 19 products on the board.
{
"season": "S1",
"updated_at": "2026-01-01T00:00:00Z",
"total": 19,
"board": [
{
"rank": 1,
"slug": "notchly",
"name": "Notchly",
"description": "Dynamic Island rebuilt — music controls, clipboard tray, meeting controls and agent monitoring in your MacBook notch. One-time purchase, no subscription.",
"url": "https://notchly.vercel.app/",
"bid": 25,
"founding_100": false,
"clicks": 43,
"category": "Productivity",
"product_page": "/product/notchly",
"added_at": "2026-08-24T09:05:00+00:00"
},
{
"rank": 2,
"slug": "skilluply",
"name": "SkillUply",
"description": "Learn new skills with AI-powered micro-courses. 5-minute lessons, real results.",
"url": "https://skilluply.life",
"bid": 10,
"founding_100": false,
"clicks": 24,
"category": "Education",
"product_page": "/product/skilluply",
"added_at": "2026-08-23T16:21:47.013503+00:00"
},
{
"rank": 3,
"slug": "job2remote",
"name": "Job2Remote",
"description": "Real-time remote job board pulling from 10+ sources. No signup, no stale data — search, filter and apply in one click.",
"url": "https://job2remote.vercel.app/",
"bid": 8,
"founding_100": false,
"clicks": 23,
"category": "Jobs",
"product_page": "/product/job2remote",
"added_at": "2026-08-23T20:02:00+00:00"
}
],
"docs": "/tools/api"
}Build ideas
- • A Telegram/Discord bot that posts when the board changes
- • Your own "alternatives to X" sidebar widget
- • A Figma or Notion plugin for browsing the board
- • A daily email digest of board movements
- • An analytics dashboard comparing bid growth over time
Built something? Tweet it @probiex007 — we'll feature it.