ParseForge Scrapers

Devpost Hackathons Scraper

parseforge/devpost-hackathons-scraper

Jobs

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
4
Bookmarked
0
Rating
Not rated yet
Last modified
2 days ago

Overview

ParseForge Banner

๐Ÿ† Devpost Hackathons Scraper

๐Ÿš€ Export every hackathon on Devpost: prizes, themes, dates, registrations: in seconds.

This Actor pulls hackathons straight from the public Devpost API. No login, no API key, no HTML scraping. One clean row per hackathon.

Devpost is the largest hackathon platform in the world. This scraper turns its live listings into a structured dataset you can filter, track, and analyse.

For Use it to
Developers & students Find open hackathons by prize, theme, and deadline
Community & DevRel teams Track the hackathon landscape and competitors
Analysts Study prizes, participation, and trends over time

๐Ÿ“‹ What it does

  • Lists hackathons with an optional status filter (open / upcoming / ended) and keyword query.
  • Returns one row per hackathon with prize, themes, dates, registrations, and organizer.
  • Paginates automatically up to your maxItems.

๐Ÿ“Š Output

Field Description
๐Ÿ–ผ๏ธ imageUrl Hackathon thumbnail
๐Ÿท๏ธ title Hackathon name
๐Ÿ”— url Devpost page
๐ŸŸข openState open / upcoming / ended
๐Ÿ“ location Online or a city
๐Ÿ’ฐ prizeAmount Total prize pool
๐Ÿ‘ฅ registrationsCount Participants registered
๐Ÿข organizationName Host organization
๐ŸŽฏ themes Theme tags
๐Ÿ“… submissionDates Submission window
โณ timeLeft Time left to submit
โญ featured Featured on Devpost
๐Ÿ”’ inviteOnly Invite-only event
๐Ÿ•“ scrapedAt When this row was collected

Sample record:

{
  "title": "RevenueCat Shipaton 2026",
  "url": "https://revenuecat-shipaton-2026.devpost.com/",
  "openState": "open",
  "location": "Online",
  "prizeAmount": "$740,000",
  "registrationsCount": 19921,
  "organizationName": "RevenueCat",
  "themes": ["Design", "Gaming", "Mobile"],
  "submissionDates": "Jul 31 - Oct 01, 2026"
}

๐Ÿš€ How to use

  1. Create a free account w/ $5 credit.
  2. Open the Actor, pick a status (or leave All), set maxItems.
  3. Run it and download JSON, CSV, Excel, or XML.

โ“ FAQ

Do I need an API key? No. The Actor uses the public Devpost API.

Can I get only open hackathons? Yes: set status to Open.

How fresh is the data? Every run reads Devpost live.

How many can I get? As many as match your filters, up to maxItems.

๐Ÿ”— Recommended Actors

๐Ÿ’ก Pro Tip: browse the complete ParseForge collection for more data Actors.


This Actor is not affiliated with Devpost. It reads publicly available data from the Devpost API for research and discovery. Respect Devpost's terms.

Input

FieldTypeWhat it doesDefault
status string (4 options) Filter by hackathon status. Leave as 'all' for everything. all
query string Optional keyword to search hackathons by title/theme. not set
maxItems integer Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000 10

Pricing

from $3.62 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.00362 to $0.004

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~devpost-hackathons-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Devpost Hackathons Scraper on Apify All scrapers