← Tools Reference

Store Leads

Store Leads integration (Data, Marketing). Imported from open-connector.

API key6 toolshttps://storeleads.app/json/api/v1/all
GET
store_leads_get_domain
Retrieve Store Leads details for one ecommerce domain name.

/domain/{domain}

3 parameters
ParamTypeRequiredDescription
domainstringrequiredThe public DNS domain or platform domain to retrieve.
follow_redirectsbooleanoptionalWhether Store Leads should automatically follow domain redirects.
fieldsstringoptionalA comma-separated list of Store Leads response fields to include.
GET
store_leads_list_domains
List Store Leads domains with optional advanced search and cursor pagination.

/domain

4 parameters
ParamTypeRequiredDescription
cursorstringoptionalThe Store Leads cursor used to retrieve the next page.
aqstringoptionalAn advanced Store Leads domain search expression.
fieldsstringoptionalA comma-separated list of Store Leads response fields to include.
page_sizeintegeroptionalThe number of records to return in one page. Store Leads caps this at 50.
GET
store_leads_get_app
Retrieve Store Leads details for one ecommerce app.

/app/{app_id}

2 parameters
ParamTypeRequiredDescription
app_idstringrequiredThe Store Leads app identifier, such as "shopify.marsello".
fieldsstringoptionalA comma-separated list of Store Leads response fields to include.
GET
store_leads_list_apps
List Store Leads ecommerce apps with optional filters and page pagination.

/app

7 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe zero-based page of results to return.
page_sizeintegeroptionalThe number of records to return in one page. Store Leads caps this at 50.
sortstringoptionalA Store Leads sort expression.
qstringoptionalA text query used to filter apps by name or description.
fieldsstringoptionalA comma-separated list of Store Leads response fields to include.
platformstringoptionalThe ecommerce platform used to filter apps.
categoriesstringoptionalA comma-separated list of app categories.
GET
store_leads_get_technology
Retrieve Store Leads details for one detected technology.

/technology/{technology}

2 parameters
ParamTypeRequiredDescription
technologystringrequiredThe Store Leads technology name to retrieve.
fieldsstringoptionalA comma-separated list of Store Leads response fields to include.
GET
store_leads_list_technologies
List Store Leads technologies with optional search and page pagination.

/technology

5 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe zero-based page of results to return.
page_sizeintegeroptionalThe number of records to return in one page. Store Leads caps this at 50.
sortstringoptionalA Store Leads sort expression.
qstringoptionalA text query used to filter technologies.
fieldsstringoptionalA comma-separated list of Store Leads response fields to include.