{
  "openapi": "3.0.1",
  "info": {
    "title": "Ecommerce Lookalike & Niche Discovery",
    "description": "Find qualified independent ecommerce stores from a niche or seed domain. Optional signals dossier, shipping intelligence and verified decision-maker contact. For Instagram/TikTok hashtag discovery use pequod-labs/instagram-tiktok-shop-leads.",
    "version": "0.6",
    "x-build-id": "yjmISWMHaua28l3pz"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/pequod-labs~ecommerce-lookalike-discovery/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-pequod-labs-ecommerce-lookalike-discovery",
        "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/pequod-labs~ecommerce-lookalike-discovery/runs": {
      "post": {
        "operationId": "runs-sync-pequod-labs-ecommerce-lookalike-discovery",
        "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/pequod-labs~ecommerce-lookalike-discovery/run-sync": {
      "post": {
        "operationId": "run-sync-pequod-labs-ecommerce-lookalike-discovery",
        "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": [
          "country"
        ],
        "properties": {
          "mode": {
            "title": "Discovery mode",
            "enum": [
              "niche",
              "lookalike"
            ],
            "type": "string",
            "description": "<b>Niche</b>: describe a vertical and pick a country for niche store discovery. <b>Lookalike</b>: give a seed competitor domain and get similar independent ecommerce shops — platform-agnostic.",
            "default": "niche"
          },
          "niche": {
            "title": "Niche / vertical",
            "type": "string",
            "description": "Plain-language niche for store discovery — e.g. <code>organic skincare</code>, <code>motorbike helmets</code>. Required in niche mode; used for localized keyword expansion."
          },
          "seedDomain": {
            "title": "Seed domain (lookalike mode)",
            "type": "string",
            "description": "Reference competitor store for lookalike discovery — e.g. <code>vidaxl.nl</code>. Finds similar independent shops, not marketplaces. Required in lookalike mode.",
            "default": ""
          },
          "country": {
            "title": "Target country",
            "enum": [
              "IT",
              "DE",
              "FR",
              "NL",
              "ES",
              "GB",
              "US"
            ],
            "type": "string",
            "description": "Market for niche or lookalike discovery. Supported: Italy, Germany, France, Netherlands, Spain, UK, United States (IT, DE, FR, NL, ES, GB, US).",
            "default": "US"
          },
          "maxResults": {
            "title": "Max leads to deliver",
            "minimum": 1,
            "maximum": 200,
            "type": "integer",
            "description": "Upper bound on qualified store domains delivered to the dataset. Pay-per-event: you only pay for delivered lookalike/niche leads, not search attempts.",
            "default": 30
          },
          "discoveryDepth": {
            "title": "Discovery depth",
            "enum": [
              "quick",
              "standard",
              "deep"
            ],
            "type": "string",
            "description": "How hard to dig before stopping — <b>quick</b> for smoke tests, <b>standard</b> for typical outbound, <b>deep</b> when you need a full niche list.",
            "default": "standard"
          },
          "nicheFocus": {
            "title": "Niche focus",
            "enum": [
              "strict",
              "balanced",
              "broad"
            ],
            "type": "string",
            "description": "Keyword drift control for niche mode — <b>strict</b> stays on-core, <b>balanced</b> default, <b>broad</b> expands when results are thin.",
            "default": "balanced"
          },
          "signals": {
            "title": "Signal modules",
            "type": "array",
            "description": "Marketing and tech signal modules for the optional signals dossier addon — tech stack, ads, reviews, traffic, LinkedIn, etc.",
            "items": {
              "type": "string",
              "enum": [
                "techStack",
                "metaAds",
                "googleAds",
                "reviews",
                "instagram",
                "traffic",
                "linkedin"
              ]
            },
            "default": [
              "techStack",
              "metaAds",
              "googleAds",
              "reviews",
              "instagram",
              "traffic"
            ]
          },
          "signalsAddon": {
            "title": "Signals dossier addon",
            "type": "boolean",
            "description": "Collect signal modules and compute a 0-10 composite marketing/tech score per store domain.",
            "default": true
          },
          "shippingIntel": {
            "title": "Shipping intelligence addon",
            "type": "boolean",
            "description": "Detect carriers, returns portal type, free-shipping threshold and shipping stack per store — same engine as ecommerce-shipping-intelligence.",
            "default": true
          },
          "decisionMaker": {
            "title": "Decision-maker addon",
            "type": "boolean",
            "description": "Find owner/CEO with verified work email (SMTP), phone and LinkedIn per store — same engine as company-decision-maker-finder.",
            "default": true
          },
          "excludeDomains": {
            "title": "Exclude domains",
            "type": "array",
            "description": "Domains to skip — existing customers, competitors already contacted, or CRM blocklist entries.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "verifyEmails": {
            "title": "Verify email deliverability",
            "type": "boolean",
            "description": "SMTP-level verification on decision-maker emails — marks sendable addresses safe for outreach.",
            "default": true
          },
          "includeGenericInbox": {
            "title": "Generic inbox fallback",
            "type": "boolean",
            "description": "Try localized generic inboxes (info@, kontakt@, contatti@) when no named decision maker is found.",
            "default": true
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Apify Proxy for direct page fetches when shipping intelligence addon reads policy pages."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}