Hackathon Aggregator avatar

Hackathon Aggregator

Pricing

Pay per usage

Go to Apify Store
Hackathon Aggregator

Hackathon Aggregator

Every active and upcoming hackathon from Devpost and ETHGlobal in one feed. Updated on demand. No API key required.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Gabriel Antony Xaviour

Gabriel Antony Xaviour

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Categories

Share

Every active and upcoming hackathon — Devpost + ETHGlobal — in one structured feed. Free.

Stop bookmarking ten sites to track hackathons. Run this actor and get a single dataset of every open or upcoming hackathon across the major platforms.

What it does

Pulls active + upcoming hackathons from:

  • Devpost (all categories: AI, web3, social impact, beginner-friendly, university, …)
  • ETHGlobal (web3 / Ethereum)

Returns a unified row per hackathon with name, URL, dates, prize, focus areas, and status.

Use cases

  • Builders picking which hackathon to enter next month
  • Sponsors scouting events to back / set up bounties at
  • Community managers maintaining an internal hackathon calendar
  • VCs spotting deal flow trends ("everyone is doing AI agents this quarter")
  • DevRel teams planning conference + hackathon presence

Input

{
"sources": ["devpost", "ethglobal"],
"maxPerSource": 50
}
FieldTypeDescription
sourcesarraySubset of ["devpost", "ethglobal"]. Defaults to both.
maxPerSourceintegerCap per source (default 50, max 200)

Output (example)

{
"source": "devpost",
"name": "Agents Assemble - The Healthcare AI Endgame",
"url": "https://agents-assemble-healthcare.devpost.com/",
"endDate": "May 10 - 12, 2026",
"prize": "$25,000",
"status": "open",
"focus": ["Health", "Machine Learning/AI", "Beginner Friendly"]
}

Performance

  • 39 hackathons (9 Devpost + 30 ETHGlobal): 9 seconds, $0.002

Pricing

Free. You pay only Apify's tiny platform compute cost (~$0.002 per run), no markup.

FAQ

Why only Devpost and ETHGlobal? Those are the highest-quality public listings with proper APIs / structured HTML. MLH, DoraHacks, HackerEarth, Encode Club, etc. can be added — open a feature request.

How fresh is the data? Hits Devpost + ETHGlobal live every time you run. No cache. Add a cron schedule in Apify to refresh hourly/daily.

Can I filter by category at the actor level? Not yet — but the focus field in each row makes filtering trivial after the run (or in a webhook).

Author

Built by gabrielaxy.