{
  "openapi": "3.0.1",
  "info": {
    "title": "Superteam Earn Scraper — Bounties, Projects & EV per Entry",
    "description": "Scrape every Superteam Earn bounty and project: reward in USD, deadline, entries so far, naive EV per entry, verified-sponsor and AI-agent-allowed flags, skill categories and a 0-100 opportunity score. HTTP-only, no login, no API key.",
    "version": "0.0",
    "x-build-id": "HKuyhlBasXHTf4C1S"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/tactful_anvil~superteam-earn-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-tactful_anvil-superteam-earn-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/tactful_anvil~superteam-earn-scraper/runs": {
      "post": {
        "operationId": "runs-sync-tactful_anvil-superteam-earn-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/tactful_anvil~superteam-earn-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-tactful_anvil-superteam-earn-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "status": {
            "title": "Lifecycle status",
            "enum": [
              "open",
              "review",
              "completed",
              "all"
            ],
            "type": "string",
            "description": "Which part of the board to pull. `open` = live listings you can still enter (default). `review` = deadline passed, winners being judged. `completed` = winners announced (~2k rows of history). `all` = everything.",
            "default": "open"
          },
          "types": {
            "title": "Listing types",
            "type": "array",
            "description": "Keep only these listing types. Empty = all. `bounty` = open competition, many submit, top N win. `project` = application-based freelance gig. `hackathon` = hackathon side tracks.",
            "items": {
              "type": "string",
              "enum": [
                "bounty",
                "project",
                "hackathon"
              ],
              "enumTitles": [
                "Bounties",
                "Projects",
                "Hackathon tracks"
              ]
            }
          },
          "categories": {
            "title": "Categories",
            "type": "array",
            "description": "Keep only listings tagged with at least one of these skill categories.",
            "items": {
              "type": "string",
              "enum": [
                "Content",
                "Design",
                "Development",
                "Other"
              ],
              "enumTitles": [
                "Content",
                "Design",
                "Development",
                "Other"
              ]
            }
          },
          "minRewardUsd": {
            "title": "Min reward (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Keep only listings whose fixed reward (or range maximum) is at least this many USD. Listings paid in volatile tokens have no USD value and are excluded by this filter."
          },
          "maxSubmissions": {
            "title": "Max entries so far",
            "minimum": 0,
            "type": "integer",
            "description": "Cap the competition: keep only listings with at most this many submissions already in. Try 10 for boards almost nobody has found yet."
          },
          "minDaysLeft": {
            "title": "Min days left",
            "minimum": 0,
            "type": "integer",
            "description": "Skip listings that close sooner than this many days from now (open listings only)."
          },
          "verifiedSponsorsOnly": {
            "title": "Verified sponsors only",
            "type": "boolean",
            "description": "Keep only listings from sponsors Superteam has verified.",
            "default": false
          },
          "agentAllowedOnly": {
            "title": "AI-agent-allowed only",
            "type": "boolean",
            "description": "Keep only listings whose sponsor explicitly allows AI-agent submissions (`agentAccess: AGENT_ALLOWED`).",
            "default": false
          },
          "excludeProGated": {
            "title": "Exclude Pro-gated listings",
            "type": "boolean",
            "description": "Drop listings restricted to Superteam Earn Pro members.",
            "default": false
          },
          "enrichCategories": {
            "title": "Enrich with categories",
            "type": "boolean",
            "description": "Tag every row with its skill categories (4 extra API calls). Turn off for the absolute fastest run; any category filter forces this on.",
            "default": true
          },
          "searchText": {
            "title": "Search text",
            "type": "string",
            "description": "Case-insensitive match against title, sponsor, type, categories and token. Example: \"solana\", \"video\", \"rust\"."
          },
          "sortBy": {
            "title": "Sort by",
            "enum": [
              "opportunity",
              "reward",
              "evPerEntry",
              "endingSoon",
              "fewestEntries",
              "deadline"
            ],
            "type": "string",
            "description": "Order of the results.",
            "default": "opportunity"
          },
          "maxItems": {
            "title": "Max results",
            "minimum": 1,
            "maximum": 5000,
            "type": "integer",
            "description": "Hard cap on pushed results — you are only charged for what is returned.",
            "default": 1000
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}