Galxe Quest & Airdrop Rewards Scraper avatar

Galxe Quest & Airdrop Rewards Scraper

Pricing

from $1.70 / 1,000 results

Go to Apify Store
Galxe Quest & Airdrop Rewards Scraper

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

Mr Zack

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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 + rewardPerUserUsd is 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

FieldMeaning
name, url, status, chainThe quest itself, deep-linked (app.galxe.com/quest/...)
rewardPerUserToken, tokenToken amount per user in human units (decimals applied — no wei noise)
rewardPerUserUsdStablecoins (USDT/USDC/DAI/...) converted 1:1. Volatile tokens stay null — honest, never guessed
totalPoolUsdPer-user USD × slots
slots, participants, fillRatioReward cap vs wallets already in. fillRatio > 1 on FCFS = you're late
competitionnone / low / medium / high / brutal
distributionTypeFCFS or RAFFLE — changes your strategy completely
endsInDays, closingWithin48hDeadline math done for you
spaceVerified, spaceFollowersTrust signal on the project running the quest
requireEmail, geoBlockedFriction flags before you click
opportunityScore0–100: reward (40) + space trust (20) + competition (25) + urgency (15)

The board changes hourly — one-off runs go stale fast. In Apify Console:

  1. Open Schedules → Create new, pick this Actor.
  2. Cron 0 */6 * * * (every 6 hours) is the sweet spot for FCFS hunting; daily works for research.
  3. Set input once, e.g. {"stableRewardOnly": true, "maxFillRatio": 1, "sortBy": "opportunity"} — every run then delivers only under-subscribed quests that pay real USD.
  4. 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.


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.