Airdrop & Quest Tracker — Galxe Layer3 Zealy Live Campaigns
Pricing
$2.00 / 1,000 campaign trackeds
Airdrop & Quest Tracker — Galxe Layer3 Zealy Live Campaigns
Scrapes live airdrop quests and campaigns on Galxe, Layer3, Zealy, and Guild.xyz with participant counts, reward type, deadlines, and eligibility. Never miss an airdrop. Track loyalty programs and incentive campaigns. PPE $0.002/campaign.
Pricing
$2.00 / 1,000 campaign trackeds
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
7
Total users
3
Monthly active users
an hour ago
Last modified
Categories
Share
Track Crypto Airdrop Quests Automatically — Galxe Campaign Monitor
Monitor every active Galxe airdrop quest in real time without manual browsing. This Actor hits Galxe's official GraphQL API and returns a ranked, filterable list of crypto airdrop campaigns — sorted by participation momentum, deadline urgency, or reward type — so you catch high-allocation opportunities before they peak. No API key required, runs in under 30 seconds.
What Does the Airdrop Quest Tracker Do?
The Airdrop Quest Tracker scrapes live campaign data from Galxe — the largest Web3 quest platform with billions distributed in token rewards — and delivers structured JSON you can pipe directly into dashboards, bots, or automation workflows. Each record includes the campaign name, chain, reward type, participant count, deadline, and a direct Galxe URL.
Unlike manual browsing, Apify runs this on a cloud schedule, so your pipeline gets fresh airdrop intelligence every hour without a dedicated server. The actor filters by status, reward type, and project verification so you only see campaigns worth acting on.
Why Use the Crypto Airdrop Quest Tracker?
Airdrop farming is time-sensitive. The best allocations go to early participants — by the time a quest trends on Twitter, thousands of wallets have already completed it and diluted the reward pool. This Actor gives you a systematic edge:
- Alpha discovery — surface Trending and Hot campaigns with rising participation before they go viral
- First-mover advantage — filter by Newest to find quests before the crowd arrives
- Urgency alerting — set
endingSoonDays: 3to catch campaigns about to close - Portfolio automation — webhook support lets you push alerts to Slack, Discord, n8n, or Telegram the moment a qualifying quest appears
- Research & analytics — track historical participation trends across DeFi protocols, Layer 2 networks, and NFT projects
- Verified-project filter — skip scam quests and focus on Galxe-verified teams with legitimate token distributions
Ideal for airdrop farmers, DeFi researchers, on-chain analysts, and crypto trading bots that need structured quest data at scale.
How to Use the Airdrop Quest Tracker
- Open the Actor on Apify and click Try for free
- Choose a
listType—Trending(default),Newest,Hot, orFeaturedNew - Set
statusFiltertoActiveto see campaigns you can join right now - Optionally filter by
rewardTypeFilter(Token,NFT,Mystery) or addkeywordFilter(e.g.staking,DeFi) - Set
endingSoonDaysto receive only urgent campaigns, orminParticipantsto exclude low-traction quests - Add a
webhookUrlor Telegram credentials to receive instant push alerts - Click Start — results appear in the Apify dataset within seconds
Tip: Schedule the Actor to run hourly via Apify Scheduler to keep your pipeline continuously updated with fresh Galxe campaigns.
Input
| Field | Type | Default | Description |
|---|---|---|---|
listType | string | Trending | Campaign list to pull: Trending, Newest, FeaturedNew, Hot |
statusFilter | string | Active | Filter by status: Active, NotStarted, Expired, all |
rewardTypeFilter | string | all | Filter by reward: Token, NFT, Mystery, Discord, all |
limit | integer | 50 | Max campaigns to return (1–200) |
verifiedOnly | boolean | false | Return only Galxe-verified projects |
spaceFilter | string | — | Substring match on project name (e.g. arbitrum, optimism) |
keywordFilter | string | — | Search campaign name + description (e.g. staking, bridge) |
endingSoonDays | integer | — | Only campaigns ending within N days (e.g. 3 for urgent-only) |
minParticipants | integer | 0 | Skip campaigns below this participant threshold |
sortBy | string | participants_desc | Sort order: participants_desc, days_remaining_asc, days_remaining_desc, newest |
webhookUrl | string | — | POST results to Slack / Discord / n8n / Zapier |
telegramBotToken | string | — | Send alerts to a Telegram chat |
telegramChatId | string | — | Telegram chat ID (required with telegramBotToken) |
Common input examples
Hottest active token campaigns right now:
{"listType": "Hot", "statusFilter": "Active", "rewardTypeFilter": "Token", "limit": 50}
DeFi quests ending within 3 days (urgency sweep):
{"keywordFilter": "defi", "rewardTypeFilter": "Token", "endingSoonDays": 3, "sortBy": "days_remaining_asc"}
Verified projects only, high-participation staking quests:
{"keywordFilter": "staking", "verifiedOnly": true, "minParticipants": 500, "sortBy": "participants_desc"}
Output
The Actor pushes one JSON object per campaign to the Apify dataset. Below is a realistic sample of two items:
[{"campaign_id": "GC7NptZF1F","name": "BSC Daily x AGENT4 Partnership Giveaway","description": "Complete the daily quest to earn BNB rewards and unlock exclusive NFT drops.","status": "Active","reward_type": "Token","thumbnail": "https://d257b89266utry.cloudfront.net/campaign/thumbnail/abc123.jpg","participants_count": 12450,"start_time": "2026-08-01T00:00:00+00:00","end_time": "2026-08-05T00:00:00+00:00","days_remaining": 1.5,"space_name": "BSC Daily","space_alias": "bscdaily","space_is_verified": true,"galxe_url": "https://app.galxe.com/quest/bscdaily/GC7NptZF1F"},{"campaign_id": "GC9qRmXK2A","name": "Arbitrum Odyssey Season 3 — Bridge & Earn","description": "Bridge assets to Arbitrum One and complete on-chain tasks to earn ARB token rewards.","status": "Active","reward_type": "Token","thumbnail": "https://d257b89266utry.cloudfront.net/campaign/thumbnail/arb_odyssey.jpg","participants_count": 89320,"start_time": "2026-07-15T00:00:00+00:00","end_time": "2026-08-31T00:00:00+00:00","days_remaining": 28.0,"space_name": "Arbitrum","space_alias": "arbitrum","space_is_verified": true,"galxe_url": "https://app.galxe.com/quest/arbitrum/GC9qRmXK2A"}]
Data Fields
| Field | Type | Description |
|---|---|---|
campaign_id | string | Unique Galxe campaign identifier |
name | string | Campaign display name |
description | string | Campaign description text |
status | string | Active, NotStarted, or Expired |
reward_type | string | Token, NFT, Mystery, Discord, or Points |
thumbnail | string | Campaign cover image URL |
participants_count | integer | Number of wallets that have joined |
start_time | string | ISO 8601 campaign start timestamp |
end_time | string | ISO 8601 campaign end timestamp |
days_remaining | float | Decimal days until campaign closes (negative = expired) |
space_name | string | Sponsoring project name |
space_alias | string | Galxe project slug (used in URLs) |
space_is_verified | boolean | Whether the project is Galxe-verified |
galxe_url | string | Direct link to the campaign on Galxe |
Cost Estimation
This Actor uses Pay-Per-Event (PPE) pricing — you only pay for what you use.
| Run scenario | Cost |
|---|---|
| Top 10 trending campaigns | Free (first 10 items per run are free) |
| Top 50 trending campaigns | ~$0.08 |
| 100-campaign sweep | ~$0.18 |
| Full 200-campaign sweep | ~$0.38 |
Rate: $0.002 per campaign returned after the free tier of 10 per run. A typical daily monitoring schedule (50 campaigns, 24 runs/day) costs under $2/month.
Live Sample Dataset
A real run of this Actor with default inputs:
| Items | 15 campaigns |
| JSON | https://api.apify.com/v2/datasets/PlvDoQ1siwuSBhkNy/items?clean=1&format=json |
| CSV | https://api.apify.com/v2/datasets/PlvDoQ1siwuSBhkNy/items?clean=1&format=csv |
| Run details | https://api.apify.com/v2/actor-runs/dcAFx7FFFnzThFg42 |
Related Actors
- Smart Money Wallet Tracker — Track wallets that historically farmed major airdrops
- Token Unlock Calendar — Post-TGE vesting schedules for airdropped tokens
- Hyperliquid Whale Tracker — On-chain whale positioning after airdrop TGEs
FAQ
Does this Actor require a Galxe account or API key? No. The Actor uses Galxe's public GraphQL endpoint — no authentication or account is needed.
How often should I schedule this Actor to run? For active airdrop farming, hourly runs are recommended. For research and trend monitoring, daily runs are sufficient.
Can I integrate this with my trading bot or Telegram group?
Yes. Set the webhookUrl field to forward results to any HTTP endpoint (Slack, Discord, n8n, Make, Zapier), or provide telegramBotToken and telegramChatId to receive campaign alerts directly in a Telegram chat.
What is the data source?
All data is fetched from Galxe's official GraphQL API (graphigo.prd.galaxy.eco/query). This Actor does not scrape HTML — it queries the same structured data Galxe's own frontend uses.
Disclaimer: Cryptocurrency airdrops carry financial and smart-contract risk. This Actor provides informational data only and does not constitute investment advice. Always verify campaign legitimacy before connecting your wallet.
Keywords: crypto airdrop tracker, Galxe quest monitor, DeFi rewards scraper, Layer 2 airdrop, airdrop farming automation, Web3 quest tracker, token airdrop API, blockchain rewards, airdrop eligibility checker, Galxe campaigns API, crypto quest automation, airdrop alert bot