{
  "openapi": "3.0.1",
  "info": {
    "title": "Linktree Leads - linktr.ee Profiles, Emails & Links",
    "description": "Find linktr.ee profiles for lead generation and extract bios, URLs, social links, images, emails, phone numbers, and link counts for creator research and outreach.",
    "version": "0.0",
    "x-build-id": "tK2AvFtNl9klydCCy"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/igolaizola~linktree-leads/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-igolaizola-linktree-leads",
        "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/igolaizola~linktree-leads/runs": {
      "post": {
        "operationId": "runs-sync-igolaizola-linktree-leads",
        "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/igolaizola~linktree-leads/run-sync": {
      "post": {
        "operationId": "run-sync-igolaizola-linktree-leads",
        "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": [
          "maxItems"
        ],
        "properties": {
          "maxItems": {
            "title": "Max Items",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum number of linktr.ee profiles to collect for lead generation. Use 0 for unlimited.",
            "default": 100
          },
          "category": {
            "title": "Category",
            "enum": [
              "all/all",
              "business/all",
              "business/automobiles",
              "business/startup",
              "business/venture-capital",
              "business/real-estate",
              "business/public-relations",
              "business/weddings",
              "business/shopping-retail",
              "business/home-improvement-maintenance",
              "business/hr-recruiting",
              "business/marketing-advertising",
              "business/legal-services",
              "business/agency-consulting",
              "business/recreation",
              "business/financial-services",
              "creative/all",
              "creative/digital-creator",
              "creative/designer",
              "creative/cosplay",
              "creative/model",
              "creative/visual-arts",
              "creative/writer",
              "creative/crafts",
              "creative/influencer",
              "education/all",
              "education/campus-organizations",
              "education/teacher",
              "education/schools-universities",
              "education/e-learning",
              "entertainment/all",
              "entertainment/radio-podcasts",
              "entertainment/actor",
              "entertainment/dance-theatre",
              "entertainment/sports",
              "entertainment/music",
              "entertainment/talent-management",
              "entertainment/performance-art",
              "entertainment/talent-agency",
              "entertainment/comedy",
              "entertainment/live-events",
              "entertainment/gaming-esports",
              "entertainment/film-tv",
              "fashion-beauty/all",
              "fashion-beauty/tattoos-piercings",
              "fashion-beauty/nail-care",
              "fashion-beauty/jewelry",
              "fashion-beauty/shoes",
              "fashion-beauty/hair-care",
              "fashion-beauty/makeup-skincare",
              "fashion-beauty/clothing-accessories",
              "fashion-beauty/fragrances",
              "food-beverage/all",
              "food-beverage/desserts",
              "food-beverage/bars-restaurants",
              "food-beverage/coffee-tea",
              "food-beverage/chef",
              "food-beverage/alcohol",
              "food-beverage/home-cooking",
              "food-beverage/groceries",
              "government-politics/all",
              "government-politics/policy",
              "government-politics/activism",
              "government-politics/library",
              "government-politics/countries-municipalities",
              "government-politics/judiciary",
              "government-politics/public-services",
              "government-politics/emergency-services",
              "government-politics/politicians-campaigns",
              "government-politics/military-veterans",
              "government-politics/law-enforcement",
              "health-wellness/all",
              "health-wellness/spirituality",
              "health-wellness/nutrition",
              "health-wellness/cannabis",
              "health-wellness/healthcare",
              "health-wellness/life-coaching",
              "non-profit/all",
              "non-profit/disaster-relief",
              "non-profit/community-organization",
              "non-profit/museums",
              "non-profit/wildlife",
              "non-profit/diversity-inclusion",
              "non-profit/climate",
              "other/all",
              "other/public-figure",
              "other/crowdfunding",
              "other/not-listed",
              "other/affiliate-marketing",
              "other/fan-club",
              "other/electronic-press-kit",
              "other/memes",
              "other/contests-giveaways",
              "other/portfolio",
              "other/religion",
              "other/pets",
              "other/personal",
              "tech/all",
              "tech/edutech",
              "tech/social-media",
              "tech/hardware",
              "tech/fintech",
              "tech/saas",
              "tech/mobile-app",
              "travel-tourism/all",
              "travel-tourism/transportation",
              "travel-tourism/attractions",
              "travel-tourism/hotels-lodging"
            ],
            "type": "string",
            "description": "Linktree profile directory category to browse when Query is empty. Category mode is best for collecting more lead generation results.",
            "default": "all/all"
          },
          "query": {
            "title": "Query",
            "type": "string",
            "description": "Specific keyword or phrase to search for linktr.ee profiles. When Query is not empty, query mode is used and Category is ignored.",
            "default": ""
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}