{
  "openapi": "3.0.1",
  "info": {
    "title": "Republic.com Scraper",
    "description": "Scrape funding/campaign data from Republic.com",
    "version": "0.0",
    "x-build-id": "ILkKcGKMLsGa9vV1L"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/jupri~republic/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-jupri-republic",
        "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/jupri~republic/runs": {
      "post": {
        "operationId": "runs-sync-jupri-republic",
        "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/jupri~republic/run-sync": {
      "post": {
        "operationId": "run-sync-jupri-republic",
        "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": {
          "search": {
            "title": "Search",
            "type": "string",
            "description": ""
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "Company Location"
          },
          "limit": {
            "title": "Limit",
            "type": "integer",
            "description": "Limit number of results"
          },
          "sort": {
            "title": "Sort",
            "enum": [
              "most_funded",
              "recently_launched",
              "most_traction_last_week",
              "closing_soon"
            ],
            "type": "string",
            "description": ""
          },
          "tags:arts-entertainment": {
            "title": "Arts & Entertainment",
            "type": "boolean",
            "description": "Live it up. Discover companies creating and supporting cultural, entertainment, and recreational experiences, both online and IRL."
          },
          "tags:cannabis": {
            "title": "Cannabis",
            "type": "boolean",
            "description": "From CBD to growing and smoking supplies, these companies support all facets of the cannabis industry."
          },
          "tags:consumer-goods-retail": {
            "title": "Consumer Goods & Retail",
            "type": "boolean",
            "description": "Add to cart. Explore companies that make the products you use every day, from beauty products to cars, food, and household goods."
          },
          "tags:edtech-education": {
            "title": "Edtech & Education",
            "type": "boolean",
            "description": "Never stop learning. Explore companies innovating education systems and building solutions for learners of all ages."
          },
          "tags:fashion": {
            "title": "Fashion",
            "type": "boolean",
            "description": "Suit up. Explore companies that are transforming the fashion and apparel industry."
          },
          "tags:fintech-finance": {
            "title": "Fintech & Finance",
            "type": "boolean",
            "description": "Cash in. Explore companies that are working to upgrade the financial services industry."
          },
          "tags:food-drinks": {
            "title": "Food & Drinks",
            "type": "boolean",
            "description": "Go bananas. Explore companies that make food and beverage solutions, including grocery and food distributors, alcohol, CPGs, and up-and-coming food brands."
          },
          "tags:health-wellness": {
            "title": "Health & Wellness",
            "type": "boolean",
            "description": "Feel good. Explore companies that help improve health and wellbeing through fitness, nutrition, and mental wellness."
          },
          "tags:healthcare": {
            "title": "Healthcare",
            "type": "boolean",
            "description": "Get well soon. Explore companies improving health outcomes with innovations in patient care, medicine, and medical devices."
          },
          "tags:real-estate": {
            "title": "Real Estate",
            "type": "boolean",
            "description": "For sale. Find companies that are building, managing, selling, and investing in both residential and commercial properties."
          },
          "tags:services": {
            "title": "Services",
            "type": "boolean",
            "description": "Take care of it. Explore companies offering services to consumers and businesses, from consulting and legal services to tailors and drivers."
          },
          "tags:transportation": {
            "title": "Transportation",
            "type": "boolean",
            "description": "A to B. Explore companies that are shaping the future of transportation, from public transit to ridesharing to last-mile transit solutions."
          },
          "tags:travel-hospitality": {
            "title": "Travel & Hospitality",
            "type": "boolean",
            "description": "Out of office. Explore companies that are revolutionizing the way people travel, dine, and relax."
          },
          "tags:ai-machine-learning": {
            "title": "AI & Machine Learning",
            "type": "boolean",
            "description": "Discover AI and machine learning companies that are aiming to increasebusiness efficiencies by reducing costly human errors."
          },
          "tags:apps": {
            "title": "Apps",
            "type": "boolean",
            "description": "Tapping simplicity. Discover app companies that allow users to have easy, functional access to information, products, services, and processes in real-time."
          },
          "tags:biotechnology": {
            "title": "Biotechnology",
            "type": "boolean",
            "description": "Living, breathing science. Discover investment opportunities in biotech companies that are advancing medical discovery."
          },
          "tags:blockchain": {
            "title": "Blockchain",
            "type": "boolean",
            "description": "Distributing ledgers. Explore opportunities in companies that use blockchain technology to increase trust, security, transparency, and the traceability of data shared across business networks."
          },
          "tags:electric-vehicles": {
            "title": "Electric Vehicles (EVs)",
            "type": "boolean",
            "description": "null"
          },
          "tags:hardware": {
            "title": "Hardware",
            "type": "boolean",
            "description": "Computer parts. Discover investment opportunities in companies that make the physical components of computer systems."
          },
          "tags:iot": {
            "title": "IoT",
            "type": "boolean",
            "description": "Computers, connected. Explore Internet of Things (IoT) companies that make connected data devices that autonomously send and act on data."
          },
          "tags:robotics": {
            "title": "Robotics",
            "type": "boolean",
            "description": "Helpful hardware. Explore companies designing, manufacturing, and operating robots that help improve safety, speed, efficiency, and consistency."
          },
          "tags:wearables": {
            "title": "Wearables",
            "type": "boolean",
            "description": "Hands-free. Explore investment opportunities in wearable tech companies that allow fitness monitoring, location tracking, timely alerts, and more."
          },
          "tags:b2b": {
            "title": "B2B",
            "type": "boolean",
            "description": "Business is booming. These business-to-business (B2B) companies sell their goods and services to other businesses."
          },
          "tags:b2c": {
            "title": "B2C",
            "type": "boolean",
            "description": "Serve the masses. These business-to-consumer (B2C) companies create products and services meant for end-user customers (like you)."
          },
          "tags:creator-economy": {
            "title": "Creator Economy",
            "type": "boolean",
            "description": "Subscribe and follow. Explore companies that empower creators to monetize their content and products without the middlemen."
          },
          "tags:d2c": {
            "title": "D2C",
            "type": "boolean",
            "description": "Out for delivery. Explore companies skipping retailers and middlemen by selling their products directly to consumers."
          },
          "tags:marketplace": {
            "title": "Marketplace",
            "type": "boolean",
            "description": "Shop now. Explore companies that enable businesses and individuals to buy and sell goods."
          },
          "tags:saas": {
            "title": "SaaS",
            "type": "boolean",
            "description": "Software solutions on demand. Explore companies licensing software to companies and individuals."
          },
          "tags:subscription": {
            "title": "Subscription",
            "type": "boolean",
            "description": "Make it monthly. Explore companies that use a subscription model to keep their customers coming back."
          },
          "tags:1m-raised": {
            "title": "$1M+ raised",
            "type": "boolean",
            "description": "These companies have raised over $1M in capital prior to raising on Republic."
          },
          "tags:5m-raised": {
            "title": "$5M+ raised",
            "type": "boolean",
            "description": "These companies have raised over $5M in capital prior to raising on Republic."
          },
          "tags:10m-raised": {
            "title": "$10M+ raised",
            "type": "boolean",
            "description": "These companies have raised over $10M in capital prior to raising on Republic."
          },
          "tags:25m-raised": {
            "title": "$25M+ raised",
            "type": "boolean",
            "description": "These companies have raised over $25M in capital prior to raising on Republic"
          },
          "tags:10-24-employees": {
            "title": "10-24 employees",
            "type": "boolean",
            "description": "These companies have 10-24 full-time employees on payroll."
          },
          "tags:25-49-employees": {
            "title": "25-49 employees",
            "type": "boolean",
            "description": "These companies have 25-49 full-time employees on payroll."
          },
          "tags:bootstrapped": {
            "title": "Bootstrapped",
            "type": "boolean",
            "description": "These companies have at least $10k in monthly revenue, and haven't raised any outside capital to date."
          },
          "tags:notable-angel-backing": {
            "title": "Notable angel backing",
            "type": "boolean",
            "description": "These companies are backed by notable angel investors, which include angels who previously co-founded one or more companies that exited for $250M+."
          },
          "tags:power-founders": {
            "title": "Power Founders",
            "type": "boolean",
            "description": "These companies are founded by one or more founders who have previously had a $20M+ exit and/or served as CEO or COO of a $5M+ annual revenue business for two or more years."
          },
          "tags:profitable": {
            "title": "Profitable",
            "type": "boolean",
            "description": "These companies have been profitable for the past 6 months as of the date of filing their Form C."
          },
          "tags:venture-backed": {
            "title": "Venture-backed",
            "type": "boolean",
            "description": "These companies are backed by a venture capital firm."
          },
          "tags:250k-revenue": {
            "title": "$250K+ revenue",
            "type": "boolean",
            "description": "These companies had over $250,000 in trailing revenue in the past 12 months."
          },
          "tags:500k-revenue": {
            "title": "$500K+ revenue",
            "type": "boolean",
            "description": "These companies had over $500,000 in trailing revenue in the past 12 months."
          },
          "tags:1m-revenue": {
            "title": "$1M+ revenue",
            "type": "boolean",
            "description": "These companies had over $1,000,000 in trailing revenue in the past 12 months."
          },
          "tags:5m-revenue": {
            "title": "$5M+ revenue",
            "type": "boolean",
            "description": "These companies had over $5,000,000 in trailing revenue in the past 12 months."
          },
          "tags:10m-revenue": {
            "title": "$10M revenue",
            "type": "boolean",
            "description": "These companies had over $10,000,000 in trailing revenue in the past 12 months."
          },
          "tags:crowd-safe": {
            "title": "Crowd SAFE",
            "type": "boolean",
            "description": "A CrowdSAFE is an agreement between an investor and a company where, upon certain trigger events, the investment may convert to equity at a future date or be paid out in cash equivalent. The investor is not receiving equity today, but rather the potential for future equity. <a href=\"/help/what-is-the-crowd-safe\">Learn more</a>"
          },
          "tags:debt": {
            "title": "Debt",
            "type": "boolean",
            "description": "null"
          },
          "tags:equity-1": {
            "title": "Equity",
            "type": "boolean",
            "description": "null"
          },
          "tags:diverse-founders": {
            "title": "Diverse Founders",
            "type": "boolean",
            "description": "Not all founders have equal access to capital. Fund diverse founding teams, from BlPOC founders to LGBTQ+ founders to veterans, founders with disabilities, immigrants, and women."
          },
          "tags:social-impact": {
            "title": "Social Impact",
            "type": "boolean",
            "description": "Do good. These social impact companies are solving the most pressing social challenges and enacting positive change."
          },
          "tags:sustainability": {
            "title": "Sustainability",
            "type": "boolean",
            "description": "Help accelerate breakthrough technology to save the planet. Fund the future of change."
          },
          "min_valuation": {
            "title": "Min. Valuation",
            "type": "integer",
            "description": ""
          },
          "max_valuation": {
            "title": "Max. Valuation",
            "type": "integer",
            "description": ""
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}