Skip to main content


#HolosDiscover is back, from a clean slate.
A #Fediverse search engine that uses standard #ActivityPub federation. It follows you like any account, respects indexable flags, #nobot, #noindex, locked accounts. Deletions, edits, blocks are processed instantly through ActivityPub.
You have full control. Block it, mention it with "unfollow", or disable indexing in your settings.
Source code under AGPL-3.0 on #Codeberg.

Details: discover.holos.social/how-it-w…

Account: @HolosDiscover

in reply to Fedilab Apps

@apps@toot.fedilab.app do you have an API we can use? It'd be interesting to hook into your search results for fediverse search.
in reply to julian

There's a public API where you can search posts, accounts, hashtags, get trending content, public timelines, and instance stats.
Documentation: codeberg.org/tom79/Holos-Disco…
Base URL is discover.holos.social. Quick example:
discover.holos.social/api/sear…
No authentication for now, but we may introduce API keys in the future.
This entry was edited (2 weeks ago)
Unknown parent

mastodon - Link to source
Fedilab Apps
@Ostrobothnia
Tootfinder works differently, it polls the Mastodon API and keeps deleted content cached for up to 3 months.
We specifically chose to rely entirely on ActivityPub federation. When a post is deleted or edited, we receive the activity in real time and update our index instantly. That's a core design choice we don't want to compromise on.
@HolosDiscover