Devfolio: Search Hackathons
Devfolio via Parse · developer_tools
Search hackathons by keyword or list them by status. When a query is provided, results are ranked by relevance across all hackathons regardless of status. When no query is provided, results are filtered by the type parameter (defaults to applications currently open). Results are paginated via from/size offsets. Optional client-side filters (theme, eligibility, level, location) narrow results after fetching from the upstream API; when any filter is active, total reflects the count of matching results found within the scanned upstream window (up to 250 results scanned). Search and discover hackathons on Devfolio by keyword or status filter. Fulfilled by Parse from devfolio.co.
- developer-tools
- devfolio
- devfolio-co
- education
- other
- 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
- POST /scraper/ba5b840c-b804-4a04-ada0-30c1d7ebea88/search_hackathons
- Interface artifact
- sha256:6579ebdc2499d1a71b324975f96a52620ba728478c27f6de377f4bdd33c8bccb
- Manifest digest
- sha256:333d44cb4de21d589d4d3925718a9f3e9185a8797c9a13fa8a6c0259ce971bfc
Request fields
- from (integer): Zero-based offset for pagination. Use with size to page through results.
- size (integer): Number of hackathons to return per request, between 1 and 50.
- type (string): Status filter applied when no query is provided. Ignored when query is set.: Allowed values: application_open, upcoming, past
- level (string): Filter by hackathon scope/level (case-insensitive text match against hackathon name, tagline, and description). Use values like 'national', 'international', 'college' to find hackathons of a specific scale.
- query (string): Free-text search query matched against hackathon names and descriptions. When provided, the type filter is ignored and results span all statuses.
- theme (string): Filter by hackathon theme/domain (case-insensitive partial match against theme tags like AI, Blockchain, FinTech, HealthTech, Design, Hardware, etc.). Only hackathons whose themes array contains a matching entry are returned.
- location (string): Filter by location. Returns hackathons that are either (a) online (always included) or (b) held in a city matching this value (case-insensitive match against city, location, and name fields). Bangalore and Bengaluru are treated as equivalent.
- eligibility (string): Filter by eligibility/participant criteria (case-insensitive text match against hackathon name, tagline, and description). Use values like 'undergraduate', 'student', 'women' to find hackathons targeting specific participant groups.
Example queries
- {"from":"0","size":"10","type":"application_open","query":"blockchain"}