{
  "openapi": "3.0.1",
  "info": {
    "title": "Private Company Data API - Funding and Valuation",
    "description": "Search a private-market company intelligence database by industry, market, technology, geography, headcount, funding and valuation, and optionally attach every funding round. Pay per result. Bring your own API key.",
    "version": "0.1",
    "x-build-id": "j1t7feIwOmPyu1qo2"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/nabeelbaghoor~private-company-data-api/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-nabeelbaghoor-private-company-data-api",
        "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/nabeelbaghoor~private-company-data-api/runs": {
      "post": {
        "operationId": "runs-sync-nabeelbaghoor-private-company-data-api",
        "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/nabeelbaghoor~private-company-data-api/run-sync": {
      "post": {
        "operationId": "run-sync-nabeelbaghoor-private-company-data-api",
        "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": {
          "keyword": {
            "title": "Keyword",
            "type": "string",
            "description": "Free text matched against company names, descriptions and aliases."
          },
          "orgNames": {
            "title": "Company names",
            "type": "array",
            "description": "Exact company names to match.",
            "items": {
              "type": "string"
            }
          },
          "urls": {
            "title": "Company websites",
            "type": "array",
            "description": "Company website URLs or domains to match.",
            "items": {
              "type": "string"
            }
          },
          "orgIds": {
            "title": "Organisation ids",
            "type": "array",
            "description": "Look up specific companies by their provider organisation id.",
            "items": {
              "type": "string"
            }
          },
          "industryIds": {
            "title": "Industry ids",
            "type": "array",
            "description": "Industry taxonomy ids. Use the provider's industries reference to find them.",
            "items": {
              "type": "string"
            }
          },
          "sectorIds": {
            "title": "Sector ids",
            "type": "array",
            "description": "Sector taxonomy ids.",
            "items": {
              "type": "string"
            }
          },
          "subindustryIds": {
            "title": "Subindustry ids",
            "type": "array",
            "description": "Subindustry taxonomy ids.",
            "items": {
              "type": "string"
            }
          },
          "marketIds": {
            "title": "Market ids",
            "type": "array",
            "description": "Market taxonomy ids.",
            "items": {
              "type": "string"
            }
          },
          "marketNames": {
            "title": "Market names",
            "type": "array",
            "description": "Market names, for an alternative to market ids.",
            "items": {
              "type": "string"
            }
          },
          "technologyIds": {
            "title": "Technology ids",
            "type": "array",
            "description": "Technology taxonomy ids the company is associated with.",
            "items": {
              "type": "string"
            }
          },
          "businessModelIds": {
            "title": "Business model ids",
            "type": "array",
            "description": "Business model taxonomy ids, for example subscription or marketplace.",
            "items": {
              "type": "string"
            }
          },
          "collectionIds": {
            "title": "Expert collection ids",
            "type": "array",
            "description": "Restrict results to companies inside these curated collections.",
            "items": {
              "type": "string"
            }
          },
          "awardsAndSpotlightsIds": {
            "title": "Award and spotlight ids",
            "type": "array",
            "description": "Restrict results to companies carrying these awards or spotlights.",
            "items": {
              "type": "string"
            }
          },
          "countryIds": {
            "title": "Country ids",
            "type": "array",
            "description": "Country taxonomy ids for the company headquarters.",
            "items": {
              "type": "string"
            }
          },
          "continentIds": {
            "title": "Continent ids",
            "type": "array",
            "description": "Continent taxonomy ids.",
            "items": {
              "type": "string"
            }
          },
          "regionIds": {
            "title": "Region ids",
            "type": "array",
            "description": "Region taxonomy ids.",
            "items": {
              "type": "string"
            }
          },
          "stateProvinceIds": {
            "title": "State or province ids",
            "type": "array",
            "description": "State or province taxonomy ids.",
            "items": {
              "type": "string"
            }
          },
          "cityIds": {
            "title": "City ids",
            "type": "array",
            "description": "City taxonomy ids.",
            "items": {
              "type": "string"
            }
          },
          "minCurrentHeadcount": {
            "title": "Minimum headcount",
            "minimum": 0,
            "type": "integer",
            "description": "Only companies with at least this many current employees."
          },
          "maxCurrentHeadcount": {
            "title": "Maximum headcount",
            "minimum": 0,
            "type": "integer",
            "description": "Only companies with at most this many current employees."
          },
          "minTotalFundingInMillions": {
            "title": "Minimum total funding (millions USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Only companies that have raised at least this much in total."
          },
          "maxTotalFundingInMillions": {
            "title": "Maximum total funding (millions USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Only companies that have raised at most this much in total."
          },
          "minValuationInMillions": {
            "title": "Minimum valuation (millions USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Only companies valued at or above this amount."
          },
          "maxValuationInMillions": {
            "title": "Maximum valuation (millions USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Only companies valued at or below this amount."
          },
          "minLastFundingDate": {
            "title": "Earliest last funding date",
            "type": "string",
            "description": "Only companies whose most recent round closed on or after this date, as YYYY-MM-DD."
          },
          "maxLastFundingDate": {
            "title": "Latest last funding date",
            "type": "string",
            "description": "Only companies whose most recent round closed on or before this date, as YYYY-MM-DD."
          },
          "lastFundingRoundIds": {
            "title": "Last funding round ids",
            "type": "array",
            "description": "Restrict to companies whose most recent round is one of these round types.",
            "items": {
              "type": "string"
            }
          },
          "lastFundingRoundCategoryIds": {
            "title": "Last funding round category ids",
            "type": "array",
            "description": "Restrict to companies whose most recent round falls in these round categories.",
            "items": {
              "type": "string"
            }
          },
          "fundingInvestorTypeIds": {
            "title": "Funding investor type ids",
            "type": "array",
            "description": "Restrict to companies funded by these types of investor.",
            "items": {
              "type": "string"
            }
          },
          "investorOrgIds": {
            "title": "Investor organisation ids",
            "type": "array",
            "description": "Restrict to companies backed by these specific investors.",
            "items": {
              "type": "string"
            }
          },
          "investorTypeIds": {
            "title": "Investor type ids",
            "type": "array",
            "description": "Investor type taxonomy ids.",
            "items": {
              "type": "string"
            }
          },
          "orgStatusIds": {
            "title": "Company status ids",
            "type": "array",
            "description": "Restrict to companies in these statuses, for example active, acquired or closed.",
            "items": {
              "type": "string"
            }
          },
          "vcBacked": {
            "title": "Venture backed only",
            "type": "boolean",
            "description": "Only return companies that have taken venture capital funding.",
            "default": false
          },
          "tickers": {
            "title": "Tickers",
            "type": "array",
            "description": "Stock tickers to match.",
            "items": {
              "type": "string"
            }
          },
          "ciks": {
            "title": "CIK numbers",
            "type": "array",
            "description": "SEC central index key numbers.",
            "items": {
              "type": "string"
            }
          },
          "cusips": {
            "title": "CUSIPs",
            "type": "array",
            "description": "CUSIP identifiers.",
            "items": {
              "type": "string"
            }
          },
          "isins": {
            "title": "ISINs",
            "type": "array",
            "description": "ISIN identifiers.",
            "items": {
              "type": "string"
            }
          },
          "leis": {
            "title": "LEIs",
            "type": "array",
            "description": "Legal entity identifiers.",
            "items": {
              "type": "string"
            }
          },
          "figis": {
            "title": "FIGIs",
            "type": "array",
            "description": "Financial instrument global identifiers.",
            "items": {
              "type": "string"
            }
          },
          "sort": {
            "title": "Sort",
            "type": "object",
            "description": "Sort instruction passed straight to the provider, for example {\"field\":\"totalFunding\",\"order\":\"desc\"}. Leave empty for the provider's default relevance order."
          },
          "rawParams": {
            "title": "Extra parameters",
            "type": "object",
            "description": "Any additional request parameter, merged over the ones above. Use this for a filter the provider adds after this actor was published."
          },
          "includeFundingRounds": {
            "title": "Include funding rounds",
            "type": "boolean",
            "description": "Also read each company's funding rounds and attach them to the row. This makes an extra API call per 100 companies and consumes more of your provider credits.",
            "default": false
          },
          "maxResults": {
            "title": "Maximum results",
            "minimum": 1,
            "maximum": 20000,
            "type": "integer",
            "description": "Stop after this many company records (1 to 20,000). You are charged per result returned."
          },
          "pageSize": {
            "title": "Results per request",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "How many companies to request per API call (1 to 100). Larger pages mean fewer calls."
          },
          "apiKey": {
            "title": "API client id",
            "type": "string",
            "description": "Your own client id for the data provider. Required. Used with the client secret below to obtain a 24 hour access token. Stored securely and never logged."
          },
          "apiSecret": {
            "title": "API client secret",
            "type": "string",
            "description": "Your own client secret for the data provider. Required. Stored securely and never logged."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}