{
  "openapi": "3.0.1",
  "info": {
    "title": "Acquire.com Scraper — Full Financials, Metrics & Details",
    "description": "Acquire.com scraper with the FULL logged-in dataset: TTM & monthly revenue/profit, multiples, growth, ARR, churn, customers, business model, tech stack, competitors, key assets, financing & P&L per startup listing. Filter by category, price, revenue, profit. JSON/CSV, pure HTTP",
    "version": "0.0",
    "x-build-id": "wN6dhGgGDKvsaFjNM"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/memo23~acquire-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-memo23-acquire-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/memo23~acquire-scraper/runs": {
      "post": {
        "operationId": "runs-sync-memo23-acquire-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/memo23~acquire-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-memo23-acquire-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": {
          "startUrls": {
            "title": "Start URLs (optional)",
            "type": "array",
            "description": "Specific Acquire.com listing URLs to scrape, e.g. <code>https://app.acquire.com/startup/&lt;linkId&gt;-&lt;slug&gt;</code>. When provided, only these are scraped and the marketplace filters below are ignored.<br><br><b>Clear this field to crawl the whole marketplace</b> (~1,300+ listings) with your filters instead.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "maxItems": {
            "title": "Max listings",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of listings to scrape. The live marketplace has ~1,300+ verified listings.",
            "default": 100
          },
          "categories": {
            "title": "Categories",
            "type": "array",
            "description": "Restrict to specific Acquire categories. Known values (case-sensitive): <code>SaaS</code>, <code>eCommerce</code>, <code>Mobile</code>, <code>AI</code>, <code>Shopify</code>, <code>Services</code>, <code>Content</code>, <code>Digital</code>, <code>Other</code>. Leave empty for all categories.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "verifiedOnly": {
            "title": "Verified listings only",
            "type": "boolean",
            "description": "Only return listings Acquire flags as verified.",
            "default": false
          },
          "fetchFullDetails": {
            "title": "Fetch full details (business model, tech stack, competitors, P&L…)",
            "type": "boolean",
            "description": "When <b>enabled</b> (default) the scraper reads each listing's full detail document — business model, tech stack, competitors, growth opportunities, key assets, selling reason, asking-price reasoning, and the year-by-year P&L snapshot.<br><br>When <b>disabled</b>, only the marketplace summary is returned (still includes all financials, multiples, growth, churn, customers, ARR) — <b>faster and cheaper</b>.",
            "default": true
          },
          "minPrice": {
            "title": "Min asking price (USD)",
            "type": "integer",
            "description": "Only listings with asking price ≥ this."
          },
          "maxPrice": {
            "title": "Max asking price (USD)",
            "type": "integer",
            "description": "Only listings with asking price ≤ this."
          },
          "minRevenue": {
            "title": "Min TTM revenue (USD)",
            "type": "integer",
            "description": "Only listings with trailing-12-month revenue ≥ this."
          },
          "maxRevenue": {
            "title": "Max TTM revenue (USD)",
            "type": "integer",
            "description": "Only listings with trailing-12-month revenue ≤ this."
          },
          "minProfit": {
            "title": "Min TTM profit (USD)",
            "type": "integer",
            "description": "Only listings with trailing-12-month profit ≥ this."
          },
          "maxProfit": {
            "title": "Max TTM profit (USD)",
            "type": "integer",
            "description": "Only listings with trailing-12-month profit ≤ this."
          },
          "minRevenueMultiple": {
            "title": "Min revenue multiple",
            "type": "integer",
            "description": "Asking price ÷ TTM revenue ≥ this."
          },
          "maxRevenueMultiple": {
            "title": "Max revenue multiple",
            "type": "integer",
            "description": "Asking price ÷ TTM revenue ≤ this."
          },
          "minProfitMultiple": {
            "title": "Min profit multiple",
            "type": "integer",
            "description": "Asking price ÷ TTM profit ≥ this."
          },
          "maxProfitMultiple": {
            "title": "Max profit multiple",
            "type": "integer",
            "description": "Asking price ÷ TTM profit ≤ this."
          },
          "minGrowth": {
            "title": "Min annual growth rate (%)",
            "type": "integer",
            "description": "Only listings with annual growth rate ≥ this percent."
          },
          "includeRawData": {
            "title": "Include raw API data",
            "type": "boolean",
            "description": "Add the raw Acquire API objects (_rawSearch / _rawDetail) to each record for debugging or access to fields not mapped above.",
            "default": false
          },
          "proxy": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Proxy used for requests. Residential US recommended. Paying users default to Apify Residential (US).",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ]
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}