Store Leads
Use Store Leads to research ecommerce apps, stores, companies, technologies, themes, and social accounts.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "STORE_LEADS_BULK_RETRIEVE_DOMAINS", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("STORE_LEADS_BULK_RETRIEVE_DOMAINS", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute STORE_LEADS_BULK_RETRIEVE_DOMAINS --data '{ }'Tool 目录
可用 Tools
17 个可调用操作
Bulk retrieve Store Leads domainsSTORE_LEADS_BULK_RETRIEVE_DOMAINSBulk retrieve domain data by domain names.需要连接
Bulk retrieve domain data by domain names.
认证
需要 Connected AccountTags
Export Store Leads domainsSTORE_LEADS_EXPORT_DOMAINSExport domains using Store Leads filters.需要连接
Export domains using Store Leads filters.
认证
需要 Connected AccountTags
List Store Leads app reviewsSTORE_LEADS_LIST_APP_REVIEWSList reviews for a Store Leads app.需要连接
List reviews for a Store Leads app.
认证
需要 Connected AccountTags
List Store Leads appsSTORE_LEADS_LIST_APPSList ecommerce apps with optional filters.需要连接
List ecommerce apps with optional filters.
认证
需要 Connected AccountTags
List Store Leads domain app reviewsSTORE_LEADS_LIST_DOMAIN_APP_REVIEWSList app reviews associated with a domain.需要连接
List app reviews associated with a domain.
认证
需要 Connected AccountTags
List Store Leads domains by companySTORE_LEADS_LIST_DOMAINS_BY_COMPANYList domains by company or brand.需要连接
List domains by company or brand.
认证
需要 Connected AccountTags
List Store Leads domains by TLD+1STORE_LEADS_LIST_DOMAINS_BY_TLD1List domains matching a TLD+1 value.需要连接
List domains matching a TLD+1 value.
认证
需要 Connected AccountTags
List Store Leads listsSTORE_LEADS_LIST_LISTSList saved Store Leads lists.需要连接
List saved Store Leads lists.
认证
需要 Connected AccountTags
List Store Leads products for a domainSTORE_LEADS_LIST_PRODUCTS_FOR_DOMAINList products found for a domain.需要连接
List products found for a domain.
认证
需要 Connected AccountTags
List Store Leads technologiesSTORE_LEADS_LIST_TECHNOLOGIESList technologies tracked by Store Leads.需要连接
List technologies tracked by Store Leads.
认证
需要 Connected AccountTags
List Store Leads themesSTORE_LEADS_LIST_THEMESList ecommerce themes tracked by Store Leads.需要连接
List ecommerce themes tracked by Store Leads.
认证
需要 Connected AccountTags
Retrieve a Store Leads appSTORE_LEADS_RETRIEVE_APPRetrieve a Store Leads app by app identifier.需要连接
Retrieve a Store Leads app by app identifier.
认证
需要 Connected AccountTags
Retrieve a Store Leads domainSTORE_LEADS_RETRIEVE_DOMAINRetrieve ecommerce domain data by domain name.需要连接
Retrieve ecommerce domain data by domain name.
认证
需要 Connected AccountTags
Retrieve a Store Leads listSTORE_LEADS_RETRIEVE_LISTRetrieve a saved Store Leads list.需要连接
Retrieve a saved Store Leads list.
认证
需要 Connected AccountTags
Retrieve a Store Leads social media accountSTORE_LEADS_RETRIEVE_SOCIAL_MEDIA_ACCOUNTRetrieve a social media account by URL.需要连接
Retrieve a social media account by URL.
认证
需要 Connected AccountTags
Retrieve a Store Leads technologySTORE_LEADS_RETRIEVE_TECHNOLOGYRetrieve a technology tracked by Store Leads.需要连接
Retrieve a technology tracked by Store Leads.
认证
需要 Connected AccountTags
Search Store Leads domainsSTORE_LEADS_SEARCH_DOMAINSList domains using Store Leads filters.需要连接
List domains using Store Leads filters.
认证
需要 Connected AccountTags