Devpost Hackathon Listings Scraper avatar

Devpost Hackathon Listings Scraper

Pricing

Pay per event

Go to Apify Store
Devpost Hackathon Listings Scraper

Devpost Hackathon Listings Scraper

Scrapes hackathon listings from Devpost including title, prize totals, themes, sponsors, participant counts, and submission dates. Filter by status, search query, or theme. Ideal for hackathon discovery, sponsor research, and pre-seed founder sourcing.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Extract hackathon listings from Devpost — title, prize totals, themes, participant counts, submission windows, and host organizations. Filter by status (open/upcoming/ended), keyword search, or theme. No account required.

What it returns

Each hackathon record includes:

FieldDescription
hackathon_idDevpost's numeric ID
titleHackathon name
urlCanonical URL (subdomain on devpost.com)
stateopen / upcoming / ended
submission_period_datesHuman-readable submission window
time_left_to_submissionRemaining time string from Devpost
prize_amount_rawPrize total as displayed (e.g. $60,000)
prize_amount_usdParsed numeric value in USD
prizes_count_cashNumber of cash prizes
themesPipe-separated theme names (e.g. Machine Learning/AI | Databases)
is_ai_tracktrue when the hackathon includes an AI/ML theme
participant_countRegistered participants
winners_announcedWhether winners have been posted
host_organizationOrganizing company or institution
location_typeonline / in-person
location_cityCity for in-person events
thumbnail_urlHackathon thumbnail image
submission_gallery_urlLink to project gallery
invite_onlyWhether registration requires an invite
managed_by_devpostDevpost-managed badge flag
scraped_atISO-8601 timestamp

Input options

FieldTypeDescription
maxItemsintegerMaximum hackathons to return. Leave empty for all.
statusenumFilter by open, upcoming, or ended. Default: all statuses.
searchQuerystringFull-text search across titles and descriptions.
themeFilterstringClient-side partial match on theme names (e.g. Machine Learning/AI).
orderByenumSort order: recently-added, prize-amount, deadline, submissions-count.

Common use cases

Find all open AI hackathons with prize pools Set status: open, searchQuery: AI, orderBy: prize-amount.

VC scout pipeline — upcoming events where founders form teams Set status: upcoming, orderBy: deadline to surface imminent registration windows.

Sponsor research — identify which organizations run the most hackathons Pull all records and aggregate by host_organization.

Pre-seed founder sourcing Combine with the F6S and Product Hunt actors to track the same founders across application, hackathon participation, and launch stages.

Notes

The is_ai_track flag checks theme IDs and names — it catches Machine Learning/AI, Generative AI, LLM, Deep Learning, and similar labels without requiring exact-match input. Prize amounts are parsed from Devpost's HTML-wrapped strings; records with non-standard formatting get prize_amount_usd: null with the raw string preserved in prize_amount_raw.

Devpost caps API responses at 40 per page. A full catalog pull of 13,000+ hackathons takes several minutes at the polite 150ms inter-page delay.