Listings API
The read-only endpoint returns public listing fields. It does not return payer, member, or operator data.
It needs a key. Ask for one, then send it as a bearer token. Without a valid key the endpoint answers 404, the same as any address that does not exist here.
curl -H "Authorization: Bearer YOUR_KEY" \
"https://seeranks.com/api/v1/listings?sort=clicks&category=developer-tools"Filters include q, category, kind, minimumDr, minimumSeo, and sort.
Call it from your own server, not from a browser. The endpoint sends no cross-origin header, and a key placed in browser code is a published key.
The service allows 120 requests per minute for each network address.
RSS feeds
- Verified maker updates
- Trending products by counted clicks
- Articles about ranking and discovery
/category/<slug>/feed.xmlfor one category rank
Maker webhooks
A verified maker can connect an official Slack or Discord webhook from the community dashboard.
The connection can share published updates with the selected destination.
Data rules
Sponsored totals remain the only input for Sponsored Rank.
Community follows, reactions, collections, and updates do not change rank.
The API returns stored measurements with no traffic or outcome promise.