{
  "openapi": "3.0.1",
  "info": {
    "title": "New Product Launch Tracker: Startups Worth Contacting",
    "description": "Every product launched this week on Show HN, BetaList, Fazier and Uneed, resolved to the company's own website and checked for hiring, press, Shopify and apps, so you can tell a real business from a weekend project. No API key, no login, no proxy.",
    "version": "0.1",
    "x-build-id": "Creq8pwXKzvxQe4qr"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/precious_bathmat~launch-lead-radar/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-precious_bathmat-launch-lead-radar",
        "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/precious_bathmat~launch-lead-radar/runs": {
      "post": {
        "operationId": "runs-sync-precious_bathmat-launch-lead-radar",
        "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/precious_bathmat~launch-lead-radar/run-sync": {
      "post": {
        "operationId": "run-sync-precious_bathmat-launch-lead-radar",
        "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": {
          "sources": {
            "title": "Launch platforms to read",
            "type": "array",
            "description": "Which launch platforms to read. Product Hunt is off by default: it serves its pages only to browser-like IPs, so from a server we can read its feed but never the product's own website, and those rows cannot be qualified.",
            "items": {
              "type": "string",
              "enum": [
                "showHn",
                "productHunt",
                "betaList",
                "fazier",
                "uneed"
              ],
              "enumTitles": [
                "Show HN",
                "Product Hunt",
                "BetaList",
                "Fazier",
                "Uneed"
              ]
            },
            "default": [
              "showHn",
              "betaList",
              "fazier",
              "uneed"
            ]
          },
          "days": {
            "title": "How many days back",
            "minimum": 1,
            "maximum": 30,
            "type": "integer",
            "description": "Only include launches from the last N days. Show HN and Fazier carry a launch date; BetaList and Uneed show their current front page.",
            "default": 7
          },
          "maxLaunches": {
            "title": "Maximum launches",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "How many launches to keep, highest traction first. Each one costs $0.004, plus $0.02 if it is qualified.",
            "default": 40
          },
          "keywords": {
            "title": "Only launches matching these words",
            "type": "array",
            "description": "Optional. Keep only launches whose name or tagline contains one of these words, for example \"ai\", \"design\", \"crm\".",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "minTraction": {
            "title": "Minimum upvotes or points",
            "minimum": 0,
            "type": "integer",
            "description": "Skip launches below this much traction on their platform. 0 keeps everything.",
            "default": 0
          },
          "qualify": {
            "title": "Check buying signals",
            "type": "boolean",
            "description": "Look up hiring, Google ads, press, Shopify and apps for each launch. Turn this off for a plain, cheaper list of what launched.",
            "default": true
          },
          "signals": {
            "title": "Which signals to read",
            "type": "array",
            "description": "Fewer signals means a faster, cheaper run. Advertising is off by default because a product launched this week has rarely started buying traffic, and Google rate-limits a server that asks too often.",
            "items": {
              "type": "string",
              "enum": [
                "hiring",
                "advertising",
                "press",
                "shopify",
                "apps"
              ],
              "enumTitles": [
                "Hiring",
                "Advertising on Google",
                "Press coverage",
                "Shopify store",
                "Mobile apps"
              ]
            },
            "default": [
              "hiring",
              "press",
              "shopify",
              "apps"
            ]
          },
          "country": {
            "title": "Country",
            "enum": [
              "US",
              "GB",
              "CA",
              "AU",
              "DE",
              "FR",
              "ES",
              "IT",
              "NL",
              "SE",
              "PL",
              "BR",
              "MX",
              "IN",
              "JP",
              "SG",
              "ZA",
              "AE"
            ],
            "type": "string",
            "description": "Which country's Google ads, news and app store to read.",
            "default": "US"
          },
          "adFormatBreakdown": {
            "title": "Split ads into text, image and video",
            "type": "boolean",
            "description": "Off by default. It costs three extra requests per launch and Google starts refusing a server after about a hundred in one run.",
            "default": false
          }
        }
      },
      "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}