Search
The Ultimate Search
Solution of Open Web
Simplifying the creation of search engines, cross-blockchain explorers, and activity feeds
The information processed by the RSS3 network empowers interpretation and aggregation for decentralized networks. You can build cross-blockchain explorers and activity feeds with little effort.
Easy Integration
No need to rely on multiple data sources or complex requests. One API call delivers all you need.
Comprehensiveness
Query for both on-chain transactions and off-chain data simultaneously through an intuitive interface.
Enhanced Analytics
Aggregated and structured data allows for more complex and insightful analytics.
Real-Time Access
Real-time data fetching ensuring the most up-to-date information at your fingertips.
Search cross-network +
human-readable feed
Search for keyword "Ethereum" across open social protocols

import { searchClient } from "@rss3/js-sdk";

const searchResults = await searchClient().activities({
  keyword: "Ethereum",
  limit: 10,
});
One Search That Unite Them All

RSS3 unlocks a new level of Open Web data interpretation. With just one query - a dApp or user can access a complete panorama of activities — both on-chain transactions and off-chain interactions, whether on trading, NFTs, grant donations, DAO governance, in-game interactions, social activities, or any other on-chain transaction.



import { dataClient } from "@rss3/js-sdk";

const nftCollections = await dataClient().activities(
  "vitalik.eth", // use .eth, .arb, .avax, .bnb, .lens, and many Web3 domains ...
  {
    tag: ["collectible"],
    limit: 10,
    direction: "out",
  },
);
The RSS3 Search Ecosytem

Welcoming Arbitrum - A Most Popular Ethereum Scaling Solution cover
Case Study
Welcoming Arbitrum - A Most Popular Ethereum Scaling Solution
Welcoming Avalanche - The Future-Proof Blockchain Built to Scale cover
Case Study
Welcoming Avalanche - The Future-Proof Blockchain Built to Scale
Welcoming Base - The Ethereum Layer 2 Incubated By Coinbase cover
Case Study
Welcoming Base - The Ethereum Layer 2 Incubated By Coinbase
Hoot - The Human-Readable Multi-Chain Explorer cover
Case Study
Hoot - The Human-Readable Multi-Chain Explorer