# Devpost Online Hackathon Finder

**Use case:** 

Find online Devpost hackathons with themes, prize values, deadlines, organizers, registration counts, and competition URLs.

## Input

```json
{
  "searchQuery": "",
  "challengeType": "online",
  "status": "upcoming",
  "themes": [
    "Machine Learning/AI",
    "Social Good"
  ],
  "orderBy": "recently-added",
  "maxResults": 75,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "organizationName": {
    "label": "Organizer",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "openState": {
    "label": "Status",
    "format": "text"
  },
  "submissionPeriodDates": {
    "label": "Submission Period",
    "format": "text"
  },
  "timeLeftToSubmission": {
    "label": "Time Left",
    "format": "text"
  },
  "themes": {
    "label": "Themes",
    "format": "text"
  },
  "prizeAmount": {
    "label": "Prize Amount",
    "format": "text"
  },
  "cashPrizesCount": {
    "label": "Cash Prizes",
    "format": "number"
  },
  "otherPrizesCount": {
    "label": "Other Prizes",
    "format": "number"
  },
  "registrationsCount": {
    "label": "Registrations",
    "format": "number"
  },
  "featured": {
    "label": "Featured",
    "format": "boolean"
  },
  "winnersAnnounced": {
    "label": "Winners Announced",
    "format": "boolean"
  },
  "inviteOnly": {
    "label": "Invite Only",
    "format": "boolean"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "link"
  },
  "submissionGalleryUrl": {
    "label": "Gallery URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Devpost Hackathon Scraper](https://apify.com/automation-lab/devpost-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/devpost-scraper) to learn more, explore other use cases, and run it yourself.