Open Connector
所有 Tools

Store Leads

Use Store Leads to research ecommerce apps, stores, companies, technologies, themes, and social accounts.

store-leadsv1.0.017 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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 Account

Tags

bulkretrievedomains
Export Store Leads domainsSTORE_LEADS_EXPORT_DOMAINSExport domains using Store Leads filters.

Export domains using Store Leads filters.

认证

需要 Connected Account

Tags

exportdomains
List Store Leads app reviewsSTORE_LEADS_LIST_APP_REVIEWSList reviews for a Store Leads app.

List reviews for a Store Leads app.

认证

需要 Connected Account

Tags

listappreviews
List Store Leads appsSTORE_LEADS_LIST_APPSList ecommerce apps with optional filters.

List ecommerce apps with optional filters.

认证

需要 Connected Account

Tags

listapps
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 Account

Tags

listdomainappreviews
List Store Leads domains by companySTORE_LEADS_LIST_DOMAINS_BY_COMPANYList domains by company or brand.

List domains by company or brand.

认证

需要 Connected Account

Tags

listdomainsbycompany
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 Account

Tags

listdomainsbytld1
List Store Leads listsSTORE_LEADS_LIST_LISTSList saved Store Leads lists.

List saved Store Leads lists.

认证

需要 Connected Account

Tags

listlists
List Store Leads products for a domainSTORE_LEADS_LIST_PRODUCTS_FOR_DOMAINList products found for a domain.

List products found for a domain.

认证

需要 Connected Account

Tags

listproductsfordomain
List Store Leads technologiesSTORE_LEADS_LIST_TECHNOLOGIESList technologies tracked by Store Leads.

List technologies tracked by Store Leads.

认证

需要 Connected Account

Tags

listtechnologies
List Store Leads themesSTORE_LEADS_LIST_THEMESList ecommerce themes tracked by Store Leads.

List ecommerce themes tracked by Store Leads.

认证

需要 Connected Account

Tags

listthemes
Retrieve a Store Leads appSTORE_LEADS_RETRIEVE_APPRetrieve a Store Leads app by app identifier.

Retrieve a Store Leads app by app identifier.

认证

需要 Connected Account

Tags

retrieveapp
Retrieve a Store Leads domainSTORE_LEADS_RETRIEVE_DOMAINRetrieve ecommerce domain data by domain name.

Retrieve ecommerce domain data by domain name.

认证

需要 Connected Account

Tags

retrievedomain
Retrieve a Store Leads listSTORE_LEADS_RETRIEVE_LISTRetrieve a saved Store Leads list.

Retrieve a saved Store Leads list.

认证

需要 Connected Account

Tags

retrievelist
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 Account

Tags

retrievesocialmediaaccount
Retrieve a Store Leads technologySTORE_LEADS_RETRIEVE_TECHNOLOGYRetrieve a technology tracked by Store Leads.

Retrieve a technology tracked by Store Leads.

认证

需要 Connected Account

Tags

retrievetechnology
Search Store Leads domainsSTORE_LEADS_SEARCH_DOMAINSList domains using Store Leads filters.

List domains using Store Leads filters.

认证

需要 Connected Account

Tags

searchdomains

Provider 资源