Galxe Quest & Airdrop Rewards Scraper
Pricing
from $1.70 / 1,000 results
Galxe Quest & Airdrop Rewards Scraper
Scrape Galxe's live quest board (9,000+ campaigns): token rewards in human units, stablecoin rewards in USD, slots vs participants (fill ratio), FCFS vs raffle, verified-space flag and a 0-100 opportunity score. Find under-subscribed paid quests early. HTTP-only, no login, no key.
Pricing
from $1.70 / 1,000 results
Rating
0.0
(0)
Developer
Mr Zack
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape Galxe's entire live quest board — 9,000+ active campaigns — into one clean dataset: token rewards in human units, stablecoin rewards in USD, slots vs participants, FCFS/raffle type, verified-space flag and a 0–100 opportunity score per quest. Plain HTTPS, no login, no API key, no proxy.
Galxe is the largest onchain quest platform. Projects fund quests with USDT/USDC pools, token drops, points and roles — and the board moves every hour. Farmers who spot a fresh $50-per-user USDC quest with 10 slots before the crowd win; everyone refreshing the website manually loses.
Who is this for
- Airdrop farmers & quest hunters — rank every live quest by real reward per user, skip the brutal ones (6,700 wallets fighting 10 slots), catch fresh FCFS pools while
fillRatio < 1. - Alpha groups & Telegram/Discord bots — pipe the dataset into your feed;
closingWithin48h+rewardPerUserUsdis a ready-made alert. - Web3 growth & BD teams — see what reward sizes, chains and mechanics competitors use for quests that actually pull participants.
- Researchers — the only structured feed of Galxe reward economics: pool sizes, fill rates, chain distribution.
What you get per quest
| Field | Meaning |
|---|---|
name, url, status, chain | The quest itself, deep-linked (app.galxe.com/quest/...) |
rewardPerUserToken, token | Token amount per user in human units (decimals applied — no wei noise) |
rewardPerUserUsd | Stablecoins (USDT/USDC/DAI/...) converted 1:1. Volatile tokens stay null — honest, never guessed |
totalPoolUsd | Per-user USD × slots |
slots, participants, fillRatio | Reward cap vs wallets already in. fillRatio > 1 on FCFS = you're late |
competition | none / low / medium / high / brutal |
distributionType | FCFS or RAFFLE — changes your strategy completely |
endsInDays, closingWithin48h | Deadline math done for you |
spaceVerified, spaceFollowers | Trust signal on the project running the quest |
requireEmail, geoBlocked | Friction flags before you click |
opportunityScore | 0–100: reward (40) + space trust (20) + competition (25) + urgency (15) |
How to run it on a schedule (recommended)
The board changes hourly — one-off runs go stale fast. In Apify Console:
- Open Schedules → Create new, pick this Actor.
- Cron
0 */6 * * *(every 6 hours) is the sweet spot for FCFS hunting; daily works for research. - Set input once, e.g.
{"stableRewardOnly": true, "maxFillRatio": 1, "sortBy": "opportunity"}— every run then delivers only under-subscribed quests that pay real USD. - Add an integration (webhook, Make, Zapier, Google Sheets) to push fresh rows wherever you work.
A 1,000-row run costs about $1.21 and takes ~30 seconds.
Example input
{"statuses": ["Active"],"stableRewardOnly": true,"maxFillRatio": 2,"excludeEmailGated": true,"sortBy": "opportunity","maxItems": 1000}
FAQ
Does it need my Galxe account? No. Public data only, rate-limited politely.
Why is rewardPerUserUsd null on some token quests? Non-stablecoin rewards aren't price-guessed. You still get the exact token amount and symbol.
Can I filter server-side? Yes — searchText (e.g. "USDT") and chains (e.g. ["BASE","SOLANA"]) filter before billing.
Related Actors by the same author
- HackenProof Bug Bounty & Audit Scraper — bounty programs with proven payout totals
- Immunefi Bug Bounty Scraper — web3's biggest bounty board
- Merkl DeFi Rewards Scraper — live DeFi incentive campaigns with APR
- Superteam Earn Scraper — Solana bounties with EV per entry
- Whop Content Rewards Scraper — clipping campaign board
Found this useful? A rating on the Reviews tab genuinely helps other quest hunters find it. Found a bug or missing field? Open an Issue — I ship fixes fast.