Misskey & Fediverse Influencer & Content Intelligence avatar

Misskey & Fediverse Influencer & Content Intelligence

Under maintenance

Pricing

from $3.00 / 1,000 items

Go to Apify Store
Misskey & Fediverse Influencer & Content Intelligence

Misskey & Fediverse Influencer & Content Intelligence

Under maintenance

Discover influencers, enrich accounts, scrape notes, hashtags & trends on Misskey, Sharkey, Foundkey, Iceshrimp and Firefish. No key.

Pricing

from $3.00 / 1,000 items

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Misskey & Fediverse Influencer & Content Intelligence 🌐

Discover influencers, enrich accounts, scrape notes + engagement, pull hashtag/keyword content and trending tags from any Misskey-family instance — no API key, no proxy.

Works on Misskey, Sharkey, Foundkey, Iceshrimp and Firefish — they share the Misskey public API. Point it at any instance (default misskey.io, the huge Japanese network) and pull clean, structured data.

Perfect for social listening, creator/influencer discovery, community & brand monitoring, and Fediverse research.

Uses each instance's public API — no key, no login. Sibling actor exists for Mastodon / Pleroma / Pixelfed.


Modes

ModeWhat you get
Discover influencersRank accounts by a hashtag or name query, sorted by followers (optional engagement).
Enrich accountsFull profile for each handle: followers, following, notes, bio, bot flag.
Account notesA handle's recent notes with engagement.
Hashtag notesAll notes for a hashtag.
Keyword searchNotes matching a keyword.
Trending hashtagsThe instance's current trending tags.

Input

FieldDescription
InstanceInstance host, e.g. misskey.io, misskey.design.
ModeOne of the modes above.
HashtagTag (without #) for discover / hashtag modes.
QueryName query (discover) or keyword (search).
HandlesUsernames for accounts / posts modes. Local art; remote (federated) user@host, e.g. Gargron@mastodon.social.
Include engagementSample recent notes → avg renotes/replies/reactions + engagement score.
Max resultsCap on items returned.

Example — top #art creators on misskey.io, with engagement

{
"instance": "misskey.io",
"mode": "discover",
"hashtag": "art",
"includeEngagement": true,
"maxResults": 50
}

Output (account)

{
"rank": 1,
"handle": "The_Nerdy_Neko@vt.social",
"name": "…",
"followers_count": 12000,
"following_count": 800,
"notes_count": 34000,
"bio": "…",
"is_bot": false,
"created_at": "2023-02-06T07:14:32.968Z",
"url": "https://misskey.io/@art",
"avg_reactions": 14.2,
"engagement_score": 21.0,
"instance": "misskey.io"
}

Output (note)

{
"id": "aou4uftb7eoo00yn",
"user_handle": "someone",
"text": "Cloud cat ☁️🐾 #art",
"renote_count": 3,
"replies_count": 1,
"reaction_count": 12,
"tags": ["art", "digitalart"],
"visibility": "public",
"created_at": "2026-07-18T16:15:40.943Z",
"url": "https://misskey.io/notes/aou4uftb7eoo00yn",
"instance": "misskey.io"
}

Notes & limitations

  • Public reads only; private/follower-only notes are not returned.
  • Discover ranks the accounts most active on the topic by real follower count. It also returns topic_notes — a within-scan activity/engagement signal that works regardless of federation.
  • Federation note: for a remote account, followers_count reflects only what the queried instance has cached (it can undercount). Point the actor at the instance where an account lives for its true count, or use topic_notes as an instance-independent signal.
  • Large hashtag/keyword scans page in small batches (big instances rate-limit heavy queries); a transient server timeout is retried and skipped gracefully.
  • Remote (federated) accounts are looked up via user@host.
  • Data source: the instance's public Misskey API. Sibling actors exist for Mastodon/Pleroma/Pixelfed, Bluesky, Lemmy and PeerTube.

Keywords

Misskey, Sharkey, Firefish, Iceshrimp, Fediverse, ActivityPub, social media scraper, influencer discovery, social listening, hashtag scraper, notes, microblog, misskey.io, community intelligence, creator analytics, engagement, trending hashtags, no key, decentralized social.