{
  "openapi": "3.0.1",
  "info": {
    "title": "Lead Intelligence Engine",
    "description": "An intelligent Google Maps & website scanner for agencies and B2B teams. Automatically finds companies, extracts emails, phones, and socials, audits sites for SEO, legal, and UX issues, scores leads (A+–D), and generates personalized CTAs targeting real pain points. Perfect for sales prospecting.",
    "version": "0.0",
    "x-build-id": "HB0qPbgnJ11al3oyv"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/valle~lead-intelligence-engine/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-valle-lead-intelligence-engine",
        "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/valle~lead-intelligence-engine/runs": {
      "post": {
        "operationId": "runs-sync-valle-lead-intelligence-engine",
        "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/valle~lead-intelligence-engine/run-sync": {
      "post": {
        "operationId": "run-sync-valle-lead-intelligence-engine",
        "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",
        "required": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Modus",
            "enum": [
              "SEARCH",
              "WEBSITES"
            ],
            "type": "string",
            "description": "SEARCH = Google Maps (mit API Key: zuverlässig, ohne: Web Scraping); WEBSITES = feste Domainliste crawlen.",
            "default": "SEARCH"
          },
          "searchStringsArray": {
            "title": "Suchbegriffe",
            "type": "array",
            "description": "Nur für SEARCH.",
            "items": {
              "type": "string"
            },
            "default": [
              "Plastische Chirurgie"
            ]
          },
          "locationQueries": {
            "title": "Orte",
            "type": "array",
            "description": "Nur für SEARCH.",
            "items": {
              "type": "string"
            },
            "default": [
              "Stuttgart, Deutschland"
            ]
          },
          "maxCrawledPlacesPerSearch": {
            "title": "Max Plätze je Suche",
            "type": "integer",
            "description": "Maximale Anzahl an Google Maps Ergebnissen pro Suchbegriff-Ort-Kombination.",
            "default": 20
          },
          "maxLocalSearchPages": {
            "title": "Max Local-Search Seiten",
            "type": "integer",
            "description": "Anzahl der Google-Local-Search-Seiten (tbm=lcl) pro Suche. Jede Seite liefert ca. 20 Einträge.",
            "default": 3
          },
          "websites": {
            "title": "Websites",
            "type": "array",
            "description": "Nur für WEBSITES. Volle URLs inkl. https://",
            "items": {
              "type": "string"
            }
          },
          "useApifyProxy": {
            "title": "Apify Proxy nutzen",
            "type": "boolean",
            "description": "Aktiviert das Apify Proxy-Netzwerk für bessere Anonymität und Rate-Limiting.",
            "default": true
          },
          "apifyProxyGroups": {
            "title": "Proxy-Gruppen",
            "type": "array",
            "description": "Proxy-Gruppen für geografische Zielung (z.B. DE, US, AUTO).",
            "items": {
              "type": "string"
            },
            "default": [
              "DE"
            ]
          },
          "googlePlacesApiKey": {
            "title": "Google Places API Key (Optional)",
            "type": "string",
            "description": "Optional für SEARCH-Modus. Ohne Key wird Web Scraping genutzt. Mit Key: Zuverlässiger (~$0.03/Suche, $200/Monat kostenlos)."
          },
          "maxConcurrency": {
            "title": "Maximale Parallelität",
            "type": "integer",
            "description": "Anzahl gleichzeitiger Website-Crawls (1-20 empfohlen, Standard: 3 für stabilere Scans ohne Timeouts).",
            "default": 3
          },
          "outputLanguage": {
            "title": "Output-Sprache",
            "enum": [
              "de",
              "en"
            ],
            "type": "string",
            "description": "Steuert, ob CTA-Texte auf Deutsch oder Englisch generiert werden.",
            "default": "de"
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}