VOOZH about

URL: https://apify.com/taroyamada/web3-dao-governance-tracker

โ‡ฑ Web3 DAO Governance Tracker & Snapshot API Scraper ยท Apify


๐Ÿ‘ ๐Ÿ—ณ๏ธ DAO Governance Tracker avatar

๐Ÿ—ณ๏ธ DAO Governance Tracker

Pricing

Pay per usage

Go to Apify Store

๐Ÿ—ณ๏ธ DAO Governance Tracker

Monitor EVM DAO governance proposals and voting outcomes across Ethereum, Arbitrum, and Optimism using Snapshot's GraphQL API to extract scores and quorum.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ naoki anzai

naoki anzai

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

a month ago

Last modified

Categories

Share

Web3 DAO Governance Tracker

Monitor the heartbeat of decentralized organizations with this dedicated Web3 DAO Governance Tracker. Built to scrape and extract live voting data from the industry-standard Snapshot.org GraphQL API, this tool gives you instant visibility into off-chain governance signals across Ethereum, Arbitrum, Optimism, and other EVM-compatible networks. Whether you are an active delegate, a treasury analyst, or an institutional investor, staying ahead of governance changes is critical. This scraper allows you to track active, pending, or closed proposals without needing a connected wallet, API key, or paid tier.

Users rely on this extraction tool to schedule weekly monitors of their favorite DAO spaces, ensuring they never miss a crucial protocol upgrade or treasury vote. By querying Snapshot's public infrastructure directly, you can reliably capture a wealth of structured data for quantitative analysis, financial modeling, or compliance reporting.

Every run seamlessly delivers concrete outputs including the unique proposal ID, space details, full proposal body, author addresses, voting choices, and real-time scores per choice. It also extracts the current state (active vs closed), precise start and end timestamps, quorum thresholds, and total vote counts. Use this data to power your own dashboards, track delegate participation, or build internal alerts when controversial proposals are nearing their deadlines.

Use cases

  • DAO portfolio governance research and proposal tracking
  • Voting participation analysis across multiple DAOs
  • Snapshot + Tally unified governance digest for treasury / token-holder research
  • Quickstart: provide one or more spaces for Snapshot or governorId for Tally

Status

Scaffolded as part of Wave 17 Batch S โ€” Tier 3 (strategic / emerging platforms + governance). Domain logic lives in src/workflow.js.

Feasibility

Very high โ€” Snapshot.org's public GraphQL API (hub.snapshot.org/graphql) is the industry-standard index for EVM DAO off-chain voting. Fully public, no API key required, stable schema in use by Tally / DeepDAO / Etherscan.

V1 scope

Snapshot.org public GraphQL only. Per proposal: ID, space, title, body, author, choices, scores per choice, state (active/closed/pending), start/end, quorum, votes count, strategies, link. OUT OF SCOPE: on-chain executor (Gnosis Safe, Compound Governor) transaction history, Tally / Boardroom aggregation, cross-chain reorg handling, wallet-sign voting.

Extraction surfaces

Known limitations and explicit warnings

  • Snapshot is an OFF-chain gasless voting platform โ€” vote counts reflect signed messages, not on-chain transactions.
  • Some DAOs have migrated from Snapshot to Tally (on-chain Governor) โ€” Snapshot coverage for those is historical-only.
  • Strategy configuration (how voting power is calculated) is DAO-defined; the actor surfaces the strategy spec but does not re-compute balances.
  • GraphQL endpoint rate-limits at ~60 req/min for anonymous clients; batched queries are preferred.
  • Proposal bodies are user-authored Markdown โ€” no sanitization is performed; consumers should treat as untrusted.
  • Quorum calculation depends on the strategy and may require fetching the space config separately.
  • 'Scores' fields are computed by Snapshot using the space's strategies; they may lag during active voting windows.
  • Space IDs are case-sensitive and often use .eth suffix; the actor passes them through verbatim.
  • On-chain execution status (whether a passing proposal was actually queued / executed) is NOT tracked by Snapshot and is out of V1 scope.
  • DAO metadata returns the CURRENT space config, not historical snapshots at proposal-creation time.

