{
  "openapi": "3.0.1",
  "info": {
    "title": "No-Website Leads (Verified)",
    "description": "Local business leads with no live website, a social-only presence, a dead/parked domain, or a DIY-builder site -- every candidate is actually fetched and checked, not just filtered on an empty Google Maps field.",
    "version": "0.1",
    "x-build-id": "ivmjO3euNGena5g1W"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/adam261987~no-website-leads-verified/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-adam261987-no-website-leads-verified",
        "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/adam261987~no-website-leads-verified/runs": {
      "post": {
        "operationId": "runs-sync-adam261987-no-website-leads-verified",
        "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/adam261987~no-website-leads-verified/run-sync": {
      "post": {
        "operationId": "run-sync-adam261987-no-website-leads-verified",
        "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": [
          "category",
          "locations"
        ],
        "properties": {
          "category": {
            "title": "Business category",
            "type": "string",
            "description": "What kind of business to search for, e.g. \"plumber\", \"hair salon\", \"roofing contractor\"."
          },
          "locations": {
            "title": "Locations",
            "type": "array",
            "description": "One or more city/region strings to search in, e.g. [\"Austin, TX\", \"Round Rock, TX\"]. Splitting a city into a few neighborhoods usually finds more results than searching the whole city once, because Google Maps caps each search at roughly 120 results.",
            "items": {
              "type": "string"
            }
          },
          "maxPlacesPerLocation": {
            "title": "Max places to pull per location",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Upper bound on how many businesses to fetch from the base Maps search, per location, before filtering. This is what drives your Apify platform-usage cost, so keep it modest while testing.",
            "default": 120
          },
          "baseMapsActorId": {
            "title": "Base Google Maps scraper Actor",
            "type": "string",
            "description": "The Apify Actor used to pull the raw business listings from Google Maps. The default is a well-established public scraper. You need your own Apify account credits to run it -- this Actor calls it on your behalf.",
            "default": "compass/crawler-google-places"
          },
          "verifyLiveSites": {
            "title": "Actually fetch and verify each candidate website",
            "type": "boolean",
            "description": "If ON (recommended), every business that has a website field on Maps gets that URL fetched and classified as healthy, outdated, a dead link, a parked domain, a directory listing, or a social-only page. If OFF, only the Maps \"no website listed\" field is used, which produces far more false positives.",
            "default": true
          },
          "attemptEmailRecovery": {
            "title": "Attempt to recover an email for site-less businesses",
            "type": "boolean",
            "description": "Best-effort only. For businesses with no live website, tries to pull a contact email from whatever public page is available (their social page, or fields already present in the Maps listing). This will not find an email for every lead -- many simply don't have one publicly listed anywhere.",
            "default": true
          },
          "qualifyingStatuses": {
            "title": "Which classifications count as a \"qualified lead\"",
            "type": "array",
            "description": "Only businesses classified into one of these statuses are counted as qualified leads (and billed at the qualified-lead rate). HEALTHY and COULD_NOT_VERIFY businesses are never included, regardless of this setting. UNREACHABLE is off by default: manual testing found that failed automated checks are often a live site blocking bots, not an actually-dead site, so it produced false positives -- only enable it if you've validated that tradeoff for your use case.",
            "items": {
              "type": "string",
              "enum": [
                "NO_WEBSITE",
                "SOCIAL_ONLY",
                "DIRECTORY_ONLY",
                "PARKED_DOMAIN",
                "UNREACHABLE",
                "OUTDATED_OR_DIY"
              ]
            },
            "default": [
              "NO_WEBSITE",
              "SOCIAL_ONLY",
              "PARKED_DOMAIN",
              "DIRECTORY_ONLY"
            ]
          },
          "dedupeKey": {
            "title": "Dedupe key (optional)",
            "type": "string",
            "description": "Any stable string identifying you as the customer, e.g. your email or a project name. When set, this run will skip businesses already returned to you in a previous run with the same key, and update its memory for next time. Leave blank to disable cross-run deduplication."
          },
          "requestTimeoutSecs": {
            "title": "Per-site request timeout (seconds)",
            "minimum": 3,
            "maximum": 30,
            "type": "integer",
            "description": "How long to wait for a candidate website to respond before classifying it as UNREACHABLE.",
            "default": 10
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}