import { searchClient } from "@rss3/js-sdk";
const searchResults = await searchClient().activities({
keyword: "Ethereum",
limit: 10,
});
import { dataClient } from "@rss3/js-sdk";
const socialActivities = await dataClient().activities(
"vitalik.eth", // use .eth, .arb, .avax, .bnb, .lens, and many Web3 domains ...
{
tag: ["social"],
limit: 10,
direction: "out",
},
);
RSS3 provides a one-stop solution for exploring the social fabric of the Open Web. Search an address to pull up a user's complete social activities across multiple platforms, or use keywords to dive into content spanning all open social protocols. Break free from platform limitations and unlock a world of interoperable social data.