Store Leads
Use Store Leads to research ecommerce apps, stores, companies, technologies, themes, and social accounts.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
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 catalog
Available tools
17 callable operations
Bulk retrieve Store Leads domainsSTORE_LEADS_BULK_RETRIEVE_DOMAINSBulk retrieve domain data by domain names.Connection
Bulk retrieve domain data by domain names.
Authentication
Connected account requiredTags
Export Store Leads domainsSTORE_LEADS_EXPORT_DOMAINSExport domains using Store Leads filters.Connection
Export domains using Store Leads filters.
Authentication
Connected account requiredTags
List Store Leads app reviewsSTORE_LEADS_LIST_APP_REVIEWSList reviews for a Store Leads app.Connection
List reviews for a Store Leads app.
Authentication
Connected account requiredTags
List Store Leads appsSTORE_LEADS_LIST_APPSList ecommerce apps with optional filters.Connection
List ecommerce apps with optional filters.
Authentication
Connected account requiredTags
List Store Leads domain app reviewsSTORE_LEADS_LIST_DOMAIN_APP_REVIEWSList app reviews associated with a domain.Connection
List app reviews associated with a domain.
Authentication
Connected account requiredTags
List Store Leads domains by companySTORE_LEADS_LIST_DOMAINS_BY_COMPANYList domains by company or brand.Connection
List domains by company or brand.
Authentication
Connected account requiredTags
List Store Leads domains by TLD+1STORE_LEADS_LIST_DOMAINS_BY_TLD1List domains matching a TLD+1 value.Connection
List domains matching a TLD+1 value.
Authentication
Connected account requiredTags
List Store Leads listsSTORE_LEADS_LIST_LISTSList saved Store Leads lists.Connection
List saved Store Leads lists.
Authentication
Connected account requiredTags
List Store Leads products for a domainSTORE_LEADS_LIST_PRODUCTS_FOR_DOMAINList products found for a domain.Connection
List products found for a domain.
Authentication
Connected account requiredTags
List Store Leads technologiesSTORE_LEADS_LIST_TECHNOLOGIESList technologies tracked by Store Leads.Connection
List technologies tracked by Store Leads.
Authentication
Connected account requiredTags
List Store Leads themesSTORE_LEADS_LIST_THEMESList ecommerce themes tracked by Store Leads.Connection
List ecommerce themes tracked by Store Leads.
Authentication
Connected account requiredTags
Retrieve a Store Leads appSTORE_LEADS_RETRIEVE_APPRetrieve a Store Leads app by app identifier.Connection
Retrieve a Store Leads app by app identifier.
Authentication
Connected account requiredTags
Retrieve a Store Leads domainSTORE_LEADS_RETRIEVE_DOMAINRetrieve ecommerce domain data by domain name.Connection
Retrieve ecommerce domain data by domain name.
Authentication
Connected account requiredTags
Retrieve a Store Leads listSTORE_LEADS_RETRIEVE_LISTRetrieve a saved Store Leads list.Connection
Retrieve a saved Store Leads list.
Authentication
Connected account requiredTags
Retrieve a Store Leads social media accountSTORE_LEADS_RETRIEVE_SOCIAL_MEDIA_ACCOUNTRetrieve a social media account by URL.Connection
Retrieve a social media account by URL.
Authentication
Connected account requiredTags
Retrieve a Store Leads technologySTORE_LEADS_RETRIEVE_TECHNOLOGYRetrieve a technology tracked by Store Leads.Connection
Retrieve a technology tracked by Store Leads.
Authentication
Connected account requiredTags
Search Store Leads domainsSTORE_LEADS_SEARCH_DOMAINSList domains using Store Leads filters.Connection
List domains using Store Leads filters.
Authentication
Connected account requiredTags