Input

  • DAO space IDs / governance proposals
  • Delivery mode (dataset or webhook)
  • Dry-run support for local validation

Input Examples

Example: Single DAO proposals

{
"space":"ens.eth",
"source":"snapshot",
"maxProposals":30
}

Example: Multi-DAO portfolio watch

{
"spaces":[
"ens.eth",
"aave.eth"
],
"source":"snapshot",
"openOnly":true
}

Example: Tally on-chain governance

{
"governorId":"compound",
"source":"tally",
"maxProposals":50
}

Output

  • Normalized proposals array
  • meta section with implementation status, feasibility note, V1 scope, warnings, and notes

Local run

npmtest
npm start

โญ Was this helpful?

If this actor saved you time, please leave a โ˜… rating on Apify Store. It takes 10 seconds, helps other developers discover it, and keeps updates free.

Bug report or feature request? Open an issue on the Issues tab of this actor.

You might also like

Snapshot DAO Proposals Scraper

parseforge/snapshot-dao-proposals-scraper

Track governance activity from any Snapshot space such as ens.eth, aave.eth, or uniswapgovernance.eth. Returns proposal id, title, body, choices, scores, start and end timestamps, author, and state. Filter by active, closed, or pending. Useful for DAO research and voter analytics.

Safe Global Multisig Transactions Scraper

parseforge/safe-global-transactions-scraper

Audit any Safe multisig across Ethereum, Arbitrum, Base, Optimism, Polygon, Gnosis, BNB, or Avalanche. Returns recipient, value, calldata, execution date, transaction hash, nonce, confirmations, and execution status. Useful for treasury audits, governance review, and DAO operations.

AI Model Governance MCP Server

ryanclinton/ai-model-governance-mcp

Enterprise AI compliance and governance intelligence for AI agents via the Model Context Protocol.

Etherscan Family Scraper (Multi-Chain EVM Explorer)

crawlerbros/etherscan-family-scraper

Query Etherscan and 18+ EVM block explorers (Ethereum, BNB, Polygon, Arbitrum, Optimism, Base, Avalanche, Fantom, etc.) via the unified Etherscan V2 API. Wallet balances, transactions, ERC-20/NFT transfers, contract source/ABI, gas oracle, tx-by-hash

Wallet Doxxer

nickrains/wallet-doxxer

Find crypto wallet owners on Twitter/X. Scrape Ethereum, Solana & Bitcoin addresses โ†’ get Twitter handles + confidence scores. Perfect for airdrop verification, whale research, Web3 lead gen & DAO allowlists. Bulk process 50k+ wallets with auto-resume. Export JSON, CSV, Excel.

๐Ÿ‘ User avatar

Nicholas Rains

58

5.0

GraphQL Extractor

jupri/graphql-extractor

๐Ÿ’ซ Universal GraphQL Scraper

Blockchain Explorers Scraper

parseforge/blockchain-explorers-scraper

Collect wallet transactions across Ethereum, BNB Chain, Polygon, Arbitrum, Optimism, Base, Avalanche, and Bitcoin. Returns structured records with sender/receiver labels, token transfers, fees, and method details for analytics, compliance, and monitoring.

Web3 Token Analyzer - Multi-Chain ERC-20 Data

project_bbb/web3-token-analyzer

Analyze ERC-20/ERC-721 tokens across 6 EVM chains: Ethereum, Polygon, Arbitrum, Optimism, Base, World Chain. Extracts on-chain data (supply, holders, transfers) + CoinGecko prices. For DeFi research, token due diligence, and portfolio analysis.

2

Site Governance Page Scraper

taroyamada/site-governance-monitor

Track deployment regressions and structural drift across your website. Automate robots.txt, sitemap, and schema checks immediately after code pushes.