Devpost: Search Hackathons
Devpost via Parse · developer_tools
Search and list hackathons with optional filters for status, search query, sorting, and pagination. Returns hackathon details including title, submission dates, prize amount, themes, and registration count. Each page from the upstream API returns up to 9 results; the limit parameter controls how many total results to accumulate across pages. Search and browse hackathons from Devpost with filters for status, search terms, and sorting by prize amount or submission deadline. Fulfilled by Parse from devpost.com.
- developer-tools
- devpost
- devpost-com
- education
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/acda262a-d000-4dc9-b208-2dbdda094d00/search_hackathons
- Interface artifact
- sha256:dff2baa87f159e30c3829dd795bceaa08ef0bf5bb60a5454f9504bbc82ca86a4
- Manifest digest
- sha256:c32ac6dbbc5cdce91b98cbdac49f982492c6f1113df3a57ffb3dee1964798cd8
Request fields
- page (integer): Page number (1-indexed).
- limit (integer): Maximum number of results to return.
- search (string): Search query to filter hackathons by keyword. Omitting returns all hackathons.
- status (string): Filter by hackathon status. Accepted values: 'open', 'ended', 'upcoming'. Omitting returns all statuses.: Allowed values: open, ended, upcoming
- order_by (string): Sort order for results. Accepted values: 'submission-deadline', 'prize-amount', 'recently-added'. Omitting uses default relevance ordering.: Allowed values: submission-deadline, prize-amount, recently-added
Example queries
- {"limit":"5","search":"AI","status":"open"}