Crypto Airdrop & Quest Tracker - Galxe Campaigns API avatar

Crypto Airdrop & Quest Tracker - Galxe Campaigns API

Pricing

Pay per usage

Go to Apify Store
Crypto Airdrop & Quest Tracker - Galxe Campaigns API

Crypto Airdrop & Quest Tracker - Galxe Campaigns API

Track active and trending Web3 airdrop campaigns + quests on Galxe (the largest crypto quest platform). Returns participants count, days remaining, verified project status. Filter by list type (Trending/Hot/Newest).

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Crypto Airdrop & Quest Tracker (Galxe)

Track active and trending Web3 airdrop campaigns + quests on Galxe — the largest crypto quest platform. Spot high-participation campaigns before they peak. No API key required.


What It Does

Pulls real-time campaigns from Galxe's GraphQL endpoint:

  • Campaign name, description, status (Active / NotStarted / Expired)
  • Participants count (how crowded the campaign is)
  • Start / end time + days_remaining
  • Project info: name, alias, logo, verified status
  • Thumbnail

Filterable by list type (Trending / Newest / Hot / Featured), status, and limit.


Why This Matters

Airdrop farming is one of the highest-ROI activities in crypto when done right. Galxe alone has distributed billions in token rewards to millions of users. The problem is discovery: by the time a quest is widely known, the airdrop allocation is diluted.

This Actor surfaces:

  • Trending now — fast-moving campaigns with momentum
  • Newly listed — first-mover advantage on high-allocation projects
  • Active campaigns — your participation window before expiry
  • Verified-project signal — filter for legit teams

Pair with your wallet ops bot for end-to-end airdrop farming automation.


Input

FieldTypeDefaultDescription
listTypestringTrendingTrending, Newest, FeaturedNew, Hot
statusFilterstringActiveActive, NotStarted, Expired, all
limitinteger50Max campaigns (1–200)

Example: Hottest active campaigns

{"listType": "Hot", "statusFilter": "Active", "limit": 50}

Example: Upcoming campaigns to prepare for

{"listType": "Newest", "statusFilter": "NotStarted", "limit": 30}

Output

{
"campaign_id": "GC7NptZF1F",
"name": "BSC DAILY <> AGENT4 PARTNERSHIP GIVEAWAY",
"description": "Complete the daily quest to earn BNB rewards...",
"status": "Active",
"thumbnail": "https://...",
"participants_count": 12450,
"start_time": "2026-06-01T00:00:00+00:00",
"end_time": "2026-06-05T00:00:00+00:00",
"days_remaining": 1.5,
"space_name": "BSC Daily",
"space_alias": "bscdaily",
"space_is_verified": true,
"space_logo": "https://...",
"galxe_url": "https://app.galxe.com/quest/bscdaily/GC7NptZF1F"
}

Pricing

  • $0.002 per campaign returned

Examples:

  • Top 50 trending: $0.10
  • Full 200-campaign sweep: $0.40

Data Source

Galxe GraphQL endpoint — official, public, no auth required.



Feedback

Leave a review on Apify Store