API Reference
Contents
Overview
The Store Leads API is organized around REST. Our API has predictable, resource-oriented URLs, and uses HTTP response codes to indicate API errors. We use built-in HTTP features, like HTTP verbs, which are understood by off-the-shelf HTTP clients. JSON is returned by all API responses, including errors.
Authentication
Authenticate your account by including your API key in requests. If your account has access to the API, then you can generate an API key under the "API" tab of the Account page.
Note that API access is a paid feature so you'll need a paid account to continue..
Authentication is done by including your API key in an HTTP Authorization header.
Authorization: Bearer your.api.key
All API requests must be made over HTTPS. API requests without authentication will fail.
Errors
We use conventional HTTP response codes to indicate the success or failure of an API request. In general: Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, etc.). Codes in the 5xx range indicate an error with our servers (these are rare).
Rate Limits
Each API endpoint has a rate limit. If an account sends more than the allowed number of requests in a given time period, the API will respond with an HTTP 429 error code. The response will include a Retry-After header that contains the number of seconds to wait before trying again.
The rate limit for an endpoint depends on your subscription. Accounts on the Enterprise plan have the highest rate limits.
Resources
Apps
App objects represent an app that a store can install through the ecommerce platform's App Store. For instance, Merchant Mail is an app that can be installed through the Shopify App Store.
The attributes of the App object are documented below.
A long description of the App (if available).
Note: this field in not returned by default. To include this field in the response, use the fields request parameter (e,g., ?fields=*,description_long).
The time at which the App was installed by a Domain.
- Active
- Inactive (ie. removed from the App Store)
Retrieve an App
Retrieves the details of an App. The app is identified by combining the platform name with the app token (e.g., "shopify.marsello")
| Plan | Rate Limit |
|---|---|
| Enterprise | 20 requests/second |
| Pro and Elite | 5 requests/second |
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/app/shopify.marsello'
Example Response
{
"app": {
"average_rating": "4",
"app_store_url": "https://apps.shopify.com/marsello",
"state": "Active",
"free_trial_duration": "336h0m0s",
"description": "Everything you need to engage and retain your customers. Loyalty program, email, SMS, and more.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/01610b7070e1a444e4229cbef477e025/icon/CMevhZDaj4cDEAE=.png",
"name": "Marsello: Loyalty, Email, SMS",
"token": "marsello",
"platform": "shopify",
"vendor_name": "Marsello",
"vendor_url": "https://apps.shopify.com/partners/recovermycart",
"vendor_email": "help@marsello.com",
"vendor_website": "https://www.marsello.com/",
"vendor_address": "4 Bond Street, Level 4, Wellington, WGN, 6011, NZ",
"id": "1.marsello",
"created_at": "2017-05-29T00:00:00",
"plans": [
{
"name": "Loyalty Launch",
"monthly_cost": "$60/month",
"monthly_cost_cents": 6000
},
{
"name": "Loyalty Accelerate",
"monthly_cost": "$120/month",
"monthly_cost_cents": 12000
}
],
"categories": [
"loyalty and rewards",
"email marketing"
],
"integrates_with": [
"Shopify POS\n\n \n \n Checkout\n\n \n \n Shopify Flow\n \n \n Cin7\n \n \n Heartland Retail\n \n \n Klaviyo\n \n \n Lightspeed Retail\n \n \n Lightspeed Hospitality\n \n \n Meta"
],
"review_count": 164,
"installs": 2415,
"instp": 0.0008515965230883156,
"installs_30d": -3,
"installs_90d": -18,
"reviews_30d": -1,
"reviews_90d": -3
}
}
List App Reviews
Returns a list of reviews for an App. By default, 50 reviews are returned in a single request. The page request option can be used to paginate.
Note that reviews are only available for Shopify apps.
| Plan | Rate Limit |
|---|---|
| Enterprise | 20 requests/second |
| Pro and Elite | 5 requests/second |
Request Options
A comma-separated list of fields to include in the response. All default fields are returned if left blank. If you only need a subset of fields in the response, it is recommended to use this request parameter since it can have a significant impact on response time.
Nested fields can be specified using a period to separate the field name and the nested field name. For instance,
using fields=rating,domains.name would return the rating field from each App review and the name field for all Domains.
The page of results to return. Default: 0.
The number of Apps to return in a single query. Default: 50, Max: 50.
Changes the sort order. Prefix fields with a minus sign (-) to denote descending sort order. Default: -updated_at
Valid fields are:
- updated_at
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/app/shopify.marsello/reviews?page_size=2'
Example Response
{
"reviews": [
{
"updated_at": "2025-11-17T00:00:00Z",
"body": "I have been with them for almost 10 years (since they were known as COLLECT loyalty). Highly professional team - and Roz and Vicky I have worked with are really great!",
"merchant_name": "Via Artists",
"domains": [
{
"platform_domain": "viaalley.myshopify.com",
"name": "viaartists.com",
"platform_rank": 206401
}
],
"rating": 5
},
{
"updated_at": "2025-06-21T00:00:00Z",
"body": "Easy to Use and Boosted Our Revenue!\n\nMarsello is fantastic! It's super easy to use, even for beginners. Setting up email campaigns and loyalty programs is a breeze. We've seen a significant boost in our revenue since we started using it. Highly recommend!",
"merchant_name": "East Coast Supplements",
"domains": [
{
"platform_domain": "east-coast-supplements-au.myshopify.com",
"name": "eastcoastsupplements.com.au",
"platform_rank": 298465
}
],
"rating": 5
}
]
}
List Apps
Returns a list of Apps. By default, 50 Apps are returned in a single request. The page request option can be used to paginate.
| Plan | Rate Limit |
|---|---|
| Enterprise | 6 requests/second |
| Pro and Elite | 2 requests/second |
Request Options
Filters the results to Apps that belong to the provided categories. Multiple categories must be comma-separated.
The boolean operation to apply to values provided in the f:categories request option (if multiple values are provided).
Possible values:
- and (default): Returns Apps matching all provided values.
- or: Returns Apps matching any provided value.
- not: Returns Apps that do not match any of the provided values.
Filters the results to Apps with install counts greater than or equal to the provided integer value.
Filters the results to Apps with install counts than or equal to the provided integer value.
Filters the results to Apps on the given ecommerce platform. Multiple values must be comma-separated.
Valid values are:
- custom
- shopify
- wix
- woocommerce
The boolean operation to apply to values provided in the f:p request option (if multiple values are provided).
Possible values:
- and (default): Returns Apps matching all provided values.
- or: Returns Apps matching any provided value.
- not: Returns Apps that do not match any of the provided values.
Filters the results to Apps with review counts greater than or equal to the provided integer value.
Filters the results to Apps with review counts than or equal to the provided integer value.
A comma-separated list of fields to include in the response. All default fields are returned if left blank. If you only need a subset of fields in the response, it is recommended to use this request parameter since it can have a significant impact on response time.
Nested fields can be specified using a period to separate the field name and the nested field name. For instance,
using fields=name,plans.name would return the name field from each App and the name field for all plans
on each App.
The page of results to return. Default: 0.
The number of Apps to return in a single query. Default: 50, Max: 50.
Changes the sort order. Multiple sort fields can be provided (comma-separated). Prefix fields with a minus sign (-) to denote descending sort order.
Valid fields are:
- average_rating
- created_at
- installs
- removed_at
- reviews
Filters Apps based on a text query. (e.g., a query for "dropship" will return only Apps that matching the word "dropship" in the App name or description fields).
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/app?page_size=2&f:p=shopify&f:categories=marketing'
Search requests can also be triggered via HTTP POST.
$ curl -H 'Authorization: Bearer your.api.key' -H "Content-Type: application/json" -X POST -d '{"page_size":2,"f:p":"shopify","f:categories":"marketing"}' 'https://storeleads.app/json/api/v1/all/app'
Example Response
{
"apps": [
{
"average_rating": "5.0",
"app_store_url": "https://apps.shopify.com/checkoutify",
"state": "Active",
"free_trial_duration": "720h0m0s",
"description": "Abandoned Carts Recovery with Email \u0026 Web Push Notifications.",
"icon_url": "https://apps.shopifycdn.com/listing_images/9426efac2fdaf3affe4f4a934d42eaf4/icon/adeda788be6fc234defeb422ab8e6265.png?height=84\u0026width=84",
"name": "Checkoutify ",
"token": "checkoutify",
"platform": "shopify",
"vendor_name": "MOTIF®",
"vendor_url": "https://apps.shopify.com/partners/raawaz",
"vendor_email": "hello@checkoutify.co",
"vendor_website": "https://checkoutify.co",
"id": "1.checkoutify",
"created_at": "2019-07-03T00:00:00",
"plans": [
{
"name": "Starter",
"monthly_cost": "$25.99/month",
"monthly_cost_cents": 2599
},
{
"name": "Advanced",
"monthly_cost": "$49.99/month",
"monthly_cost_cents": 4999
},
{
"name": "Premier",
"monthly_cost": "$99.99/month",
"monthly_cost_cents": 9999
},
{
"name": "Elite",
"monthly_cost": "$149.99/month",
"monthly_cost_cents": 14999
}
],
"categories": [
"store design",
"marketing",
"sales and conversion optimization"
],
"review_count": 6
},
{
"average_rating": "5.0",
"app_store_url": "https://apps.shopify.com/ako-chatbot",
"state": "Active",
"free_trial_duration": "720h0m0s",
"description": "Turn your visitors into customers through FB Messenger Chatbot",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/62ef19e12b53800ef4410cbdca0de738/icon/CM2lyLL0lu8CEAE=.png?height=84\u0026width=84",
"name": "Messenger Chatbot Marketing",
"token": "ako-chatbot",
"platform": "shopify",
"vendor_name": "Akohub",
"vendor_url": "https://apps.shopify.com/partners/akohub",
"vendor_email": "service@akohub.com",
"vendor_website": "https://www.akohub.com/products/ako-chatbot",
"id": "1.ako-chatbot",
"created_at": "2018-10-30T00:00:00",
"plans": [
{
"name": "Starter",
"monthly_cost": "Free"
},
{
"name": "Silver",
"monthly_cost": "$12/month",
"monthly_cost_cents": 1200
}
],
"categories": [
"marketing",
"customer service"
],
"review_count": 4,
"installs": 775,
"instp": 0.0002732866688999771,
"installs_30d": 11,
"installs_90d": 37
}
]
}
Domains
Domain objects represent an online store identified by a DNS domain name. The API allows you to retrieve information for a domain based on its name, by searching for domains that match certain criteria or by exporting all domains.
The attributes of the Domain object are documented below.
The average price of products sold on the Domain. Values in the minor unit of the Domain's currency (e.g., cents of USD).
The average price of products sold on the Domain. Formatted in the store's currency. (e.g., $9.75)
The average price of products (converted to USD) sold on the Domain. Values in the cents of USD.
The average weight (in grams) of products sold on the Domain. Products that do not have a price (ie. free) are not included in the calculation.
A list of contact information available for the Domain. This includes email addresses, phone numbers and social media accounts. The following attributes are included:
- value: the contact information (email address, phone number or url to social network handle)
- source: relative url of the page where the contact information was found
- type: the type of contact information (email, phone, twitter, facebook, facebookgroup, instagram, pinterest, tiktok, yelp, youtube, snapchat, linkedin)
The following attributes are available for Twitter, Pinterest, TikTok and YouTube:
- followers: number of followers
- followers_30d: change in number of followers over last 30 days
- followers_90d: change in number of followers over last 90 days
The number of employees.
The estimated total monthly page views for the Domain.
The estimated total monthly sales for the merchant. Values in cents of USD.
The estimated total yearly sales for the merchant. Values in cents of USD.
The estimated total monthly visits for the Domain.
The date at which the Domain last changed ecommerce platforms (if any). Note: Data not available for Domains that changed ecommerce platforms prior to October 2019.
The name of the pricing plan that the Domain was previously on (if any). Note: Data not available for Domains that changed plans prior to July 2019.
The date at which the Domain last changed pricing plans (if any). Note: Data not available for Domains that changed plans prior to July 2019.
The price of the most expensive product sold on the Domain.
Only available for Shopify stores using the regular (non-headless) frontend.
The price of the most expensive product (converted to USD) sold on the Domain. Values in the cents of USD.
The maximum weight (in grams) of products sold on the Domain. Products that do not have a price (ie. free) are not included in the calculation.
The price of the cheapest product sold on the Domain.
Only available for Shopify stores using the regular (non-headless) frontend.
The price of the cheapest product (converted to USD) sold on the Domain. Values in the cents of USD.
The minimum weight (in grams) of products sold on the Domain. Products that do not have a price (ie. free) are not included in the calculation.
Provides the product title, handle, product ID and published_at date of the newest product sold on the store. Only available for Shopify stores using the standard front-end. Data is updated weekly.
Must be requested explicitly using the fields request option.
The number of products sold by the Domain.
Product counts are precise for standard Shopify stores. For all other stores, product counts are an estimate.
The number of product images added in the last 30 days.
Only available for Shopify stores using the regular (non-headless) frontend.
The number of product images added in the last 90 days.
Only available for Shopify stores using the regular (non-headless) frontend.
The number of product images added in the last 365 days.
Only available for Shopify stores using the regular (non-headless) frontend.
- Active
- Inactive
- Password Protected
- Redirect
- Dropshipper
- Print on Demand
- Trending on Pinterest
- Trending on TikTok
- Trending on Twitter
- Trending on YouTube
- Dropping on Pinterest
- Dropping on TikTok
- Dropping on Twitter
- Dropping on YouTube
- name
- icon_url
- installed_at: the time at which the technology was first detected on the domain
- installs: total installs of the technology across all domains
- description
- vendor_url
- name
- style (an estimate of the theme style in use based on HTML similarity with theme store demo)
- cost (in cents of USD, only present if theme is sold in Shopify Theme Store and is not free)
- vendor
- version (for some themes only)
The number of distinct variants across all products sold by the Domain.
Only available for Shopify stores using the regular (non-headless) frontend.
The number of distinct vendors of products sold by the Domain.
Vendor counts are only available for Shopify stores.
Retrieve a Domain by Name
Retrieves the details of a Domain. You must provide the name of the Domain to lookup. The name can either be the public DNS domain name (e.g., merchant.com) or the platform domain (e.g., merchant.myshopify.com).
| Plan | Rate Limit |
|---|---|
| Enterprise | 20 requests/second |
| Pro and Elite | 5 requests/second |
Request Options
For Domains that redirect to another Domain, the caller typically needs to make a 2nd API call to fetch the details for other Domain (which is identified in the redirects_to response attribute). If the follow_redirects request opion is set to true (follow_redirects=true), the API automatically returns data for the other Domain.
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/domain/www.stanley1913.com'
Example Response
{
"domain": {
"theme": {
"name": "dawn",
"style": "Unknown",
"vendor": "Unknown",
"version": "8.0.0-rc"
},
"trustpilot": {
"review_count": 203,
"avg_rating": 1.5
},
"plan": "Shopify Plus",
"cluster_best_ranked": "www.stanley1913.com",
"city": "Seattle",
"last_updated_at": "2025-11-26T00:00:00",
"subregion": "Northern America",
"contact_page": "https://www.stanley1913.com/pages/contact-help-support",
"country_code": "US",
"currency_code": "USD",
"title": "Stanley Drinkware \u0026 Gear | Bottles, Tumblers, Growlers \u0026 More – Stanley 1913",
"store_locator_page": "https://www.stanley1913.com/pages/store-locator",
"administrative_area_level_1": "Washington",
"state": "Active",
"icon": "https://www.stanley1913.com/cdn/shop/files/favicon.png?crop=center\u0026height=32\u0026v=1685589284\u0026width=32",
"brand_advocate_page": "https://www.stanley1913.com/pages/affiliate-program",
"faq_page": "https://www.stanley1913.com/pages/faq",
"career_page": "https://www.stanley1913.com/blogs/careers/current-openings",
"region": "Americas",
"language_code": "en",
"about_us": "https://www.stanley1913.com/pages/about-stanley",
"tracking_page": "https://www.stanley1913.com/pages/order-tracking",
"platform_domain": "stanley-pmi.myshopify.com",
"last_plan_change_at": "2020-09-06T00:00:00",
"platform": "shopify",
"location": "Seattle, WA, USA",
"og_image": "https://www.stanley1913.com/cdn/shop/files/Stanley_Horizontal_x320_b3ec2ef4-fa76-454a-b900-c4055137902d.webp?height=628\u0026pad_color=fff\u0026v=1706751331\u0026width=1200",
"max_product_published_at": "2025-11-21T00:00:00",
"merchant_name": "Stanley 1913",
"avg_price_formatted": "$39.77",
"warranty_page": "https://www.stanley1913.com/pages/product-warranty",
"created_at": "2020-09-04T00:00:00",
"name": "www.stanley1913.com",
"tld1": "stanley1913.com",
"description": "Stanley PMI Online Store | Offers an assortment of Vacuum Bottles, Mugs, thermoses, Cookware and more!",
"contact_info": [
{
"source": "/",
"type": "facebook",
"value": "https://www.facebook.com/StanleyBrand"
},
{
"source": "/",
"type": "instagram",
"value": "https://www.instagram.com/stanley_brand"
},
{
"description": "Since 1913, we have been fueling life\u0026#39;s adventures, delivering quality food and beverage gear that\u0026#39;s Built For Life™.",
"followers": 19400,
"followers_90d": 453,
"source": "/",
"type": "youtube",
"value": "https://www.youtube.com/user/StanleyBottle"
},
{
"description": "Fueling life's adventures since 1913. #BuiltforLife",
"followers": 1600000,
"likes": 17100000,
"source": "/",
"type": "tiktok",
"value": "https://www.tiktok.com/@stanleybrand"
},
{
"source": "/pages/privacy-policy",
"type": "phone",
"value": "(206) 557-6270"
}
],
"aliases": [
"stanleybottles.com"
],
"apps": [
{
"installed_at": "2024-11-07T16:37:00Z",
"average_rating": "3.3",
"app_store_url": "https://apps.shopify.com/algolia-search",
"state": "Active",
"free_trial_duration": "336h0m0s",
"description": "Boost your revenue with AI-powered search - increased conversions and maximized average order value.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/df5eea6375c938fb30ff095238fd154e/icon/CLmzsKjGjfsCEAE=.png",
"name": "Algolia AI Search \u0026 Discovery",
"token": "algolia-search",
"platform": "shopify",
"vendor_name": "Algolia",
"vendor_url": "https://apps.shopify.com/partners/algoliateam",
"vendor_email": "support+shop@algolia.com",
"vendor_website": "https://www.algolia.com/",
"vendor_address": "55 Rue d'Amsterdam, Paris, 75008, FR",
"id": "1.algolia-search",
"created_at": "2016-10-28T00:00:00",
"plans": [
{
"name": "Build",
"monthly_cost": "Free"
},
{
"name": "Grow",
"monthly_cost": "Free to install"
},
{
"name": "Premium",
"monthly_cost": "Free to install"
},
{
"name": "Elevate",
"monthly_cost": "Free to install"
}
],
"categories": [
"search and filters",
"upsell and cross-sell"
],
"integrates_with": [
"Shopify Flow"
],
"review_count": 36,
"installs": 2335,
"instp": 0.0008233862862986407,
"installs_30d": 21,
"installs_90d": -273
},
{
"installed_at": "2025-07-09T08:15:51Z",
"average_rating": "4.7",
"app_store_url": "https://apps.shopify.com/attentive",
"state": "Active",
"description": "AI-powered mobile email and SMS marketing platform enabling personalization at scale.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/5da194592c59cd145b825b53019db33c/icon/CIKipOGl7-8CEAE=.png",
"name": "Attentive: AI‑led Email \u0026SMS",
"token": "attentive",
"platform": "shopify",
"vendor_name": "Attentive",
"vendor_url": "https://apps.shopify.com/partners/attentive-mobile-inc",
"vendor_email": "integration-questions@attentivemobile.com",
"vendor_website": "https://www.attentive.com/",
"vendor_address": "156 5th Ave, Suite 303, New York, NY, 10010, US",
"id": "1.attentive",
"created_at": "2020-07-02T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"email marketing",
"sms marketing"
],
"integrates_with": [
"Checkout\n\n \n \n Gorgias\n \n \n Okendo\n \n \n LoyaltyLion\n \n \n Zendesk\n \n \n Rebuy\n \n \n Loop Returns"
],
"review_count": 94,
"installs": 8866,
"instp": 0.003126399492215738,
"installs_30d": -810,
"installs_90d": -616,
"reviews_30d": 1,
"reviews_90d": 37
},
{
"installed_at": "2024-12-14T02:34:29Z",
"average_rating": "5",
"app_store_url": "https://apps.shopify.com/avantlink-tracking-1",
"state": "Active",
"description": "Expand your business with the power of performance affiliate and influencer marketing.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/2de82dd71116906a53dd6fcb6c2e16f3/icon/CIGQ8Ii3nYcDEAE=.png",
"name": "AvantLink Affiliate Marketing",
"token": "avantlink-tracking-1",
"platform": "shopify",
"vendor_name": "AvantLink",
"vendor_url": "https://apps.shopify.com/partners/avantlink1",
"vendor_website": "https://www.avantlink.com/",
"vendor_address": "1922 Prospector Ave, Park City, UT, 84003, US",
"id": "1.avantlink-tracking-1",
"created_at": "2024-08-23T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"affiliate programs"
],
"integrates_with": [
"Checkout"
],
"review_count": 20,
"installs": 1943,
"instp": 0.0006851561260292329,
"installs_30d": 63,
"installs_90d": 212,
"reviews_90d": 1
},
{
"installed_at": "2024-08-20T21:15:01Z",
"average_rating": "2.9",
"app_store_url": "https://apps.shopify.com/bazaarvoice-reviews-photos-social",
"state": "Active",
"description": "Collect ratings, reviews, and photos and amplify their impact across your website, social, and more.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/16e28f7698fddac56db2a803783cf974/icon/CN_DsfeR8voCEAE=.png",
"name": "Bazaarvoice Reviews \u0026 Photos",
"token": "bazaarvoice-reviews-photos-social",
"platform": "shopify",
"vendor_name": "Bazaarvoice Inc.",
"vendor_url": "https://apps.shopify.com/partners/bazaarvoice-inc1",
"vendor_email": "support@bazaarvoice.com",
"vendor_website": "https://bazaarvoice.com/",
"vendor_address": "10901 Stonelake Blvd, Austin, TX, 78759, US",
"id": "1.bazaarvoice-reviews-photos-social",
"created_at": "2022-11-04T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"product reviews",
"social trust - other"
],
"integrates_with": [
"Checkout\n\n \n \n Facebook\n \n \n Instagram\n \n \n Google\n \n \n Pinterest\n \n \n TikTok"
],
"review_count": 8,
"installs": 3095,
"instp": 0.0010913835358005537,
"installs_30d": 221,
"installs_90d": 527
},
{
"installed_at": "2025-10-08T09:37:50Z",
"average_rating": "4.9",
"app_store_url": "https://apps.shopify.com/disco",
"state": "Active",
"free_trial_duration": "696h0m0s",
"description": "Acquire your highest-LTV customers. Turn your post-purchase into a profit center.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/baed076304d01ab44544d6984f60cbe2/icon/COLFw4WQi_sCEAE=.png",
"name": "Disco Post Purchase Ad Network",
"token": "disco",
"platform": "shopify",
"vendor_name": "Disco",
"vendor_url": "https://apps.shopify.com/partners/coop-commerce",
"vendor_email": "support@disconetwork.com",
"vendor_website": "https://www.disconetwork.com/",
"vendor_address": "1 Belvedere Pl., Office 2-109, Mill Valley, CA, 94941, US",
"id": "1.disco",
"created_at": "2021-03-23T00:00:00",
"plans": [
{
"name": "Membership Fee",
"monthly_cost": "$50/month",
"monthly_cost_cents": 5000
}
],
"categories": [
"ads",
"promotions - other"
],
"integrates_with": [
"Checkout\n\n \n \n Customer accounts\n\n \n \n KnoCommerce\n \n \n rebuy\n \n \n Fairing"
],
"review_count": 22,
"installs": 238,
"instp": 0.00008392545444928328,
"installs_30d": 4,
"installs_90d": -5
},
{
"installed_at": "2023-08-03T20:29:45Z",
"average_rating": "4.5",
"app_store_url": "https://apps.shopify.com/easylocation",
"state": "Active",
"free_trial_duration": "336h0m0s",
"description": "Geolocation redirects customers by location, country block \u0026 country redirect, and markets redirects",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/3800ed46dc7c5198315273a56b432446/icon/CP_6uPKb_v0CEAE=.png",
"name": "Geolocation Redirects Geo:Pro",
"token": "easylocation",
"platform": "shopify",
"vendor_name": "GeoPro Labs Inc",
"vendor_url": "https://apps.shopify.com/partners/geopro",
"vendor_email": "hello@geoproapp.com",
"vendor_website": "https://geoproapp.com",
"vendor_address": "2064 Esplanade, Victoria, BC, V8R5H2, CA",
"id": "1.easylocation",
"created_at": "2017-08-30T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free"
},
{
"name": "Premium",
"monthly_cost": "$4.99/month",
"monthly_cost_cents": 499
},
{
"name": "Plus",
"monthly_cost": "$7.99/month",
"monthly_cost_cents": 799
}
],
"categories": [
"geolocation",
"internationalization - other"
],
"review_count": 108,
"installs": 5854,
"instp": 0.002064284077084472,
"installs_30d": 144,
"installs_90d": 422,
"reviews_30d": 3,
"reviews_90d": 4
},
{
"installed_at": "2020-09-06T09:57:34Z",
"app_store_url": "https://apps.shopify.com/partners/hulk-code",
"state": "Active",
"description": "Your one-stop shop for all your Shopify needs.",
"name": "Hulk Code",
"token": "generic-hulkapps",
"platform": "shopify",
"vendor_name": "Hulk Code, Inc.",
"vendor_url": "https://www.hulkcode.com",
"id": "1.generic-hulkapps",
"created_at": "2018-11-02T00:00:00",
"installs": 12928,
"instp": 0.004558774265211489,
"installs_30d": -109,
"installs_90d": -558
},
{
"installed_at": "2024-04-23T06:02:43Z",
"average_rating": "4.9",
"app_store_url": "https://apps.shopify.com/govx-id",
"state": "Active",
"description": "Launch a protected discount offer for military, first responders, nurses \u0026 teachers.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/8b8823fab80978bb3499ad4a9423c429/icon/CKX5sKf0lu8CEAE=.jpg",
"name": "GOVX ID Exclusive Discounts",
"token": "govx-id",
"platform": "shopify",
"vendor_name": "GOVX",
"vendor_url": "https://apps.shopify.com/partners/govx1",
"vendor_email": "partnersupport@govx.com",
"vendor_website": "https://www.govxinc.com/",
"vendor_address": "9605 Scranton Road, Suite 650, San Diego, CA, 92121, US",
"id": "1.govx-id",
"created_at": "2019-10-15T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"discounts"
],
"integrates_with": [
"Checkout\n\n \n \n Shopify POS"
],
"review_count": 284,
"installs": 5767,
"instp": 0.0020336054445757004,
"installs_30d": 163,
"installs_90d": 352,
"reviews_30d": 2,
"reviews_90d": 4
},
{
"installed_at": "2025-07-09T08:15:51Z",
"average_rating": "4.5",
"app_store_url": "https://apps.shopify.com/gtm-datalayer-by-elevar",
"state": "Active",
"free_trial_duration": "360h0m0s",
"description": "Never Miss a Conversion: Server-Side Tracking to Boost ROAS \u0026 Recover More Revenue",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/e6748a47b626678883beaf91f28ca7e3/icon/CPW_obTRgJADEAE=.png",
"name": "Elevar Conversion Tracking",
"token": "gtm-datalayer-by-elevar",
"platform": "shopify",
"vendor_name": "Elevar",
"vendor_url": "https://apps.shopify.com/partners/elevar",
"vendor_email": "help@getelevar.com",
"vendor_website": "https://www.getelevar.com/",
"vendor_address": "2651 S. Polaris Dr., Suite 25, Fort Woth, TX, 76137, US",
"id": "1.gtm-datalayer-by-elevar",
"created_at": "2018-09-26T00:00:00",
"plans": [
{
"name": "Elevar Starter",
"monthly_cost": "Free to install"
},
{
"name": "Elevar Essentials",
"monthly_cost": "$200/month",
"monthly_cost_cents": 20000
},
{
"name": "Elevar Growth",
"monthly_cost": "$450/month",
"monthly_cost_cents": 45000
},
{
"name": "Elevar Business",
"monthly_cost": "$950/month",
"monthly_cost_cents": 95000
}
],
"categories": [
"ads",
"analytics"
],
"integrates_with": [
"Checkout\n\n \n \n Google Ads and GA4\n \n \n Web Pixel API\n \n \n Klaviyo\n \n \n Flow\n \n \n Onetrust and Cookiebot\n \n \n Meta CAPI"
],
"review_count": 143,
"installs": 9209,
"instp": 0.0032473508824514695,
"installs_30d": 54,
"installs_90d": 251,
"reviews_90d": 1
},
{
"installed_at": "2023-09-13T20:40:31Z",
"average_rating": "4.6",
"app_store_url": "https://apps.shopify.com/klaviyo-email-marketing",
"state": "Active",
"description": "Grow smarter with AI-powered marketing and service automation for email marketing, SMS, and more.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/5edd9000b933a8fa88c152d1e498531f/icon/CP6B2OOv3PYCEAE=.png",
"name": "Klaviyo: Email Marketing \u0026 SMS",
"token": "klaviyo-email-marketing",
"platform": "shopify",
"vendor_name": "Klaviyo",
"vendor_url": "https://apps.shopify.com/partners/klaviyo",
"vendor_email": "support@klaviyo.com",
"vendor_website": "https://www.klaviyo.com",
"vendor_address": "125 Summer St, Floor 7, Boston, MA, 02111, US",
"id": "1.klaviyo-email-marketing",
"created_at": "2012-09-20T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
},
{
"name": "SMS",
"monthly_cost": "$15/month",
"monthly_cost_cents": 1500
},
{
"name": "Email",
"monthly_cost": "$20/month",
"monthly_cost_cents": 2000
}
],
"categories": [
"email marketing",
"sms marketing"
],
"integrates_with": [
"Checkout\n\n \n \n Customer accounts\n\n \n \n Shopify Flow\n \n \n Recharge\n \n \n Aftership\n \n \n Typeform\n \n \n Meta Advertising\n \n \n Gorgias\n \n \n TikTok Advertising"
],
"review_count": 2569,
"installs": 387750,
"instp": 0.13673149143995628,
"installs_30d": 7984,
"installs_90d": 17921,
"reviews_30d": 11,
"reviews_90d": 73
},
{
"installed_at": "2025-08-08T04:33:27Z",
"average_rating": "5",
"app_store_url": "https://apps.shopify.com/loqate",
"state": "Active",
"description": "An accurate way to capture and verify address data. Improve data quality \u0026 reduce delivery costs.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/a2dddc52d4d7bccedbb225aa8298d856/icon/COSA9dGbuYwDEAE=.jpeg",
"name": "Loqate Address Validation",
"token": "loqate",
"platform": "shopify",
"vendor_name": "GB GROUP PLC",
"vendor_url": "https://apps.shopify.com/partners/gb-group-plc2",
"vendor_email": "loqatesupport@gbgplc.com",
"vendor_website": "https://www.loqate.com/developers/",
"vendor_address": "128 Queen Victoria Street, London, ENG, EC4V 4BJ, GB",
"id": "1.loqate",
"created_at": "2024-04-02T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"shipping solutions - other",
"checkout - other"
],
"integrates_with": [
"Checkout"
],
"review_count": 5,
"installs": 229,
"instp": 0.00008075180281044484,
"installs_30d": -2,
"installs_90d": -8
},
{
"installed_at": "2023-09-20T16:18:16Z",
"average_rating": "3.7",
"app_store_url": "https://apps.shopify.com/narvar-returns",
"state": "Active",
"description": "Protect your revenue by transforming refunds into exchanges with our return platform.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/df78c172920390b82b538ceb1244425f/icon/CJ3sx9S5q-8CEAE=.png",
"name": "Narvar Return and Exchange",
"token": "narvar-returns",
"platform": "shopify",
"vendor_name": "Narvar",
"vendor_url": "https://apps.shopify.com/partners/n13",
"vendor_email": "returns.exchanges-support@narvar.com",
"vendor_website": "https://corp.narvar.com/privacy-policy",
"vendor_address": "3 E 3rd Ave, Suite 211, San Mateo, CA, 94401, US",
"id": "1.narvar-returns",
"created_at": "2021-08-31T00:00:00",
"categories": [
"returns and exchanges"
],
"integrates_with": [
"Shopify POS\n\n \n \n Shopify Flow\n \n \n Netsuite\n \n \n Klaviyo\n \n \n Gorgias\n \n \n ShipHero\n \n \n Recharge\n \n \n Tapcart"
],
"review_count": 21,
"installs": 485,
"instp": 0.00017102456053740502,
"installs_30d": 15,
"installs_90d": 22
},
{
"installed_at": "2023-09-13T20:40:31Z",
"average_rating": "4.9",
"app_store_url": "https://apps.shopify.com/order-limits-minmaxify",
"state": "Active",
"free_trial_duration": "168h0m0s",
"description": "Control Order Quantities with Minimum and Maximum Limits on Your Cart, Products, and Collections",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/a04c143bd308483d7a0f055ee1be9d64/icon/CLjmhfDv2vACEAE=.png",
"name": "Minmaxify Order Limits",
"token": "order-limits-minmaxify",
"platform": "shopify",
"vendor_name": "Intillium",
"vendor_url": "https://apps.shopify.com/partners/bitstim",
"vendor_email": "support@minmaxify.com",
"vendor_website": "http://www.minmaxify.com",
"vendor_address": "5 Kingsgate Place, Caledon, ON, L7E5Z5, CA",
"id": "1.order-limits-minmaxify",
"created_at": "2012-10-29T00:00:00",
"plans": [
{
"name": "Standard",
"monthly_cost": "$10/month",
"monthly_cost_cents": 1000
},
{
"name": "Premium",
"monthly_cost": "$20/month",
"monthly_cost_cents": 2000
},
{
"name": "Plus",
"monthly_cost": "$50/month",
"monthly_cost_cents": 5000
}
],
"categories": [
"order limits"
],
"integrates_with": [
"Checkout"
],
"review_count": 159,
"installs": 13419,
"instp": 0.00473191459350812,
"installs_30d": -9,
"installs_90d": -45,
"reviews_30d": 1,
"reviews_90d": 4
},
{
"installed_at": "2025-02-19T12:57:20Z",
"average_rating": "4.3",
"app_store_url": "https://apps.shopify.com/product-ads-by-criteo",
"state": "Active",
"description": "Attract buyers with relevant ads, deliver rich consumer experiences \u0026 drive better commerce outcomes",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/6cca7cd848166f80531b72d1aaf646e0/icon/CLGSyJqp6_cCEAE=.png",
"name": "Criteo Sales Growth Ads",
"token": "product-ads-by-criteo",
"platform": "shopify",
"vendor_name": "Criteo",
"vendor_url": "https://apps.shopify.com/partners/criteo-fr",
"vendor_email": "support@criteo.com",
"vendor_website": "https://www.criteo.com/",
"vendor_address": "32 rue blanche, société Criteo, Paris, 75009, FR",
"id": "1.product-ads-by-criteo",
"created_at": "2022-06-24T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"ads"
],
"integrates_with": [
"Checkout\n\n \n \n Bluecore\n \n \n Emarsys\n \n \n Klaviyo\n \n \n Yotpo\n \n \n Oracle"
],
"review_count": 34,
"installs": 5889,
"instp": 0.002076626055679955,
"installs_30d": 56,
"installs_90d": 306
},
{
"installed_at": "2023-12-27T11:30:14Z",
"average_rating": "4.9",
"app_store_url": "https://apps.shopify.com/schema-plus",
"state": "Active",
"free_trial_duration": "192h0m0s",
"description": "Adds full schema (JSON-LD) to your store according to the most up-to-date Google requirements.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/e1548ddee303ba520aa7e5ad46d5083a/icon/CM3s0Jyg75ADEAE=.jpeg",
"name": "Schema Plus for SEO \u0026 JSON‑LD",
"token": "schema-plus",
"platform": "shopify",
"vendor_name": "SchemaPlus Inc.",
"vendor_url": "https://apps.shopify.com/partners/uppercase-brands",
"vendor_email": "support@schemaplus.io",
"vendor_website": "http://www.schemaplus.io/",
"vendor_address": "187 E 4th Street, #6J, New York, NY, 10009, US",
"id": "1.schema-plus",
"created_at": "2018-11-21T00:00:00",
"plans": [
{
"name": "Lite Plan",
"monthly_cost": "$9.99/month",
"monthly_cost_cents": 999
},
{
"name": "Essential Plan",
"monthly_cost": "$16.99/month",
"monthly_cost_cents": 1698
},
{
"name": "Premium Plan",
"monthly_cost": "$25.99/month",
"monthly_cost_cents": 2599
}
],
"categories": [
"seo",
"advertising - other"
],
"integrates_with": [
"Yotpo\n \n \n Judge.me\n \n \n Stamped.io\n \n \n Growave\n \n \n Okendo\n \n \n Opinew"
],
"review_count": 464,
"installs": 2513,
"instp": 0.0008861540631556677,
"installs_30d": -128,
"installs_90d": -156,
"reviews_30d": 9,
"reviews_90d": 21
},
{
"installed_at": "2025-04-29T03:36:13Z",
"average_rating": "4.8",
"app_store_url": "https://apps.shopify.com/shopify-mobile-apps",
"state": "Active",
"free_trial_duration": "4800h0m0s",
"description": "Tapcart turns your store into a mobile app—your brand’s HQ to build loyalty and grow sales.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/a228b831b4225be070d5a592528374db/icon/CKP--cqDk_YCEAE=.png",
"name": "Tapcart ‑ Mobile App Builder",
"token": "shopify-mobile-apps",
"platform": "shopify",
"vendor_name": "Tapcart",
"vendor_url": "https://apps.shopify.com/partners/tapcart",
"vendor_email": "help@tapcart.co",
"vendor_website": "https://tapcart.com",
"vendor_address": "1417 6th Street #200, Santa Monica, CA, 90401, US",
"id": "1.shopify-mobile-apps",
"created_at": "2017-04-11T00:00:00",
"plans": [
{
"name": "Tapcart Core",
"monthly_cost": "$250/month",
"monthly_cost_cents": 25000
},
{
"name": "Tapcart Ultimate",
"monthly_cost": "$500/month",
"monthly_cost_cents": 50000
},
{
"name": "Tapcart Enterprise",
"monthly_cost": "$1,000/month",
"monthly_cost_cents": 100000
}
],
"categories": [
"mobile app builder"
],
"integrates_with": [
"ReCharge\n \n \n Yotpo\n \n \n Klaviyo\n \n \n Nosto\n \n \n Facebook SDK\n \n \n Foursixty"
],
"review_count": 338,
"installs": 2787,
"instp": 0.0009827741241603047,
"installs_30d": 13,
"installs_90d": 97,
"reviews_30d": 1,
"reviews_90d": 5
},
{
"installed_at": "2023-03-30T17:54:39Z",
"average_rating": "4.3",
"app_store_url": "https://apps.shopify.com/signifyd",
"state": "Active",
"free_trial_duration": "336h0m0s",
"description": "Maximize Conversions and Reduce Returns with Guaranteed Protection",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/adb1d4e7a8537b18730ab69339a13ad4/icon/CLX1-6b0lu8CEAE=.png",
"name": "Signifyd",
"token": "signifyd",
"platform": "shopify",
"vendor_name": "Signifyd",
"vendor_url": "https://apps.shopify.com/partners/signifyd",
"vendor_email": "support@signifyd.com",
"vendor_website": "https://developer.signifyd.com/",
"vendor_address": "99 South Almaden Ave, Suite 400, San Jose, CA, 95113, US",
"id": "1.signifyd",
"created_at": "2013-06-21T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"fraud",
"returns and warranty - other"
],
"integrates_with": [
"Recharge\n \n \n Carthook\n \n \n PayPal\n \n \n Stripe Early Fraud Warnings\n \n \n Shop Pay"
],
"review_count": 79,
"installs": 3320,
"instp": 0.001170724826771515,
"installs_30d": 54,
"installs_90d": 103,
"reviews_30d": 5,
"reviews_90d": 7
}
],
"categories": [
"/Home \u0026 Garden/Kitchen \u0026 Dining/Cookware \u0026 Diningware",
"/Food \u0026 Drink"
],
"technologies": [
{
"installed_at": "2025-01-09T17:48:48Z",
"name": "AddShoppers",
"description": "AddShoppers was established in 2011 to create and acquire digital assets that save shoppers time and money.",
"vendor_url": "https://www.addshoppers.com/",
"icon_url": "https://storeleads.app/technologies/img/AddShoppers.png",
"installs": 1949
},
{
"installed_at": "2024-11-07T16:37:00Z",
"name": "Algolia",
"description": "Driving 50% higher conversion rate with omnichannel, personalized search.",
"vendor_url": "https://www.algolia.com",
"icon_url": "https://storeleads.app/img/tech/algolia.png",
"categories": [
"Search"
],
"installs": 14563
},
{
"installed_at": "2020-11-10T20:02:34Z",
"name": "Apple Pay",
"description": "Make contactless, secure purchases in stores, in apps, and on the web.",
"vendor_url": "https://www.apple.com/apple-pay",
"icon_url": "https://storeleads.app/img/tech/apple_pay.png",
"categories": [
"Payment Processor"
],
"installs": 1764236
},
{
"installed_at": "2024-02-16T02:20:22Z",
"name": "Arrive",
"description": "Arrive gives you accurate and timely updates on everything you order, across all online retailers.",
"vendor_url": "https://tryarrive.com",
"icon_url": "https://storeleads.app/img/tech/arrive.png",
"categories": [
"Fulfillment"
],
"installs": 2648727
},
{
"installed_at": "2025-07-09T08:15:51Z",
"name": "Attentive",
"description": "The most comprehensive text message marketing solution, driving an average of 18.5% of total online revenue for our customers.",
"vendor_url": "https://www.attentivemobile.com",
"icon_url": "https://storeleads.app/img/tech/attentive.png",
"categories": [
"SMS"
],
"installs": 11979
},
{
"installed_at": "2021-09-14T23:21:03Z",
"name": "AvantLink",
"description": "AvantLink's approach to affiliate marketing is simple, grow your business through quality partnerships.",
"vendor_url": "https://www.avantlink.com",
"icon_url": "https://storeleads.app/img/tech/avantlink.png",
"categories": [
"Affiliate Marketing"
],
"installs": 2644
},
{
"installed_at": "2024-08-20T21:15:01Z",
"name": "Baazarvoice",
"description": "Connect shoppers with authentic content they trust.",
"vendor_url": "https://www.bazaarvoice.com",
"icon_url": "https://storeleads.app/img/tech/bazaarvoice.png",
"categories": [
"Content Curation"
],
"installs": 6843
},
{
"installed_at": "2024-09-18T01:18:16Z",
"name": "Billy Grace",
"description": "Billy Grace is the self-learning solution that can revolutionize your online marketing efforts.",
"vendor_url": "https://www.billygrace.com",
"icon_url": "https://storeleads.app/img/tech/billygrace.png",
"categories": [
"Advertising",
"Analytics"
],
"installs": 230
},
{
"installed_at": "2023-10-31T23:55:36Z",
"name": "Bing Ads",
"description": "Bing Ads conversion tracking collects data that allows you to track conversion goals and target audiences with remarketing lists.",
"vendor_url": "https://advertise.bingads.microsoft.com/en-ca/solutions/audience-targeting/universal-event-tracking",
"icon_url": "https://storeleads.app/img/tech/bingads.png",
"categories": [
"Advertising"
],
"installs": 204785
},
{
"installed_at": "2023-10-31T23:55:36Z",
"name": "Cloudflare",
"description": "Security, reliability and speed everywhere, powered by an intelligent global network.",
"vendor_url": "https://www.cloudflare.com",
"icon_url": "https://storeleads.app/img/tech/cloudflare.png",
"categories": [
"CDN"
],
"installs": 5090004
},
{
"installed_at": "2021-06-08T15:55:16Z",
"name": "Cloudflare CDN",
"description": "Protect and accelerate your websites, apps, and teams.",
"vendor_url": "https://www.cloudflare.com",
"icon_url": "https://storeleads.app/img/tech/cloudflare.png",
"categories": [
"CDN"
],
"installs": 4321870
},
{
"installed_at": "2025-03-17T21:23:39Z",
"name": "Contentsquare",
"description": "Real-time insights the whole team can use to improve the digital experience, increase customer happiness and drive growth.",
"vendor_url": "https://contentsquare.com",
"icon_url": "https://storeleads.app/img/tech/contentsquare.png",
"categories": [
"Analytics"
],
"installs": 5098
},
{
"installed_at": "2020-09-29T17:58:04Z",
"name": "Criteo",
"description": "Power ad campaigns from browsing and transaction data from billions of consumers.",
"vendor_url": "https://www.criteo.com",
"icon_url": "https://storeleads.app/img/tech/criteo.png",
"categories": [
"Marketing Automation"
],
"installs": 39076
},
{
"installed_at": "2025-04-07T21:59:00Z",
"name": "Curalate",
"description": "Curalate lets you use social content and audiences to sell more effectively online.",
"vendor_url": "https://www.curalate.com",
"icon_url": "https://storeleads.app/img/tech/curalate.png",
"categories": [
"Content Curation"
],
"installs": 1479
},
{
"installed_at": "2020-09-16T16:22:36Z",
"name": "Facebook Pixel",
"description": "Facebook pixel is an analytics tool that consists of a code that can be placed on an online store to track site visitors. This data allows you to track effectiveness of advertising, retarget those users with Facebook ads in the future, as well as see what they’re doing on your site when they return.",
"vendor_url": "https://www.facebook.com/business/learn/facebook-ads-pixel",
"icon_url": "https://storeleads.app/img/facebook.png",
"categories": [
"Analytics"
],
"installs": 3108434
},
{
"installed_at": "2022-02-05T11:22:41Z",
"name": "Google Ads Pixel",
"description": "The Google Ads Pixel is used to track conversions for Google Ads. Google Ads conversion tracking shows you what happens after a customer clicks on your ads – whether they purchased a product, signed up for your newsletter, called your business, or downloaded your app. When a customer completes an action that you've defined as valuable, these customer actions are called conversions.",
"vendor_url": "https://ads.google.com/",
"icon_url": "https://storeleads.app/img/tech/adwords.png",
"categories": [
"Analytics"
],
"installs": 4591866
},
{
"installed_at": "2022-02-05T11:22:41Z",
"name": "Google Adsense",
"description": "Earn money with website monetization from Google AdSense.",
"vendor_url": "https://www.google.com/adsense/start",
"icon_url": "https://storeleads.app/img/tech/adsense.png",
"categories": [
"Advertising"
],
"installs": 4565369
},
{
"installed_at": "2020-11-04T12:55:00Z",
"name": "Google Pay",
"description": "Google Pay is the fast, simple way to pay online, in stores and more.",
"vendor_url": "https://pay.google.com",
"icon_url": "https://storeleads.app/img/tech/googlepay.png",
"categories": [
"Payment Processor"
],
"installs": 1616920
},
{
"installed_at": "2020-09-06T09:57:34Z",
"name": "Google Tag Manager",
"description": "Google Tag Manager is a tag management system (TMS) that allows you to quickly and easily update tracking codes and related code fragments collectively known as tags on your website or mobile app.",
"vendor_url": "https://tagmanager.google.com/",
"icon_url": "https://storeleads.app/img/tech/gtm.png",
"categories": [
"Tag Manager"
],
"installs": 4271748
},
{
"installed_at": "2023-09-13T20:40:31Z",
"name": "Klaviyo",
"description": "Klaviyo is the growth marketing platform built for online businesses.",
"vendor_url": "https://www.klaviyo.com/",
"icon_url": "https://storeleads.app/img/tech/klaviyo.png",
"categories": [
"Marketing Automation"
],
"installs": 485643
},
{
"installed_at": "2025-08-08T04:33:27Z",
"name": "Loqate",
"description": "Global address verification that ensures you reach your customers, every time.",
"vendor_url": "https://www.loqate.com/",
"icon_url": "https://storeleads.app/technologies/img/Loqate.png",
"installs": 1402
},
{
"installed_at": "2023-09-20T16:18:16Z",
"name": "Narvar",
"description": "Narvar helps retailers champion their customers at every step of the journey.",
"vendor_url": "https://corp.narvar.com",
"icon_url": "https://storeleads.app/img/tech/narvar.png",
"categories": [
"Return Management"
],
"installs": 932
},
{
"installed_at": "2025-03-31T18:19:10Z",
"name": "OneTrust Cookie Consent",
"description": "Cookie compliance and consent management made easier.",
"vendor_url": "https://www.onetrust.com/products/cookie-consent",
"icon_url": "https://storeleads.app/img/tech/onetrust.png",
"installs": 29234
},
{
"installed_at": "2022-02-14T23:05:39Z",
"name": "PayPal Express Checkout",
"description": "Add PayPal to your existing checkout.",
"vendor_url": "https://www.paypal.com/pf/webapps/mpp/express-checkout",
"icon_url": "https://storeleads.app/img/tech/paypal.png",
"categories": [
"Payment Processor"
],
"installs": 1536379
},
{
"installed_at": "2022-07-20T02:07:43Z",
"name": "Pinterest Pixel",
"description": "The Pinterest tag gathers conversion insights and builds audiences to target based on actions they’ve taken on your site.",
"vendor_url": "https://help.pinterest.com/en/business/article/track-conversions-with-pinterest-tag",
"icon_url": "https://storeleads.app/img/tech/pinterest.png",
"categories": [
"Analytics"
],
"installs": 489259
},
{
"installed_at": "2022-02-05T11:22:41Z",
"name": "Reddit Pixel",
"description": "Reach influential communities talking about today’s most relevant content.",
"vendor_url": "https://www.reddit.com/adsregister?dest=https://ads.reddit.com/conversions",
"icon_url": "https://storeleads.app/img/tech/reddit.png",
"categories": [
"Analytics"
],
"installs": 22084
},
{
"installed_at": "2025-11-12T11:39:56Z",
"name": "Retention.com",
"description": "Retention.com helps you maximize audience growth, reclaim abandonment revenues, and reactivate lapsed audiences, across all channels.",
"vendor_url": "https://retention.com",
"icon_url": "https://storeleads.app/img/tech/retentioncom.png",
"installs": 2989
},
{
"installed_at": "2021-01-02T00:51:15Z",
"name": "Shop Pay",
"description": "Shop Pay remembers your important details, so you can fill carts, not forms. And everything is encrypted so you can speed safely through checkout.",
"vendor_url": "https://shop.app/what-shop-does",
"icon_url": "https://storeleads.app/img/tech/shop.png",
"categories": [
"Payment Processor"
],
"installs": 1511396
},
{
"installed_at": "2025-11-04T14:26:00Z",
"name": "Shopify Promise",
"description": "Add the Shop Promise badge to your store to communicate reliable, fast delivery and help your customers check out confidently.",
"vendor_url": "https://www.shopify.com/shop-promise",
"icon_url": "https://storeleads.app/img/tech/shopify.png",
"installs": 51822
},
{
"installed_at": "2023-03-30T17:54:39Z",
"name": "Signifyd",
"description": "Best in class chargeback guarantee protection",
"vendor_url": "https://www.signifyd.com",
"icon_url": "https://storeleads.app/img/tech/signifyd.png",
"installs": 9597
},
{
"installed_at": "2022-03-23T10:05:08Z",
"name": "Steelhouse",
"description": "Find new customers with highly-targeted, conversion-optimized Connected TV campaigns.",
"vendor_url": "https://mountain.com",
"icon_url": "https://storeleads.app/img/tech/steelhouse.png",
"installs": 2756
},
{
"installed_at": "2025-04-29T03:36:13Z",
"name": "Tapcart",
"description": "Launch a mobile app for your Shopify store with no coding required.",
"vendor_url": "https://tapcart.com",
"icon_url": "https://storeleads.app/img/tech/tapcart.png",
"categories": [
"Mobile App Builder"
],
"installs": 2799
},
{
"installed_at": "2021-12-08T06:07:05Z",
"name": "TikTok Pixel",
"description": "TikTok For Business is where you can unleash your brand's creative side. A fully immersive no judgement world where there's an audience for every voice.",
"vendor_url": "https://www.tiktok.com/business/en",
"icon_url": "https://storeleads.app/img/tech/tiktok.png",
"categories": [
"Analytics"
],
"installs": 658682
},
{
"installed_at": "2023-11-15T21:51:18Z",
"name": "Vimeo",
"description": "Vimeo provides simple tools for you and your team to create, manage and share high-quality videos.",
"vendor_url": "https://vimeo.com",
"icon_url": "https://storeleads.app/img/tech/vimeo.png",
"installs": 1221332
},
{
"installed_at": "2024-11-07T16:37:00Z",
"name": "Yotpo",
"description": "Yotpo accelerates growth with a full suite of solutions for customer reviews, visual marketing, loyalty programs, and referrals.",
"vendor_url": "https://www.yotpo.com",
"icon_url": "https://storeleads.app/img/tech/yotpo.png",
"installs": 51910
},
{
"installed_at": "2025-04-29T03:36:13Z",
"name": "shop my",
"description": "Enable your audience to shop your product recommendations while building meaningful partnerships with world-class brands.",
"vendor_url": "https://shopmy.us/home",
"icon_url": "https://storeleads.app/technologies/img/shopmy.png",
"categories": [
"Affiliate Marketing"
],
"installs": 2273
}
],
"cluster_domains": [
"www.stanley1913.com",
"www.stanley1913.com.br",
"stanley1913.mx",
"www.stanley1913.cl",
"www.stanley1913.ar",
"stanley1913.co",
"stanley1913.bo",
"www.stanley1913.pe",
"stanley1913.ae",
"stanley1913.uy",
"stanley1913.ec",
"stanley1913.com.py",
"stanley1913.com.ve",
"stanley1913.gt",
"www.stanley1913.cr",
"stanley1913.com.vn",
"www.stanley1913.us.com",
"stanley1913.kz",
"eu.stanley1913.com",
"ca.stanley1913.com",
"uk.stanley1913.com",
"jp.stanley1913.com",
"au.stanley1913.com",
"tr.stanley1913.com",
"nz.stanley1913.com",
"kr.stanley1913.com",
"id.stanley1913.com",
"tw.stanley1913.com",
"th.stanley1913.com"
],
"features": [
"FAQ Page",
"Brand Advocate Page",
"Shopify Online Store 2.0",
"New Shopify Checkout (2022)",
"Accepts Gift Cards",
"Contact Page",
"Tracking or Returns",
"Tracking Page",
"Store Locator Page",
"Warranty Page",
"Has Blog"
],
"ships_to_countries": [
"United States"
],
"rank_percentile": 0.0014,
"collection_count": 239,
"rank": 203,
"latitude": 47.6062095,
"platform_rank_percentile": 0.0001,
"longitude": -122.3320708,
"estimated_page_views": 65712376,
"estimated_sales": 6760220686,
"estimated_sales_yearly": 81122648232,
"estimated_visits": 17760101,
"product_images": 5529,
"product_images_created_365": 2353,
"product_images_created_90": 191,
"product_images_created_30": 12,
"employee_count": 1039,
"cc_rank": 90327,
"cc_centrality": 928520,
"product_count": 321,
"max_price": 35000,
"max_price_usd": 35000,
"max_weight": 6178,
"monthly_app_spend": 31999,
"min_price": 600,
"min_price_usd": 600,
"min_weight": 1,
"variant_count": 1377,
"vendor_count": 2,
"avg_price": 3977,
"avg_price_usd": 3977,
"avg_weight": 673,
"platform_rank": 3
}
}
Bulk Retrieve Domains By Name
Retrieves the details for up to 100 Domains by name. Name can either be the public DNS domain name (e.g., merchant.com) or the platform domain (e.g., merchant.myshopify.com).
| Plan | Rate Limit |
|---|---|
| Enterprise | 20 requests/second |
| Pro and Elite | 5 requests/second |
Request Options
For Domains that redirect to another Domain, the caller typically needs to make a 2nd API call to fetch the details for other Domain (which is identified in the redirects_to response attribute). If the follow_redirects request opion is set to true (follow_redirects=true), the API automatically returns data for the other Domain.
Example Request
$ curl -H 'Authorization: Bearer your.api.key' -H "Content-Type: application/json" -X POST -d '{"domains": ["www.stanley1913.com"]}' 'https://storeleads.app/json/api/v1/all/domain/bulk'
Example Response
{
"domains": [
{
"theme": {
"name": "dawn",
"style": "Unknown",
"vendor": "Unknown",
"version": "8.0.0-rc"
},
"trustpilot": {
"review_count": 203,
"avg_rating": 1.5
},
"plan": "Shopify Plus",
"cluster_best_ranked": "www.stanley1913.com",
"city": "Seattle",
"last_updated_at": "2025-11-26T00:00:00",
"subregion": "Northern America",
"contact_page": "https://www.stanley1913.com/pages/contact-help-support",
"country_code": "US",
"currency_code": "USD",
"title": "Stanley Drinkware \u0026 Gear | Bottles, Tumblers, Growlers \u0026 More – Stanley 1913",
"store_locator_page": "https://www.stanley1913.com/pages/store-locator",
"administrative_area_level_1": "Washington",
"state": "Active",
"icon": "https://www.stanley1913.com/cdn/shop/files/favicon.png?crop=center\u0026height=32\u0026v=1685589284\u0026width=32",
"brand_advocate_page": "https://www.stanley1913.com/pages/affiliate-program",
"faq_page": "https://www.stanley1913.com/pages/faq",
"career_page": "https://www.stanley1913.com/blogs/careers/current-openings",
"region": "Americas",
"language_code": "en",
"about_us": "https://www.stanley1913.com/pages/about-stanley",
"tracking_page": "https://www.stanley1913.com/pages/order-tracking",
"platform_domain": "stanley-pmi.myshopify.com",
"last_plan_change_at": "2020-09-06T00:00:00",
"platform": "shopify",
"location": "Seattle, WA, USA",
"og_image": "https://www.stanley1913.com/cdn/shop/files/Stanley_Horizontal_x320_b3ec2ef4-fa76-454a-b900-c4055137902d.webp?height=628\u0026pad_color=fff\u0026v=1706751331\u0026width=1200",
"max_product_published_at": "2025-11-21T00:00:00",
"merchant_name": "Stanley 1913",
"avg_price_formatted": "$39.77",
"warranty_page": "https://www.stanley1913.com/pages/product-warranty",
"created_at": "2020-09-04T00:00:00",
"name": "www.stanley1913.com",
"tld1": "stanley1913.com",
"description": "Stanley PMI Online Store | Offers an assortment of Vacuum Bottles, Mugs, thermoses, Cookware and more!",
"contact_info": [
{
"source": "/",
"type": "facebook",
"value": "https://www.facebook.com/StanleyBrand"
},
{
"source": "/",
"type": "instagram",
"value": "https://www.instagram.com/stanley_brand"
},
{
"description": "Since 1913, we have been fueling life\u0026#39;s adventures, delivering quality food and beverage gear that\u0026#39;s Built For Life™.",
"followers": 19400,
"followers_90d": 453,
"source": "/",
"type": "youtube",
"value": "https://www.youtube.com/user/StanleyBottle"
},
{
"description": "Fueling life's adventures since 1913. #BuiltforLife",
"followers": 1600000,
"likes": 17100000,
"source": "/",
"type": "tiktok",
"value": "https://www.tiktok.com/@stanleybrand"
},
{
"source": "/pages/privacy-policy",
"type": "phone",
"value": "(206) 557-6270"
}
],
"aliases": [
"stanleybottles.com"
],
"apps": [
{
"installed_at": "2024-11-07T16:37:00Z",
"average_rating": "3.3",
"app_store_url": "https://apps.shopify.com/algolia-search",
"state": "Active",
"free_trial_duration": "336h0m0s",
"description": "Boost your revenue with AI-powered search - increased conversions and maximized average order value.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/df5eea6375c938fb30ff095238fd154e/icon/CLmzsKjGjfsCEAE=.png",
"name": "Algolia AI Search \u0026 Discovery",
"token": "algolia-search",
"platform": "shopify",
"vendor_name": "Algolia",
"vendor_url": "https://apps.shopify.com/partners/algoliateam",
"vendor_email": "support+shop@algolia.com",
"vendor_website": "https://www.algolia.com/",
"vendor_address": "55 Rue d'Amsterdam, Paris, 75008, FR",
"id": "1.algolia-search",
"created_at": "2016-10-28T00:00:00",
"plans": [
{
"name": "Build",
"monthly_cost": "Free"
},
{
"name": "Grow",
"monthly_cost": "Free to install"
},
{
"name": "Premium",
"monthly_cost": "Free to install"
},
{
"name": "Elevate",
"monthly_cost": "Free to install"
}
],
"categories": [
"search and filters",
"upsell and cross-sell"
],
"integrates_with": [
"Shopify Flow"
],
"review_count": 36,
"installs": 2335,
"instp": 0.0008233862862986407,
"installs_30d": 21,
"installs_90d": -273
},
{
"installed_at": "2025-07-09T08:15:51Z",
"average_rating": "4.7",
"app_store_url": "https://apps.shopify.com/attentive",
"state": "Active",
"description": "AI-powered mobile email and SMS marketing platform enabling personalization at scale.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/5da194592c59cd145b825b53019db33c/icon/CIKipOGl7-8CEAE=.png",
"name": "Attentive: AI‑led Email \u0026SMS",
"token": "attentive",
"platform": "shopify",
"vendor_name": "Attentive",
"vendor_url": "https://apps.shopify.com/partners/attentive-mobile-inc",
"vendor_email": "integration-questions@attentivemobile.com",
"vendor_website": "https://www.attentive.com/",
"vendor_address": "156 5th Ave, Suite 303, New York, NY, 10010, US",
"id": "1.attentive",
"created_at": "2020-07-02T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"email marketing",
"sms marketing"
],
"integrates_with": [
"Checkout\n\n \n \n Gorgias\n \n \n Okendo\n \n \n LoyaltyLion\n \n \n Zendesk\n \n \n Rebuy\n \n \n Loop Returns"
],
"review_count": 94,
"installs": 8866,
"instp": 0.003126399492215738,
"installs_30d": -810,
"installs_90d": -616,
"reviews_30d": 1,
"reviews_90d": 37
},
{
"installed_at": "2024-12-14T02:34:29Z",
"average_rating": "5",
"app_store_url": "https://apps.shopify.com/avantlink-tracking-1",
"state": "Active",
"description": "Expand your business with the power of performance affiliate and influencer marketing.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/2de82dd71116906a53dd6fcb6c2e16f3/icon/CIGQ8Ii3nYcDEAE=.png",
"name": "AvantLink Affiliate Marketing",
"token": "avantlink-tracking-1",
"platform": "shopify",
"vendor_name": "AvantLink",
"vendor_url": "https://apps.shopify.com/partners/avantlink1",
"vendor_website": "https://www.avantlink.com/",
"vendor_address": "1922 Prospector Ave, Park City, UT, 84003, US",
"id": "1.avantlink-tracking-1",
"created_at": "2024-08-23T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"affiliate programs"
],
"integrates_with": [
"Checkout"
],
"review_count": 20,
"installs": 1943,
"instp": 0.0006851561260292329,
"installs_30d": 63,
"installs_90d": 212,
"reviews_90d": 1
},
{
"installed_at": "2024-08-20T21:15:01Z",
"average_rating": "2.9",
"app_store_url": "https://apps.shopify.com/bazaarvoice-reviews-photos-social",
"state": "Active",
"description": "Collect ratings, reviews, and photos and amplify their impact across your website, social, and more.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/16e28f7698fddac56db2a803783cf974/icon/CN_DsfeR8voCEAE=.png",
"name": "Bazaarvoice Reviews \u0026 Photos",
"token": "bazaarvoice-reviews-photos-social",
"platform": "shopify",
"vendor_name": "Bazaarvoice Inc.",
"vendor_url": "https://apps.shopify.com/partners/bazaarvoice-inc1",
"vendor_email": "support@bazaarvoice.com",
"vendor_website": "https://bazaarvoice.com/",
"vendor_address": "10901 Stonelake Blvd, Austin, TX, 78759, US",
"id": "1.bazaarvoice-reviews-photos-social",
"created_at": "2022-11-04T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"product reviews",
"social trust - other"
],
"integrates_with": [
"Checkout\n\n \n \n Facebook\n \n \n Instagram\n \n \n Google\n \n \n Pinterest\n \n \n TikTok"
],
"review_count": 8,
"installs": 3095,
"instp": 0.0010913835358005537,
"installs_30d": 221,
"installs_90d": 527
},
{
"installed_at": "2025-10-08T09:37:50Z",
"average_rating": "4.9",
"app_store_url": "https://apps.shopify.com/disco",
"state": "Active",
"free_trial_duration": "696h0m0s",
"description": "Acquire your highest-LTV customers. Turn your post-purchase into a profit center.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/baed076304d01ab44544d6984f60cbe2/icon/COLFw4WQi_sCEAE=.png",
"name": "Disco Post Purchase Ad Network",
"token": "disco",
"platform": "shopify",
"vendor_name": "Disco",
"vendor_url": "https://apps.shopify.com/partners/coop-commerce",
"vendor_email": "support@disconetwork.com",
"vendor_website": "https://www.disconetwork.com/",
"vendor_address": "1 Belvedere Pl., Office 2-109, Mill Valley, CA, 94941, US",
"id": "1.disco",
"created_at": "2021-03-23T00:00:00",
"plans": [
{
"name": "Membership Fee",
"monthly_cost": "$50/month",
"monthly_cost_cents": 5000
}
],
"categories": [
"ads",
"promotions - other"
],
"integrates_with": [
"Checkout\n\n \n \n Customer accounts\n\n \n \n KnoCommerce\n \n \n rebuy\n \n \n Fairing"
],
"review_count": 22,
"installs": 238,
"instp": 0.00008392545444928328,
"installs_30d": 4,
"installs_90d": -5
},
{
"installed_at": "2023-08-03T20:29:45Z",
"average_rating": "4.5",
"app_store_url": "https://apps.shopify.com/easylocation",
"state": "Active",
"free_trial_duration": "336h0m0s",
"description": "Geolocation redirects customers by location, country block \u0026 country redirect, and markets redirects",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/3800ed46dc7c5198315273a56b432446/icon/CP_6uPKb_v0CEAE=.png",
"name": "Geolocation Redirects Geo:Pro",
"token": "easylocation",
"platform": "shopify",
"vendor_name": "GeoPro Labs Inc",
"vendor_url": "https://apps.shopify.com/partners/geopro",
"vendor_email": "hello@geoproapp.com",
"vendor_website": "https://geoproapp.com",
"vendor_address": "2064 Esplanade, Victoria, BC, V8R5H2, CA",
"id": "1.easylocation",
"created_at": "2017-08-30T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free"
},
{
"name": "Premium",
"monthly_cost": "$4.99/month",
"monthly_cost_cents": 499
},
{
"name": "Plus",
"monthly_cost": "$7.99/month",
"monthly_cost_cents": 799
}
],
"categories": [
"geolocation",
"internationalization - other"
],
"review_count": 108,
"installs": 5854,
"instp": 0.002064284077084472,
"installs_30d": 144,
"installs_90d": 422,
"reviews_30d": 3,
"reviews_90d": 4
},
{
"installed_at": "2020-09-06T09:57:34Z",
"app_store_url": "https://apps.shopify.com/partners/hulk-code",
"state": "Active",
"description": "Your one-stop shop for all your Shopify needs.",
"name": "Hulk Code",
"token": "generic-hulkapps",
"platform": "shopify",
"vendor_name": "Hulk Code, Inc.",
"vendor_url": "https://www.hulkcode.com",
"id": "1.generic-hulkapps",
"created_at": "2018-11-02T00:00:00",
"installs": 12928,
"instp": 0.004558774265211489,
"installs_30d": -109,
"installs_90d": -558
},
{
"installed_at": "2024-04-23T06:02:43Z",
"average_rating": "4.9",
"app_store_url": "https://apps.shopify.com/govx-id",
"state": "Active",
"description": "Launch a protected discount offer for military, first responders, nurses \u0026 teachers.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/8b8823fab80978bb3499ad4a9423c429/icon/CKX5sKf0lu8CEAE=.jpg",
"name": "GOVX ID Exclusive Discounts",
"token": "govx-id",
"platform": "shopify",
"vendor_name": "GOVX",
"vendor_url": "https://apps.shopify.com/partners/govx1",
"vendor_email": "partnersupport@govx.com",
"vendor_website": "https://www.govxinc.com/",
"vendor_address": "9605 Scranton Road, Suite 650, San Diego, CA, 92121, US",
"id": "1.govx-id",
"created_at": "2019-10-15T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"discounts"
],
"integrates_with": [
"Checkout\n\n \n \n Shopify POS"
],
"review_count": 284,
"installs": 5767,
"instp": 0.0020336054445757004,
"installs_30d": 163,
"installs_90d": 352,
"reviews_30d": 2,
"reviews_90d": 4
},
{
"installed_at": "2025-07-09T08:15:51Z",
"average_rating": "4.5",
"app_store_url": "https://apps.shopify.com/gtm-datalayer-by-elevar",
"state": "Active",
"free_trial_duration": "360h0m0s",
"description": "Never Miss a Conversion: Server-Side Tracking to Boost ROAS \u0026 Recover More Revenue",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/e6748a47b626678883beaf91f28ca7e3/icon/CPW_obTRgJADEAE=.png",
"name": "Elevar Conversion Tracking",
"token": "gtm-datalayer-by-elevar",
"platform": "shopify",
"vendor_name": "Elevar",
"vendor_url": "https://apps.shopify.com/partners/elevar",
"vendor_email": "help@getelevar.com",
"vendor_website": "https://www.getelevar.com/",
"vendor_address": "2651 S. Polaris Dr., Suite 25, Fort Woth, TX, 76137, US",
"id": "1.gtm-datalayer-by-elevar",
"created_at": "2018-09-26T00:00:00",
"plans": [
{
"name": "Elevar Starter",
"monthly_cost": "Free to install"
},
{
"name": "Elevar Essentials",
"monthly_cost": "$200/month",
"monthly_cost_cents": 20000
},
{
"name": "Elevar Growth",
"monthly_cost": "$450/month",
"monthly_cost_cents": 45000
},
{
"name": "Elevar Business",
"monthly_cost": "$950/month",
"monthly_cost_cents": 95000
}
],
"categories": [
"ads",
"analytics"
],
"integrates_with": [
"Checkout\n\n \n \n Google Ads and GA4\n \n \n Web Pixel API\n \n \n Klaviyo\n \n \n Flow\n \n \n Onetrust and Cookiebot\n \n \n Meta CAPI"
],
"review_count": 143,
"installs": 9209,
"instp": 0.0032473508824514695,
"installs_30d": 54,
"installs_90d": 251,
"reviews_90d": 1
},
{
"installed_at": "2023-09-13T20:40:31Z",
"average_rating": "4.6",
"app_store_url": "https://apps.shopify.com/klaviyo-email-marketing",
"state": "Active",
"description": "Grow smarter with AI-powered marketing and service automation for email marketing, SMS, and more.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/5edd9000b933a8fa88c152d1e498531f/icon/CP6B2OOv3PYCEAE=.png",
"name": "Klaviyo: Email Marketing \u0026 SMS",
"token": "klaviyo-email-marketing",
"platform": "shopify",
"vendor_name": "Klaviyo",
"vendor_url": "https://apps.shopify.com/partners/klaviyo",
"vendor_email": "support@klaviyo.com",
"vendor_website": "https://www.klaviyo.com",
"vendor_address": "125 Summer St, Floor 7, Boston, MA, 02111, US",
"id": "1.klaviyo-email-marketing",
"created_at": "2012-09-20T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
},
{
"name": "SMS",
"monthly_cost": "$15/month",
"monthly_cost_cents": 1500
},
{
"name": "Email",
"monthly_cost": "$20/month",
"monthly_cost_cents": 2000
}
],
"categories": [
"email marketing",
"sms marketing"
],
"integrates_with": [
"Checkout\n\n \n \n Customer accounts\n\n \n \n Shopify Flow\n \n \n Recharge\n \n \n Aftership\n \n \n Typeform\n \n \n Meta Advertising\n \n \n Gorgias\n \n \n TikTok Advertising"
],
"review_count": 2569,
"installs": 387750,
"instp": 0.13673149143995628,
"installs_30d": 7984,
"installs_90d": 17921,
"reviews_30d": 11,
"reviews_90d": 73
},
{
"installed_at": "2025-08-08T04:33:27Z",
"average_rating": "5",
"app_store_url": "https://apps.shopify.com/loqate",
"state": "Active",
"description": "An accurate way to capture and verify address data. Improve data quality \u0026 reduce delivery costs.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/a2dddc52d4d7bccedbb225aa8298d856/icon/COSA9dGbuYwDEAE=.jpeg",
"name": "Loqate Address Validation",
"token": "loqate",
"platform": "shopify",
"vendor_name": "GB GROUP PLC",
"vendor_url": "https://apps.shopify.com/partners/gb-group-plc2",
"vendor_email": "loqatesupport@gbgplc.com",
"vendor_website": "https://www.loqate.com/developers/",
"vendor_address": "128 Queen Victoria Street, London, ENG, EC4V 4BJ, GB",
"id": "1.loqate",
"created_at": "2024-04-02T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"shipping solutions - other",
"checkout - other"
],
"integrates_with": [
"Checkout"
],
"review_count": 5,
"installs": 229,
"instp": 0.00008075180281044484,
"installs_30d": -2,
"installs_90d": -8
},
{
"installed_at": "2023-09-20T16:18:16Z",
"average_rating": "3.7",
"app_store_url": "https://apps.shopify.com/narvar-returns",
"state": "Active",
"description": "Protect your revenue by transforming refunds into exchanges with our return platform.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/df78c172920390b82b538ceb1244425f/icon/CJ3sx9S5q-8CEAE=.png",
"name": "Narvar Return and Exchange",
"token": "narvar-returns",
"platform": "shopify",
"vendor_name": "Narvar",
"vendor_url": "https://apps.shopify.com/partners/n13",
"vendor_email": "returns.exchanges-support@narvar.com",
"vendor_website": "https://corp.narvar.com/privacy-policy",
"vendor_address": "3 E 3rd Ave, Suite 211, San Mateo, CA, 94401, US",
"id": "1.narvar-returns",
"created_at": "2021-08-31T00:00:00",
"categories": [
"returns and exchanges"
],
"integrates_with": [
"Shopify POS\n\n \n \n Shopify Flow\n \n \n Netsuite\n \n \n Klaviyo\n \n \n Gorgias\n \n \n ShipHero\n \n \n Recharge\n \n \n Tapcart"
],
"review_count": 21,
"installs": 485,
"instp": 0.00017102456053740502,
"installs_30d": 15,
"installs_90d": 22
},
{
"installed_at": "2023-09-13T20:40:31Z",
"average_rating": "4.9",
"app_store_url": "https://apps.shopify.com/order-limits-minmaxify",
"state": "Active",
"free_trial_duration": "168h0m0s",
"description": "Control Order Quantities with Minimum and Maximum Limits on Your Cart, Products, and Collections",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/a04c143bd308483d7a0f055ee1be9d64/icon/CLjmhfDv2vACEAE=.png",
"name": "Minmaxify Order Limits",
"token": "order-limits-minmaxify",
"platform": "shopify",
"vendor_name": "Intillium",
"vendor_url": "https://apps.shopify.com/partners/bitstim",
"vendor_email": "support@minmaxify.com",
"vendor_website": "http://www.minmaxify.com",
"vendor_address": "5 Kingsgate Place, Caledon, ON, L7E5Z5, CA",
"id": "1.order-limits-minmaxify",
"created_at": "2012-10-29T00:00:00",
"plans": [
{
"name": "Standard",
"monthly_cost": "$10/month",
"monthly_cost_cents": 1000
},
{
"name": "Premium",
"monthly_cost": "$20/month",
"monthly_cost_cents": 2000
},
{
"name": "Plus",
"monthly_cost": "$50/month",
"monthly_cost_cents": 5000
}
],
"categories": [
"order limits"
],
"integrates_with": [
"Checkout"
],
"review_count": 159,
"installs": 13419,
"instp": 0.00473191459350812,
"installs_30d": -9,
"installs_90d": -45,
"reviews_30d": 1,
"reviews_90d": 4
},
{
"installed_at": "2025-02-19T12:57:20Z",
"average_rating": "4.3",
"app_store_url": "https://apps.shopify.com/product-ads-by-criteo",
"state": "Active",
"description": "Attract buyers with relevant ads, deliver rich consumer experiences \u0026 drive better commerce outcomes",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/6cca7cd848166f80531b72d1aaf646e0/icon/CLGSyJqp6_cCEAE=.png",
"name": "Criteo Sales Growth Ads",
"token": "product-ads-by-criteo",
"platform": "shopify",
"vendor_name": "Criteo",
"vendor_url": "https://apps.shopify.com/partners/criteo-fr",
"vendor_email": "support@criteo.com",
"vendor_website": "https://www.criteo.com/",
"vendor_address": "32 rue blanche, société Criteo, Paris, 75009, FR",
"id": "1.product-ads-by-criteo",
"created_at": "2022-06-24T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"ads"
],
"integrates_with": [
"Checkout\n\n \n \n Bluecore\n \n \n Emarsys\n \n \n Klaviyo\n \n \n Yotpo\n \n \n Oracle"
],
"review_count": 34,
"installs": 5889,
"instp": 0.002076626055679955,
"installs_30d": 56,
"installs_90d": 306
},
{
"installed_at": "2023-12-27T11:30:14Z",
"average_rating": "4.9",
"app_store_url": "https://apps.shopify.com/schema-plus",
"state": "Active",
"free_trial_duration": "192h0m0s",
"description": "Adds full schema (JSON-LD) to your store according to the most up-to-date Google requirements.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/e1548ddee303ba520aa7e5ad46d5083a/icon/CM3s0Jyg75ADEAE=.jpeg",
"name": "Schema Plus for SEO \u0026 JSON‑LD",
"token": "schema-plus",
"platform": "shopify",
"vendor_name": "SchemaPlus Inc.",
"vendor_url": "https://apps.shopify.com/partners/uppercase-brands",
"vendor_email": "support@schemaplus.io",
"vendor_website": "http://www.schemaplus.io/",
"vendor_address": "187 E 4th Street, #6J, New York, NY, 10009, US",
"id": "1.schema-plus",
"created_at": "2018-11-21T00:00:00",
"plans": [
{
"name": "Lite Plan",
"monthly_cost": "$9.99/month",
"monthly_cost_cents": 999
},
{
"name": "Essential Plan",
"monthly_cost": "$16.99/month",
"monthly_cost_cents": 1698
},
{
"name": "Premium Plan",
"monthly_cost": "$25.99/month",
"monthly_cost_cents": 2599
}
],
"categories": [
"seo",
"advertising - other"
],
"integrates_with": [
"Yotpo\n \n \n Judge.me\n \n \n Stamped.io\n \n \n Growave\n \n \n Okendo\n \n \n Opinew"
],
"review_count": 464,
"installs": 2513,
"instp": 0.0008861540631556677,
"installs_30d": -128,
"installs_90d": -156,
"reviews_30d": 9,
"reviews_90d": 21
},
{
"installed_at": "2025-04-29T03:36:13Z",
"average_rating": "4.8",
"app_store_url": "https://apps.shopify.com/shopify-mobile-apps",
"state": "Active",
"free_trial_duration": "4800h0m0s",
"description": "Tapcart turns your store into a mobile app—your brand’s HQ to build loyalty and grow sales.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/a228b831b4225be070d5a592528374db/icon/CKP--cqDk_YCEAE=.png",
"name": "Tapcart ‑ Mobile App Builder",
"token": "shopify-mobile-apps",
"platform": "shopify",
"vendor_name": "Tapcart",
"vendor_url": "https://apps.shopify.com/partners/tapcart",
"vendor_email": "help@tapcart.co",
"vendor_website": "https://tapcart.com",
"vendor_address": "1417 6th Street #200, Santa Monica, CA, 90401, US",
"id": "1.shopify-mobile-apps",
"created_at": "2017-04-11T00:00:00",
"plans": [
{
"name": "Tapcart Core",
"monthly_cost": "$250/month",
"monthly_cost_cents": 25000
},
{
"name": "Tapcart Ultimate",
"monthly_cost": "$500/month",
"monthly_cost_cents": 50000
},
{
"name": "Tapcart Enterprise",
"monthly_cost": "$1,000/month",
"monthly_cost_cents": 100000
}
],
"categories": [
"mobile app builder"
],
"integrates_with": [
"ReCharge\n \n \n Yotpo\n \n \n Klaviyo\n \n \n Nosto\n \n \n Facebook SDK\n \n \n Foursixty"
],
"review_count": 338,
"installs": 2787,
"instp": 0.0009827741241603047,
"installs_30d": 13,
"installs_90d": 97,
"reviews_30d": 1,
"reviews_90d": 5
},
{
"installed_at": "2023-03-30T17:54:39Z",
"average_rating": "4.3",
"app_store_url": "https://apps.shopify.com/signifyd",
"state": "Active",
"free_trial_duration": "336h0m0s",
"description": "Maximize Conversions and Reduce Returns with Guaranteed Protection",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/adb1d4e7a8537b18730ab69339a13ad4/icon/CLX1-6b0lu8CEAE=.png",
"name": "Signifyd",
"token": "signifyd",
"platform": "shopify",
"vendor_name": "Signifyd",
"vendor_url": "https://apps.shopify.com/partners/signifyd",
"vendor_email": "support@signifyd.com",
"vendor_website": "https://developer.signifyd.com/",
"vendor_address": "99 South Almaden Ave, Suite 400, San Jose, CA, 95113, US",
"id": "1.signifyd",
"created_at": "2013-06-21T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"fraud",
"returns and warranty - other"
],
"integrates_with": [
"Recharge\n \n \n Carthook\n \n \n PayPal\n \n \n Stripe Early Fraud Warnings\n \n \n Shop Pay"
],
"review_count": 79,
"installs": 3320,
"instp": 0.001170724826771515,
"installs_30d": 54,
"installs_90d": 103,
"reviews_30d": 5,
"reviews_90d": 7
}
],
"categories": [
"/Home \u0026 Garden/Kitchen \u0026 Dining/Cookware \u0026 Diningware",
"/Food \u0026 Drink"
],
"technologies": [
{
"installed_at": "2025-01-09T17:48:48Z",
"name": "AddShoppers",
"description": "AddShoppers was established in 2011 to create and acquire digital assets that save shoppers time and money.",
"vendor_url": "https://www.addshoppers.com/",
"icon_url": "https://storeleads.app/technologies/img/AddShoppers.png",
"installs": 1949
},
{
"installed_at": "2024-11-07T16:37:00Z",
"name": "Algolia",
"description": "Driving 50% higher conversion rate with omnichannel, personalized search.",
"vendor_url": "https://www.algolia.com",
"icon_url": "https://storeleads.app/img/tech/algolia.png",
"categories": [
"Search"
],
"installs": 14563
},
{
"installed_at": "2020-11-10T20:02:34Z",
"name": "Apple Pay",
"description": "Make contactless, secure purchases in stores, in apps, and on the web.",
"vendor_url": "https://www.apple.com/apple-pay",
"icon_url": "https://storeleads.app/img/tech/apple_pay.png",
"categories": [
"Payment Processor"
],
"installs": 1764236
},
{
"installed_at": "2024-02-16T02:20:22Z",
"name": "Arrive",
"description": "Arrive gives you accurate and timely updates on everything you order, across all online retailers.",
"vendor_url": "https://tryarrive.com",
"icon_url": "https://storeleads.app/img/tech/arrive.png",
"categories": [
"Fulfillment"
],
"installs": 2648727
},
{
"installed_at": "2025-07-09T08:15:51Z",
"name": "Attentive",
"description": "The most comprehensive text message marketing solution, driving an average of 18.5% of total online revenue for our customers.",
"vendor_url": "https://www.attentivemobile.com",
"icon_url": "https://storeleads.app/img/tech/attentive.png",
"categories": [
"SMS"
],
"installs": 11979
},
{
"installed_at": "2021-09-14T23:21:03Z",
"name": "AvantLink",
"description": "AvantLink's approach to affiliate marketing is simple, grow your business through quality partnerships.",
"vendor_url": "https://www.avantlink.com",
"icon_url": "https://storeleads.app/img/tech/avantlink.png",
"categories": [
"Affiliate Marketing"
],
"installs": 2644
},
{
"installed_at": "2024-08-20T21:15:01Z",
"name": "Baazarvoice",
"description": "Connect shoppers with authentic content they trust.",
"vendor_url": "https://www.bazaarvoice.com",
"icon_url": "https://storeleads.app/img/tech/bazaarvoice.png",
"categories": [
"Content Curation"
],
"installs": 6843
},
{
"installed_at": "2024-09-18T01:18:16Z",
"name": "Billy Grace",
"description": "Billy Grace is the self-learning solution that can revolutionize your online marketing efforts.",
"vendor_url": "https://www.billygrace.com",
"icon_url": "https://storeleads.app/img/tech/billygrace.png",
"categories": [
"Advertising",
"Analytics"
],
"installs": 230
},
{
"installed_at": "2023-10-31T23:55:36Z",
"name": "Bing Ads",
"description": "Bing Ads conversion tracking collects data that allows you to track conversion goals and target audiences with remarketing lists.",
"vendor_url": "https://advertise.bingads.microsoft.com/en-ca/solutions/audience-targeting/universal-event-tracking",
"icon_url": "https://storeleads.app/img/tech/bingads.png",
"categories": [
"Advertising"
],
"installs": 204785
},
{
"installed_at": "2023-10-31T23:55:36Z",
"name": "Cloudflare",
"description": "Security, reliability and speed everywhere, powered by an intelligent global network.",
"vendor_url": "https://www.cloudflare.com",
"icon_url": "https://storeleads.app/img/tech/cloudflare.png",
"categories": [
"CDN"
],
"installs": 5090004
},
{
"installed_at": "2021-06-08T15:55:16Z",
"name": "Cloudflare CDN",
"description": "Protect and accelerate your websites, apps, and teams.",
"vendor_url": "https://www.cloudflare.com",
"icon_url": "https://storeleads.app/img/tech/cloudflare.png",
"categories": [
"CDN"
],
"installs": 4321870
},
{
"installed_at": "2025-03-17T21:23:39Z",
"name": "Contentsquare",
"description": "Real-time insights the whole team can use to improve the digital experience, increase customer happiness and drive growth.",
"vendor_url": "https://contentsquare.com",
"icon_url": "https://storeleads.app/img/tech/contentsquare.png",
"categories": [
"Analytics"
],
"installs": 5098
},
{
"installed_at": "2020-09-29T17:58:04Z",
"name": "Criteo",
"description": "Power ad campaigns from browsing and transaction data from billions of consumers.",
"vendor_url": "https://www.criteo.com",
"icon_url": "https://storeleads.app/img/tech/criteo.png",
"categories": [
"Marketing Automation"
],
"installs": 39076
},
{
"installed_at": "2025-04-07T21:59:00Z",
"name": "Curalate",
"description": "Curalate lets you use social content and audiences to sell more effectively online.",
"vendor_url": "https://www.curalate.com",
"icon_url": "https://storeleads.app/img/tech/curalate.png",
"categories": [
"Content Curation"
],
"installs": 1479
},
{
"installed_at": "2020-09-16T16:22:36Z",
"name": "Facebook Pixel",
"description": "Facebook pixel is an analytics tool that consists of a code that can be placed on an online store to track site visitors. This data allows you to track effectiveness of advertising, retarget those users with Facebook ads in the future, as well as see what they’re doing on your site when they return.",
"vendor_url": "https://www.facebook.com/business/learn/facebook-ads-pixel",
"icon_url": "https://storeleads.app/img/facebook.png",
"categories": [
"Analytics"
],
"installs": 3108434
},
{
"installed_at": "2022-02-05T11:22:41Z",
"name": "Google Ads Pixel",
"description": "The Google Ads Pixel is used to track conversions for Google Ads. Google Ads conversion tracking shows you what happens after a customer clicks on your ads – whether they purchased a product, signed up for your newsletter, called your business, or downloaded your app. When a customer completes an action that you've defined as valuable, these customer actions are called conversions.",
"vendor_url": "https://ads.google.com/",
"icon_url": "https://storeleads.app/img/tech/adwords.png",
"categories": [
"Analytics"
],
"installs": 4591866
},
{
"installed_at": "2022-02-05T11:22:41Z",
"name": "Google Adsense",
"description": "Earn money with website monetization from Google AdSense.",
"vendor_url": "https://www.google.com/adsense/start",
"icon_url": "https://storeleads.app/img/tech/adsense.png",
"categories": [
"Advertising"
],
"installs": 4565369
},
{
"installed_at": "2020-11-04T12:55:00Z",
"name": "Google Pay",
"description": "Google Pay is the fast, simple way to pay online, in stores and more.",
"vendor_url": "https://pay.google.com",
"icon_url": "https://storeleads.app/img/tech/googlepay.png",
"categories": [
"Payment Processor"
],
"installs": 1616920
},
{
"installed_at": "2020-09-06T09:57:34Z",
"name": "Google Tag Manager",
"description": "Google Tag Manager is a tag management system (TMS) that allows you to quickly and easily update tracking codes and related code fragments collectively known as tags on your website or mobile app.",
"vendor_url": "https://tagmanager.google.com/",
"icon_url": "https://storeleads.app/img/tech/gtm.png",
"categories": [
"Tag Manager"
],
"installs": 4271748
},
{
"installed_at": "2023-09-13T20:40:31Z",
"name": "Klaviyo",
"description": "Klaviyo is the growth marketing platform built for online businesses.",
"vendor_url": "https://www.klaviyo.com/",
"icon_url": "https://storeleads.app/img/tech/klaviyo.png",
"categories": [
"Marketing Automation"
],
"installs": 485643
},
{
"installed_at": "2025-08-08T04:33:27Z",
"name": "Loqate",
"description": "Global address verification that ensures you reach your customers, every time.",
"vendor_url": "https://www.loqate.com/",
"icon_url": "https://storeleads.app/technologies/img/Loqate.png",
"installs": 1402
},
{
"installed_at": "2023-09-20T16:18:16Z",
"name": "Narvar",
"description": "Narvar helps retailers champion their customers at every step of the journey.",
"vendor_url": "https://corp.narvar.com",
"icon_url": "https://storeleads.app/img/tech/narvar.png",
"categories": [
"Return Management"
],
"installs": 932
},
{
"installed_at": "2025-03-31T18:19:10Z",
"name": "OneTrust Cookie Consent",
"description": "Cookie compliance and consent management made easier.",
"vendor_url": "https://www.onetrust.com/products/cookie-consent",
"icon_url": "https://storeleads.app/img/tech/onetrust.png",
"installs": 29234
},
{
"installed_at": "2022-02-14T23:05:39Z",
"name": "PayPal Express Checkout",
"description": "Add PayPal to your existing checkout.",
"vendor_url": "https://www.paypal.com/pf/webapps/mpp/express-checkout",
"icon_url": "https://storeleads.app/img/tech/paypal.png",
"categories": [
"Payment Processor"
],
"installs": 1536379
},
{
"installed_at": "2022-07-20T02:07:43Z",
"name": "Pinterest Pixel",
"description": "The Pinterest tag gathers conversion insights and builds audiences to target based on actions they’ve taken on your site.",
"vendor_url": "https://help.pinterest.com/en/business/article/track-conversions-with-pinterest-tag",
"icon_url": "https://storeleads.app/img/tech/pinterest.png",
"categories": [
"Analytics"
],
"installs": 489259
},
{
"installed_at": "2022-02-05T11:22:41Z",
"name": "Reddit Pixel",
"description": "Reach influential communities talking about today’s most relevant content.",
"vendor_url": "https://www.reddit.com/adsregister?dest=https://ads.reddit.com/conversions",
"icon_url": "https://storeleads.app/img/tech/reddit.png",
"categories": [
"Analytics"
],
"installs": 22084
},
{
"installed_at": "2025-11-12T11:39:56Z",
"name": "Retention.com",
"description": "Retention.com helps you maximize audience growth, reclaim abandonment revenues, and reactivate lapsed audiences, across all channels.",
"vendor_url": "https://retention.com",
"icon_url": "https://storeleads.app/img/tech/retentioncom.png",
"installs": 2989
},
{
"installed_at": "2021-01-02T00:51:15Z",
"name": "Shop Pay",
"description": "Shop Pay remembers your important details, so you can fill carts, not forms. And everything is encrypted so you can speed safely through checkout.",
"vendor_url": "https://shop.app/what-shop-does",
"icon_url": "https://storeleads.app/img/tech/shop.png",
"categories": [
"Payment Processor"
],
"installs": 1511396
},
{
"installed_at": "2025-11-04T14:26:00Z",
"name": "Shopify Promise",
"description": "Add the Shop Promise badge to your store to communicate reliable, fast delivery and help your customers check out confidently.",
"vendor_url": "https://www.shopify.com/shop-promise",
"icon_url": "https://storeleads.app/img/tech/shopify.png",
"installs": 51822
},
{
"installed_at": "2023-03-30T17:54:39Z",
"name": "Signifyd",
"description": "Best in class chargeback guarantee protection",
"vendor_url": "https://www.signifyd.com",
"icon_url": "https://storeleads.app/img/tech/signifyd.png",
"installs": 9597
},
{
"installed_at": "2022-03-23T10:05:08Z",
"name": "Steelhouse",
"description": "Find new customers with highly-targeted, conversion-optimized Connected TV campaigns.",
"vendor_url": "https://mountain.com",
"icon_url": "https://storeleads.app/img/tech/steelhouse.png",
"installs": 2756
},
{
"installed_at": "2025-04-29T03:36:13Z",
"name": "Tapcart",
"description": "Launch a mobile app for your Shopify store with no coding required.",
"vendor_url": "https://tapcart.com",
"icon_url": "https://storeleads.app/img/tech/tapcart.png",
"categories": [
"Mobile App Builder"
],
"installs": 2799
},
{
"installed_at": "2021-12-08T06:07:05Z",
"name": "TikTok Pixel",
"description": "TikTok For Business is where you can unleash your brand's creative side. A fully immersive no judgement world where there's an audience for every voice.",
"vendor_url": "https://www.tiktok.com/business/en",
"icon_url": "https://storeleads.app/img/tech/tiktok.png",
"categories": [
"Analytics"
],
"installs": 658682
},
{
"installed_at": "2023-11-15T21:51:18Z",
"name": "Vimeo",
"description": "Vimeo provides simple tools for you and your team to create, manage and share high-quality videos.",
"vendor_url": "https://vimeo.com",
"icon_url": "https://storeleads.app/img/tech/vimeo.png",
"installs": 1221332
},
{
"installed_at": "2024-11-07T16:37:00Z",
"name": "Yotpo",
"description": "Yotpo accelerates growth with a full suite of solutions for customer reviews, visual marketing, loyalty programs, and referrals.",
"vendor_url": "https://www.yotpo.com",
"icon_url": "https://storeleads.app/img/tech/yotpo.png",
"installs": 51910
},
{
"installed_at": "2025-04-29T03:36:13Z",
"name": "shop my",
"description": "Enable your audience to shop your product recommendations while building meaningful partnerships with world-class brands.",
"vendor_url": "https://shopmy.us/home",
"icon_url": "https://storeleads.app/technologies/img/shopmy.png",
"categories": [
"Affiliate Marketing"
],
"installs": 2273
}
],
"cluster_domains": [
"www.stanley1913.com",
"www.stanley1913.com.br",
"stanley1913.mx",
"www.stanley1913.cl",
"www.stanley1913.ar",
"stanley1913.co",
"stanley1913.bo",
"www.stanley1913.pe",
"stanley1913.ae",
"stanley1913.uy",
"stanley1913.ec",
"stanley1913.com.py",
"stanley1913.com.ve",
"stanley1913.gt",
"www.stanley1913.cr",
"stanley1913.com.vn",
"www.stanley1913.us.com",
"stanley1913.kz",
"eu.stanley1913.com",
"ca.stanley1913.com",
"uk.stanley1913.com",
"jp.stanley1913.com",
"au.stanley1913.com",
"tr.stanley1913.com",
"nz.stanley1913.com",
"kr.stanley1913.com",
"id.stanley1913.com",
"tw.stanley1913.com",
"th.stanley1913.com"
],
"features": [
"FAQ Page",
"Brand Advocate Page",
"Shopify Online Store 2.0",
"New Shopify Checkout (2022)",
"Accepts Gift Cards",
"Contact Page",
"Tracking or Returns",
"Tracking Page",
"Store Locator Page",
"Warranty Page",
"Has Blog"
],
"ships_to_countries": [
"United States"
],
"rank_percentile": 0.0014,
"collection_count": 239,
"rank": 203,
"latitude": 47.6062095,
"platform_rank_percentile": 0.0001,
"longitude": -122.3320708,
"estimated_page_views": 65712376,
"estimated_sales": 6760220686,
"estimated_sales_yearly": 81122648232,
"estimated_visits": 17760101,
"product_images": 5529,
"product_images_created_365": 2353,
"product_images_created_90": 191,
"product_images_created_30": 12,
"employee_count": 1039,
"cc_rank": 90327,
"cc_centrality": 928520,
"product_count": 321,
"max_price": 35000,
"max_price_usd": 35000,
"max_weight": 6178,
"monthly_app_spend": 31999,
"min_price": 600,
"min_price_usd": 600,
"min_weight": 1,
"variant_count": 1377,
"vendor_count": 2,
"avg_price": 3977,
"avg_price_usd": 3977,
"avg_weight": 673,
"platform_rank": 3
}
]
}
List App Reviews for Domain
Retrieves a list of App reviews associated with a Domain. You must provide the name of the Domain to lookup. The name can either be the public DNS domain name (e.g., merchant.com) or the platform domain (e.g., merchant.myshopify.com).
Note that reviews are only available for Shopify apps.
| Plan | Rate Limit |
|---|---|
| Enterprise | 20 requests/second |
| Pro and Elite | 5 requests/second |
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/domain/www.stanley1913.com/app_reviews'
Example Response
{
"reviews": [
{
"app": {
"app_store_url": "https://apps.shopify.com/marsello",
"name": "Marsello: Loyalty, Email, SMS",
"vendor_name": "Marsello",
"id": "1.marsello"
},
"updated_at": "2025-11-17T00:00:00Z",
"body": "I have been with them for almost 10 years (since they were known as COLLECT loyalty). Highly professional team - and Roz and Vicky I have worked with are really great!",
"merchant_name": "Via Artists",
"domains": [
{
"platform_domain": "viaalley.myshopify.com",
"name": "viaartists.com",
"platform_rank": 206401
}
],
"rating": 5
}
]
}
List Domains
Returns a list of Domains. The request options documented below can be used to constrain the results to Domains matching a specific criteria. Without any options, this endpoint will list all Domains.
By default, 50 Domains are returned in a single request. The cursor request option can be used to paginate through results.
| Plan | Rate Limit |
|---|---|
| Enterprise | 6 requests/second (cursor=all is limited to 1 request/minute) |
| Pro and Elite | 2 requests/second (cursor=all is limited to 1 request/minute) |
Request Options
Filters the results to Domains matching the Advanced Search.
The cursor request option is used to paginate through search results. Each response that has more results returns a next_cursor attribute. Pass this value to the cursor request option to retrieve the next page of results. When you reach the end of the results, the response will not include a cursor.
Note that the cursor value is only valid until the next weekly data update. An error will be returned if you obtain a cursor prior to a weekly data update and then attempt to use it after the weekly update.
Use cursor=all to retrieve all Domains matching the provided filters in a single request. This can also be done using the Export Domains endpoint (which is slightly faster) however you may prefer to use this endpoint so that all results are returned in a single JSON document.
When using cursor=all, results are generated asynchronously and the initial request will immediately return an HTTP 202 response. The client should poll the same url, approximately once every 5 seconds, until an HTTP 200 response is returned (along with results).
When an HTTP 202 response is returned, the response body may include keys indicating the progress of the export.
{ "progress": 10000, "total": 750000 }
When using cursor=all, responses are returned in the same format as all other requests to the "List Domains" endpoint. However, these responses can be quite large (often including data for million of domains). Since the default response format puts all data into a single JSON document, this can be challenging to parse. Unless you are using a streaming JSON parser, then all data in the response must fit into memory which may be challenging for development environments or smaller cloud instances. Add for=jsonl to the request options to change the output format to JSONL (which returns one JSON document per line) which is easier to parse.
Filters the results to Domains that have the given app installed. Apps are identified by combining the App platform and the App token (e.g., "shopify.messenger").
Multiple values must be comma-separated.
Filters the results to Domains that have reviewed the given app. Apps are identified by combining the App platform and the App token (e.g., "shopify.messenger"). Only available for Domains that have left reviews for a Shopify app.
Multiple values must be comma-separated.
The boolean operation to apply to values provided in the f:an request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that are in the given administrative_area_level_1. Must be used with the f:cc filter.
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:administrative_area_level_1:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:administrative_area_level_1 request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that installed the given App identifier within time ranges specified by f:app_installed_at:min and f:app_installed_at:max (at least one of min and max must be provided).
The minimum date for f:app_installed_at. If left blank, the response includes all Domains that installed the App before the provided maximum date (in f:app_installed_at:max). Values must be specified in JSON format (example: 2012-04-23T18:25:43.511Z).
The maximum date for f:app_installed_at. If left blank, the response includes all Domains that installed the App after the provided minimum date (in f:app_installed_at:min). Values must be specified in JSON format (example: 2012-04-23T18:25:43.511Z).
Filters the results to Domains that uninstalled the given App identifier within time ranges specified by f:app_uninstalled_at:min and f:app_uninstalled_at:max (at least one of min and max must be provided).
The minimum date for f:app_uninstalled_at. If left blank, the response includes all Domains that uninstalled the App before the provided maximum date (in f:app_uninstalled_at:max). Values must be specified in JSON format (example: 2012-04-23T18:25:43.511Z).
The maximum date for f:app_uninstalled_at. If left blank, the response includes all Domains that uninstalled the App after the provided minimum date (in f:app_uninstalled_at:min). Values must be specified in JSON format (example: 2012-04-23T18:25:43.511Z).
Filters the results to Domains that have average product price greater than or equal to the provided integer value.
Note: this value is the minor unit of the Domain's currency (e.g., cents of USD). So use the value 150 to represent $1.50.
Filters the results to Domains that have average product price less than or equal to the provided integer value.
Note: this value is the minor unit of the Domain's currency (e.g., cents of USD). So use the value 150 to represent $1.50.
Filters the results to Domains that have the given category.
Multiple values must be comma-separated.
The boolean operation to apply to values provided in the f:cat request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that are in the given country code.
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:cc:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:cc request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains with a location in the given city. Must be used with the f:cc and f:administrative_area_level_1 filters.
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:city:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:city request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that were created on or after the given time.
Filters the results to Domains that were created on or before the given time.
Filters the results to Domains that were created in the given month (identified using YYYY-MM format).
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:cratyyyymm:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:cratyyyymm request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that were created in the given week (identified using YYYY-MM-DD format). Note that our data is updated weekly and the weekly creation date is always grouped to a Friday. If you query with a value that is not a Friday, we will automatically map the value provided to the previous Friday. (e.g., 2019-04-22 is be mapped to 2019-04-19).
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:cratyyyymmdd:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:cratyyyymmdd request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains selling with the given currency code.
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:curr:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:curr request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that are in the given state.
Valid values are:
- Active
- Inactive
- Password Protected
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:ds:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:ds request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that have employee count greater than or equal to the provided integer value.
Filters the results to Domains that have employee count less than or equal to the provided integer value.
Filters the results to Domains that have estimated monthly sales greater than or equal to the provided integer value.
Note: this value is in cents of USD. So use the value 150 to represent $1.50.
Filters the results to Domains that have estimated monthly sales less than or equal to the provided integer value.
Note: this value is in cents of USD. So use the value 150 to represent $1.50.
Filters the results to Domains that have the given features enabled.
Valid values are:
- Brand Advocate Page
- Brands Page
- Contact Page
- Financing Page
- Free Returns
- Gift Messasging
- Has Android App
- Has iOS App
- International Shipping
- Public Company
- Returns Page
- Shopify POS
- Signature Required
- Store Locator Page
- Storefront API
- Tracking Page
- Tracking or Returns
- UPS Access Point
- Warranty Page
- Wholesale/Retailers Page
Multiple values must be comma-separated.
The boolean operation to apply to values provided in the f:features request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters results based on Domain type. This is a boolean field. Use true to return only Domains using a platform domain name (e.g., merchant.myshopify.com). Use false to return only Domains using a custom domain (e.g., shop.merchant.com).
The boolean operation to apply to values provided in the f:ismy request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters results to Domains that have contact information of the given type(s).
Valid values are:
- facebookgroup
- phone
- snapchat
- youtube
Multiple values must be comma-separated.
The boolean operation to apply to values provided in the f:it request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains with content in the given language code. (e.g., "en")
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:lang:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:lang request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that changed ecommerce platform pricing plans on or after the provided date. Often used with the f:plan request option.
Filters the results to Domains that changed ecommerce platform pricing plans on or before the provided date. Often used with the f:plan request option.
Filters the results to Domains that changed from the provided ecommerce platform.
Valid values are:
- 1shop
- 29next
- 2cshop
- 3dcart
- 82cart
- 91app
- abicart
- aerocommerce
- agileb2b
- alibabaminisite
- aliexpress
- allvalue
- americommerce
- aoswag
- arcadina
- artlogic
- artstorefronts
- askas
- aspdotnetstorefront
- atg
- b2bstore
- bandcamp
- base
- basekit
- beatstars
- bentobox
- bentoweb
- betalabs
- bigcartel
- bigcommerce
- billtrust
- bleez
- bookmanager
- booqable
- boutir
- bsale
- bvcommerce
- bvshop
- bwcommerce
- cafe24
- cartx
- ccvshop
- celerant
- centra
- cin7
- cityhive
- cleverbridge
- cloov
- coachannel
- coachy
- cococart
- codshopy
- colormeshop
- commentsold
- commerce7
- commercehq
- commercev3
- convertize
- corksy
- crystalcommerce
- cscart
- ctt
- cubecart
- custom
- cyberbiz
- dashnex
- dealerspike
- deliverybizpro
- demandware
- digitickets
- dividenl
- dooca
- dotpe
- dropify
- drupal
- dukaan
- dutchieplus
- e37
- easymyshop
- easyorders
- easystore
- ebisumart
- ecbeing
- eccube
- ecellar
- ecforce
- ecomz
- ecrater
- ecwid
- ekm
- empretienda
- epages
- eproshopping
- etsypattern
- f1
- fastcommerce
- fbits
- fenicio
- finqu
- fourthwall
- fulfillengine
- funnelish
- funpinpin
- futureshop
- gambio
- genstoreai
- getshoptoday
- globallinker
- godaddy
- goimagine
- gomag
- graphy
- grazecart
- gumroad
- haravan
- hcl
- herbalife
- hoplix
- ideasoft
- idosell
- ikas
- imweb
- indonetwork
- inovarti
- instamojo
- intershop
- irp
- irroba
- isiore
- jet
- jetshop
- jouwweb
- jtl
- jumpseller
- juntoz
- kajabi
- kometia
- kudosrecords
- kyte
- launchcart
- lazyshop
- lightfunnels
- lightspeed
- linx
- litium
- lizee
- lnwshop
- logosportswear
- lojaintegrada
- madeinchina
- magazord
- magento
- makane
- makeshop
- makewebeasy
- matajer
- meepshop
- menufy
- mercado
- merchantpro
- meshop
- mesoigner
- microweber
- mijnwebwinkel
- miva
- modified
- moovin
- mshop
- musicglue
- neto
- netsuite
- networksolutions
- nexternal
- nhngodo
- ninjaos
- nop
- norce
- novomind
- ochanoko
- ochre
- oddle
- odoo
- oemsaas
- opencart
- oracle
- ordable
- ordermygear
- orderport
- oro
- oscommerce
- owner
- oxid
- photoshelter
- pixels
- plenty
- podia
- popmenu
- prestashop
- printify
- prom
- qdm
- quickbutik
- rain
- remarkable
- rentmy
- repisuto
- ribbn
- romancart
- saffire
- sage
- salla
- salonized
- samishop
- sana
- sap
- sapo
- satukz
- scayle
- sellerscommerce
- sellfy
- sharetribe
- shopage
- shopbase
- shopcada
- shopdeck
- shoper
- shopexpress
- shopify
- shopkit
- shoplazza
- shopline
- shoplo
- shopmatic
- shoppaas
- shoprenter
- shoptet
- shoptille
- shopware
- shopwp
- shopx
- shopyan
- shopyy
- showmore
- simplybook
- sirclo
- sitecore
- sitedish
- sitesmart
- sixshop
- smartetailing
- smarticket
- smartstore
- snipcart
- sodexo
- spreadshop
- spreecommerce
- spring
- sprwt
- spryker
- square
- squarespace
- starweb
- stoom
- storeberry
- storeep
- storehippo
- storeino
- storenvy
- storesjp
- sumup
- suredone
- swell
- t1paginas
- takeaway
- takedrop
- tapgoods
- teachable
- teechip
- thehutgroup
- theprintbar
- thinkific
- threadless
- ticimax
- tiendanube
- tiu
- tokotalk
- topline
- tornadostore
- tossdown
- townsendmusic
- tradift
- trailerfunnel
- tray
- treet
- tsoft
- twicecommerce
- ueeshop
- ultracommerce
- unas
- unicart
- unilog
- vendaenlinea
- vendre
- vepaar
- vinsuite
- virtuemart
- viskan
- visualsoft
- vnda
- volusion
- vtex
- w2repeat
- waca
- wbuy
- webflow
- webmercs
- weeblycommerce
- weedmaps
- wikinggruppen
- winedirect
- wix
- wizishop
- woocommerce
- workarea
- wshop
- wuilt
- wx3
- xonic
- xpage
- yahoo
- yampi
- yns
- youcan
- zammit
- zencart
- zenler
- zid
- zohocommerce
- zupain
- zvendo
- zyda
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:p:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:last_platform request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that changed ecommerce platforms on or after the provided date.
Filters the results to Domains that changed ecommerce platforms on or before the provided date.
Filters results to Domains that are on the associated Lists.
Lists are identified by the ID of the List which can be found using one of the List endpoints.
Multiple values must be comma-separated.
The boolean operation to apply to values provided in the f:lids request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that have monthly app spend greater than or equal to the provided integer value.
Note: this value is in cents of USD. So use the value 150 to represent $1.50.
Filters the results to Domains that have monthly app spend less than or equal to the provided integer value.
Note: this value is in cents of USD. So use the value 150 to represent $1.50.
Filters the results to Domains whose most recently published product is equal to or after the provided date.
Filters the results to Domains whose most recently published product is equal to or before the provided date.
Filters the results to Domains that have given Magento major version.
Valid values are:
- 1
- 2
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:mmv:op to "or" if you provide multiple values.
Consider using the f:mv request option if you need to filter on the full Magento version.
The boolean operation to apply to values provided in the f:mmv request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that have given Magento version.
Examples of valid values are:
- 1.7.0.2
- 2.3
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:mv:op to "or" if you provide multiple values.
Consider using the f:mmv request option if you only need to filter on the Magento major version.
The boolean operation to apply to values provided in the f:mv request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that have a minimum number of Pinterest followers.
Filters the results to Domains that have a maximum number of Pinterest followers.
Filters the results to Domains that have added at least the given number of Pinterest followers in the last 30 days. Note that values can be negative to find Domains that with shrinking follower counts.
Filters the results to Domains that have added at most the given number of Pinterest followers in the last 30 days. Note that values can be negative to find Domains that with shrinking follower counts.
Filters the results to Domains that have added at least the given percentage of Pinterest followers in the last 30 days. Note that values can be negative to find Domains that with shrinking follower counts.
Filters the results to Domains that have added at most the given percentage of Pinterest followers in the last 30 days. Note that values can be negative to find Domains that with shrinking follower counts.
Filters the results to Domains using the given pricing plan.
Examples of valid values are:
- Shopify Plus
- Professional
- Performance
- Premium
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:plan:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:plan request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that are on the given ecommerce platform.
Valid values are:
- 1shop
- 29next
- 2cshop
- 3dcart
- 82cart
- 91app
- abicart
- aerocommerce
- agileb2b
- alibabaminisite
- aliexpress
- allvalue
- americommerce
- aoswag
- arcadina
- artlogic
- artstorefronts
- askas
- aspdotnetstorefront
- atg
- b2bstore
- bandcamp
- base
- basekit
- beatstars
- bentobox
- bentoweb
- betalabs
- bigcartel
- bigcommerce
- billtrust
- bleez
- bookmanager
- booqable
- boutir
- bsale
- bvcommerce
- bvshop
- bwcommerce
- cafe24
- cartx
- ccvshop
- celerant
- centra
- cin7
- cityhive
- cleverbridge
- cloov
- coachannel
- coachy
- cococart
- codshopy
- colormeshop
- commentsold
- commerce7
- commercehq
- commercev3
- convertize
- corksy
- crystalcommerce
- cscart
- ctt
- cubecart
- custom
- cyberbiz
- dashnex
- dealerspike
- deliverybizpro
- demandware
- digitickets
- dividenl
- dooca
- dotpe
- dropify
- drupal
- dukaan
- dutchieplus
- e37
- easymyshop
- easyorders
- easystore
- ebisumart
- ecbeing
- eccube
- ecellar
- ecforce
- ecomz
- ecrater
- ecwid
- ekm
- empretienda
- epages
- eproshopping
- etsypattern
- f1
- fastcommerce
- fbits
- fenicio
- finqu
- fourthwall
- fulfillengine
- funnelish
- funpinpin
- futureshop
- gambio
- genstoreai
- getshoptoday
- globallinker
- godaddy
- goimagine
- gomag
- graphy
- grazecart
- gumroad
- haravan
- hcl
- herbalife
- hoplix
- ideasoft
- idosell
- ikas
- imweb
- indonetwork
- inovarti
- instamojo
- intershop
- irp
- irroba
- isiore
- jet
- jetshop
- jouwweb
- jtl
- jumpseller
- juntoz
- kajabi
- kometia
- kudosrecords
- kyte
- launchcart
- lazyshop
- lightfunnels
- lightspeed
- linx
- litium
- lizee
- lnwshop
- logosportswear
- lojaintegrada
- madeinchina
- magazord
- magento
- makane
- makeshop
- makewebeasy
- matajer
- meepshop
- menufy
- mercado
- merchantpro
- meshop
- mesoigner
- microweber
- mijnwebwinkel
- miva
- modified
- moovin
- mshop
- musicglue
- neto
- netsuite
- networksolutions
- nexternal
- nhngodo
- ninjaos
- nop
- norce
- novomind
- ochanoko
- ochre
- oddle
- odoo
- oemsaas
- opencart
- oracle
- ordable
- ordermygear
- orderport
- oro
- oscommerce
- owner
- oxid
- photoshelter
- pixels
- plenty
- podia
- popmenu
- prestashop
- printify
- prom
- qdm
- quickbutik
- rain
- remarkable
- rentmy
- repisuto
- ribbn
- romancart
- saffire
- sage
- salla
- salonized
- samishop
- sana
- sap
- sapo
- satukz
- scayle
- sellerscommerce
- sellfy
- sharetribe
- shopage
- shopbase
- shopcada
- shopdeck
- shoper
- shopexpress
- shopify
- shopkit
- shoplazza
- shopline
- shoplo
- shopmatic
- shoppaas
- shoprenter
- shoptet
- shoptille
- shopware
- shopwp
- shopx
- shopyan
- shopyy
- showmore
- simplybook
- sirclo
- sitecore
- sitedish
- sitesmart
- sixshop
- smartetailing
- smarticket
- smartstore
- snipcart
- sodexo
- spreadshop
- spreecommerce
- spring
- sprwt
- spryker
- square
- squarespace
- starweb
- stoom
- storeberry
- storeep
- storehippo
- storeino
- storenvy
- storesjp
- sumup
- suredone
- swell
- t1paginas
- takeaway
- takedrop
- tapgoods
- teachable
- teechip
- thehutgroup
- theprintbar
- thinkific
- threadless
- ticimax
- tiendanube
- tiu
- tokotalk
- topline
- tornadostore
- tossdown
- townsendmusic
- tradift
- trailerfunnel
- tray
- treet
- tsoft
- twicecommerce
- ueeshop
- ultracommerce
- unas
- unicart
- unilog
- vendaenlinea
- vendre
- vepaar
- vinsuite
- virtuemart
- viskan
- visualsoft
- vnda
- volusion
- vtex
- w2repeat
- waca
- wbuy
- webflow
- webmercs
- weeblycommerce
- weedmaps
- wikinggruppen
- winedirect
- wix
- wizishop
- woocommerce
- workarea
- wshop
- wuilt
- wx3
- xonic
- xpage
- yahoo
- yampi
- yns
- youcan
- zammit
- zencart
- zenler
- zid
- zohocommerce
- zupain
- zvendo
- zyda
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:p:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:p request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that have product count greater than or equal to the provided integer value.
Filters the results to Domains that have product count less than or equal to the provided integer value.
Filters the results to Domains that have platform rank greater than or equal to the provided integer value.
Filters the results to Domains that have platform rank less than or equal to the provided integer value.
Filters the results to Domains that have platform rank percentile greater than or equal to the provided float value.
Filters the results to Domains that have platform rank percentile less than or equal to the provided float value.
Filters the results to Domains that have rank greater than or equal to the provided integer value.
Filters the results to Domains that have rank less than or equal to the provided integer value.
Filters the results to Domains that have rank percentile greater than or equal to the provided float value.
Filters the results to Domains that have rank percentile less than or equal to the provided float value.
Filters the results to Domains that are in the given region (e.g., "Europe").
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:reg:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:reg request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that are using the given Sales Channel.
Multiple values must be comma-separated.
Possible values:
- Abound
- Amazon
- Bulletin
- ChowNow
- DoorDash
- Ebay
- Etsy
- Faire
- GrubHub
- Handshake
- Mable
- Orderchamp
- Postmates
- Rentle
- Tundra
- Uber Eats
- ankorstore
The boolean operation to apply to values provided in the f:scs request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that are in the given subregion (e.g., "Northern Europe").
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:sreg:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:sreg request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that ships to the given country code (e.g., "CA").
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:stcs:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:stcs request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that have the given tags (e.g., "Print on Demand").
Multiple values must be comma-separated.
The boolean operation to apply to values provided in the f:tags request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that have the given technology installed (e.g., "Facebook Pixel").
Multiple values must be comma-separated.
The boolean operation to apply to values provided in the f:tech request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that installed the given technology within time ranges specified by f:tech_installed_at:min and f:tech_installed_at:max (at least one of min and max must be provided).
The minimum date for f:tech_installed_at. If left blank, the response includes all Domains that installed the technology before the provided maximum date (in f:tech_installed_at:max). Values must be specified in JSON format (example: 2012-04-23T18:25:43.511Z).
The maximum date for f:tech_installed_at. If left blank, the response includes all Domains that installed the technology after the provided minimum date (in f:tech_installed_at:min). Values must be specified in JSON format (example: 2012-04-23T18:25:43.511Z).
Filters the results to Domains that uninstalled the given technology within time ranges specified by f:tech_uninstalled_at:min and f:tech_uninstalled_at:max (at least one of min and max must be provided).
The minimum date for f:tech_uninstalled_at. If left blank, the response includes all Domains that uninstalled the technology before the provided maximum date (in f:tech_uninstalled_at:max). Values must be specified in JSON format (example: 2012-04-23T18:25:43.511Z).
The maximum date for f:tech_uninstalled_at. If left blank, the response includes all Domains that uninstalled the technology after the provided minimum date (in f:tech_uninstalled_at:min). Values must be specified in JSON format (example: 2012-04-23T18:25:43.511Z).
Filters the results to Domains that are in the given top-level domain (e.g., "net").
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:tld:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:tld request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains with the given Theme name.
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:tn:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:tn request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains with the given Theme style.
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:ts:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:ts request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that have vendor_count rank less than or equal to the provided integer value.
Filters the results to Domains that have vendor_count greater than or equal to the provided integer value.
Filters the results to Domains with the given Theme vendor name.
Multiple values must be comma-separated. This field is mutually exclusive, so be sure to set f:tvn:op to "or" if you provide multiple values.
The boolean operation to apply to values provided in the f:tvn request option (if multiple values are provided).
Possible values:
- and (default): Returns Domains matching all provided values.
- or: Returns Domains matching any provided value.
- not: Returns Domains that do not match any of the provided values.
For more complex queries, see Advanced Search.
Filters the results to Domains that have a minimum number of Twitter followers.
Filters the results to Domains that have a maximum number of Twitter followers.
Filters the results to Domains that have added at least the given number of Twitter followers in the last 30 days. Note that values can be negative to find Domains that with shrinking follower counts.
Filters the results to Domains that have added at most the given number of Twitter followers in the last 30 days. Note that values can be negative to find Domains that with shrinking follower counts.
Filters the results to Domains that have added at least the given percentage of Twitter followers in the last 30 days. Note that values can be negative to find Domains that with shrinking follower counts.
Filters the results to Domains that have added at most the given percentage of Twitter followers in the last 30 days. Note that values can be negative to find Domains that with shrinking follower counts.
Filters the results to Domains that have a minimum number of YouTube followers.
Filters the results to Domains that have a maximum number of YouTube followers.
Filters the results to Domains that have added at least the given number of YouTube followers in the last 30 days. Note that values can be negative to find Domains that with shrinking follower counts.
Filters the results to Domains that have added at most the given number of YouTube followers in the last 30 days. Note that values can be negative to find Domains that with shrinking follower counts.
Filters the results to Domains that have added at least the given percentage of YouTube followers in the last 30 days. Note that values can be negative to find Domains that with shrinking follower counts.
Filters the results to Domains that have added at most the given percentage of YouTube followers in the last 30 days. Note that values can be negative to find Domains that with shrinking follower counts.
A comma-separated list of fields to include in the response. All default fields are returned if left blank. If you only need a subset of fields in the response, it is recommended to use this request parameter since it can have a significant impact on response time.
Nested fields can be specified using a period to separate the field name and the nested field name. For instance,
using fields=name,apps.name would return the name field from each Domain and the name field for all apps
on each Domain.
The number of Domains to return in a single query. Default: 50, Max: 5000.
Changes the sort order. Multiple fields can be provided (comma-separated). Prefix fields with a minus sign (-) to denote descending sort order.
Examples of valid fields are provided below. Note that each example uses "rank" as a secondary sort option. This is required to ensure consistent sort order when the value of the primary sort option is not unique (e.g., many stores have the same number of Pinterest followers, so you need to specify a secondary sort option as a tie-breaker).
| aic,rank | Apps Installed (Asc) |
| -aic,rank | Apps Installed (Desc) |
| avgpp,rank | Average Product Price in Store Currency(Asc) |
| -avgpp,rank | Average Product Price in Store Currency(Desc) |
| avgppusd,rank | Average Product Price in USD (Asc) |
| -avgppusd,rank | Average Product Price in USD (Desc) |
| cfc,rank | Combined Followers (Asc) |
| -cfc,rank | Combined Followers (Desc) |
| cratyyyymmddnco,rank | Created (Asc) |
| -cratyyyymmddnco,rank | Created (Desc) |
| empc,rank | Employee Count (Asc) |
| -empc,rank | Employee Count (Desc) |
| epv,rank | Estimated Page Views (Asc) |
| -epv,rank | Estimated Page Views (Desc) |
| er,rank | Estimated Sales (Asc) |
| -er,rank | Estimated Sales (Desc) |
| ev,rank | Estimated Visits (Asc) |
| -ev,rank | Estimated Visits (Desc) |
| lplancat,rank | Last Plan Changed At (Asc) |
| -lplancat,rank | Last Plan Changed At (Desc) |
| maxpp,rank | Maximum Product Price (Asc) |
| -maxpp,rank | Maximum Product Price (Desc) |
| mnamef,rank | Merchant Name (Asc) |
| -mnamef,rank | Merchant Name (Desc) |
| mas,rank | Monthly App Spend (Asc) |
| -mas,rank | Monthly App Spend (Desc) |
| fc_6,rank | Pinterest Followers (Asc) |
| -fc_6,rank | Pinterest Followers (Desc) |
| fc30d_6,rank | Pinterest Followers Last 30 Days (Asc) |
| -fc30d_6,rank | Pinterest Followers Last 30 Days (Desc) |
| fc30dp_6,rank | Pinterest Followers Last 30 Days Percent (Asc) |
| -fc30dp_6,rank | Pinterest Followers Last 30 Days Percent (Desc) |
| prank,rank | Platform Rank (Asc) |
| -prank,rank | Platform Rank (Desc) |
| pc,rank | Product Count (Asc) |
| -pc,rank | Product Count (Desc) |
| pic,rank | Product Image Count (Asc) |
| -pic,rank | Product Image Count (Desc) |
| rank | Rank (Asc) |
| -rank | Rank (Desc) |
| tc,rank | Theme Cost (Asc) |
| -tc,rank | Theme Cost (Desc) |
| fc_10,rank | TikTok Followers (Asc) |
| -fc_10,rank | TikTok Followers (Desc) |
| fc30d_10,rank | TikTok Followers Last 30 Days (Asc) |
| -fc30d_10,rank | TikTok Followers Last 30 Days (Desc) |
| fc30dp_10,rank | TikTok Followers Last 30 Days Percent (Asc) |
| -fc30dp_10,rank | TikTok Followers Last 30 Days Percent (Desc) |
| dtpr,rank | TrustPilot Rating (Asc) |
| -dtpr,rank | TrustPilot Rating (Desc) |
| dtprc,rank | TrustPilot Reviews (Asc) |
| -dtprc,rank | TrustPilot Reviews (Desc) |
| fc_1,rank | Twitter Followers (Asc) |
| -fc_1,rank | Twitter Followers (Desc) |
| fc30d_1,rank | Twitter Followers Last 30 Days (Asc) |
| -fc30d_1,rank | Twitter Followers Last 30 Days (Desc) |
| fc30dp_1,rank | Twitter Followers Last 30 Days Percent (Asc) |
| -fc30dp_1,rank | Twitter Followers Last 30 Days Percent (Desc) |
| fc_8,rank | YouTube Followers (Asc) |
| -fc_8,rank | YouTube Followers (Desc) |
| fc30d_8,rank | YouTube Followers Last 30 Days (Asc) |
| -fc30d_8,rank | YouTube Followers Last 30 Days (Desc) |
| fc30dp_8,rank | YouTube Followers Last 30 Days Percent (Asc) |
| -fc30dp_8,rank | YouTube Followers Last 30 Days Percent (Desc) |
Filters Domains based on a text query. e.g., a query for "vape" will return only Domains that matching the word "vape" in one of the following fields:
- Domain name (prefix match only)
- Domain top-level domain plus one (prefix match only)
- Domain aliases (prefix match only)
- Merchant name
- Home page title tag
- Home page meta description tag
- Home page meta keywords tag
- Technologies
- App names
- Location
- Social media account names
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/domain?f:cc=US&f:cratyyyymm=2018-11&page_size=2'
Search requests can also be triggered via HTTP POST.
$ curl -H 'Authorization: Bearer your.api.key' -H "Content-Type: application/json" -X POST -d '{"page_size":2,"f:cc":"US","f:cratyyyymm":"2018-11"}' 'https://storeleads.app/json/api/v1/all/domain'
Example Response
{
"domains": [
{
"theme": {
"name": "Unknown",
"style": "Unknown",
"vendor": "Unknown",
"version": "Unknown"
},
"trustpilot": {
"review_count": 8,
"avg_rating": 2.7
},
"plan": "Shopify Plus",
"cluster_best_ranked": "cava.com",
"last_updated_at": "2025-11-26T00:00:00",
"country_code": "US",
"title": "Mediterranean Lunch, Order, \u0026 Pickup | CAVA",
"state": "Active",
"icon": "https://cava.com/favicon.ico",
"brand_advocate_page": "https://cava.com/locations/ambassador-caffery-la",
"career_page": "https://cava.com/careers",
"language_code": "en",
"platform": "shopify",
"max_product_published_at": "2025-10-01T00:00:00",
"merchant_name": "CAVA",
"avg_price_formatted": "$59.43",
"keywords": "cava app cava rewards cava menu cava popular items cava events cava cava locations cava catering cava online ordering cava opening cava order ahead cava pita cava restaurant locations cava restaurants cava spicy hummus cava take out cava to go cava delivery cava delivered get cava kava cava carry out cava order cava gluten free cava food cava greek food cava grill cava bowls cava grill order online cava group order cava mediterranean cava mezze cava near me cava mezze healthy fast casual healthy lunch spots mediterranean diet healthy places to eat healthy take out restaurants healthy fast food restaurants healthy fast food lunch healthy food to order out healthy lunch places healthy lunch ideas fast food healthy lunch takeaway mediterranean food mediterranean food near me",
"created_at": "2018-11-09T00:00:00",
"name": "cava.com",
"tld1": "cava.com",
"description": "Discover the mouthwatering flavors of Cava's Mediterranean-inspired cuisine. Enjoy fresh ingredients and bold flavors at our restaurant.",
"retailer_page": "https://cava.com/news/chandler-opening",
"ticker": "CAVA",
"contact_info": [
{
"description": "Welcome to our table. Delicious, flavor-packed food inspired by our Mediterranean roots",
"followers": 16200,
"followers_90d": 233,
"posts": 24853,
"source": "/",
"type": "twitter",
"value": "https://twitter.com/cava"
},
{
"source": "/",
"type": "facebook",
"value": "https://facebook.com/cava"
},
{
"source": "/",
"type": "instagram",
"value": "https://instagram.com/cava"
},
{
"description": "Delicious, flavor-packed food inspired by our Mediterranean roots ☀️",
"followers": 155400,
"followers_90d": 7938,
"likes": 3600000,
"source": "/",
"type": "tiktok",
"value": "https://www.tiktok.com/@cava"
},
{
"source": "/locations",
"type": "email",
"value": "houston@cava.com"
},
{
"source": "/news",
"type": "email",
"value": "media@cava.com"
},
{
"source": "/news",
"type": "phone",
"value": "202-800-8279"
},
{
"source": "/news",
"type": "phone",
"value": "2028008279"
},
{
"source": "/locations/ambassador-caffery-la",
"type": "phone",
"value": "(337) 678-6455"
},
{
"type": "linkedin",
"value": "http://www.linkedin.com/company/cava-"
}
],
"aliases": [
"spicy.cava.com"
],
"categories": [
"/Food \u0026 Drink"
],
"technologies": [
{
"installed_at": "2023-10-30T01:11:53Z",
"name": "Cloudflare",
"description": "Security, reliability and speed everywhere, powered by an intelligent global network.",
"vendor_url": "https://www.cloudflare.com",
"icon_url": "https://storeleads.app/img/tech/cloudflare.png",
"categories": [
"CDN"
],
"installs": 5090004
},
{
"installed_at": "2023-02-14T20:29:54Z",
"name": "Cloudflare CDN",
"description": "Protect and accelerate your websites, apps, and teams.",
"vendor_url": "https://www.cloudflare.com",
"icon_url": "https://storeleads.app/img/tech/cloudflare.png",
"categories": [
"CDN"
],
"installs": 4321870
},
{
"installed_at": "2023-02-14T20:29:54Z",
"name": "Contentful",
"description": "Contentful is a modern content platform.",
"vendor_url": "https://www.contentful.com",
"icon_url": "https://storeleads.app/img/tech/contentful.png",
"categories": [
"CMS"
],
"installs": 8129
},
{
"installed_at": "2023-02-14T20:29:54Z",
"name": "Facebook Pixel",
"description": "Facebook pixel is an analytics tool that consists of a code that can be placed on an online store to track site visitors. This data allows you to track effectiveness of advertising, retarget those users with Facebook ads in the future, as well as see what they’re doing on your site when they return.",
"vendor_url": "https://www.facebook.com/business/learn/facebook-ads-pixel",
"icon_url": "https://storeleads.app/img/facebook.png",
"categories": [
"Analytics"
],
"installs": 3108434
},
{
"installed_at": "2025-09-01T17:20:24Z",
"name": "Framer",
"description": "Start your website with AI and design on a familiar canvas. No code needed and publish for free.",
"vendor_url": "https://www.framer.com",
"icon_url": "https://storeleads.app/img/tech/framer.png",
"categories": [
"CMS"
],
"installs": 9780
},
{
"installed_at": "2025-06-16T15:44:13Z",
"name": "FullStory",
"description": "Solve problems, find answers, and fine-tune your customer experience with FullStory’s easy-to-use digital intelligence platform.",
"vendor_url": "https://www.fullstory.com",
"icon_url": "https://storeleads.app/img/tech/fullstory.png",
"categories": [
"Analytics"
],
"installs": 11516
},
{
"installed_at": "2023-02-14T20:29:54Z",
"name": "Google Ads Pixel",
"description": "The Google Ads Pixel is used to track conversions for Google Ads. Google Ads conversion tracking shows you what happens after a customer clicks on your ads – whether they purchased a product, signed up for your newsletter, called your business, or downloaded your app. When a customer completes an action that you've defined as valuable, these customer actions are called conversions.",
"vendor_url": "https://ads.google.com/",
"icon_url": "https://storeleads.app/img/tech/adwords.png",
"categories": [
"Analytics"
],
"installs": 4591866
},
{
"installed_at": "2023-02-14T20:29:54Z",
"name": "Google Adsense",
"description": "Earn money with website monetization from Google AdSense.",
"vendor_url": "https://www.google.com/adsense/start",
"icon_url": "https://storeleads.app/img/tech/adsense.png",
"categories": [
"Advertising"
],
"installs": 4565369
},
{
"installed_at": "2023-02-14T20:29:54Z",
"name": "Google Tag Manager",
"description": "Google Tag Manager is a tag management system (TMS) that allows you to quickly and easily update tracking codes and related code fragments collectively known as tags on your website or mobile app.",
"vendor_url": "https://tagmanager.google.com/",
"icon_url": "https://storeleads.app/img/tech/gtm.png",
"categories": [
"Tag Manager"
],
"installs": 4271748
},
{
"installed_at": "2024-04-22T11:32:42Z",
"name": "Kustomer",
"description": "A customer service CRM platform built for today.",
"vendor_url": "https://www.kustomer.com",
"icon_url": "https://storeleads.app/img/tech/kustomer.png",
"categories": [
"Live Chat",
"Customer Support"
],
"installs": 1181
},
{
"installed_at": "2023-02-14T20:29:54Z",
"name": "Next.js",
"description": "Next.js is a React framework often used on headless ecommmerce websites.",
"vendor_url": "https://nextjs.org/",
"icon_url": "https://storeleads.app/technologies/img/Next.js.png",
"installs": 82664
},
{
"installed_at": "2024-03-04T19:20:50Z",
"name": "Pinterest Pixel",
"description": "The Pinterest tag gathers conversion insights and builds audiences to target based on actions they’ve taken on your site.",
"vendor_url": "https://help.pinterest.com/en/business/article/track-conversions-with-pinterest-tag",
"icon_url": "https://storeleads.app/img/tech/pinterest.png",
"categories": [
"Analytics"
],
"installs": 489259
},
{
"installed_at": "2024-07-16T19:14:55Z",
"name": "Securiti",
"description": "Enabling Safe Use of Data \u0026 AI. Unified Intelligence \u0026 Controls Across Hybrid Multicloud.",
"vendor_url": "https://securiti.ai/",
"icon_url": "https://storeleads.app/technologies/img/Securiti.png",
"categories": [
"Compliance"
],
"installs": 211
},
{
"installed_at": "2024-07-23T03:53:23Z",
"name": "The Trade Desk",
"description": "The omnichannel advertising platform built for the open internet.",
"vendor_url": "https://www.thetradedesk.com",
"icon_url": "https://storeleads.app/img/tech/thetradedesk.png",
"installs": 7423
},
{
"installed_at": "2023-02-14T20:29:54Z",
"name": "TikTok Pixel",
"description": "TikTok For Business is where you can unleash your brand's creative side. A fully immersive no judgement world where there's an audience for every voice.",
"vendor_url": "https://www.tiktok.com/business/en",
"icon_url": "https://storeleads.app/img/tech/tiktok.png",
"categories": [
"Analytics"
],
"installs": 658682
},
{
"installed_at": "2023-06-06T14:43:32Z",
"name": "Uber Eats",
"description": "Order food to your door.",
"vendor_url": "https://www.ubereats.com",
"icon_url": "https://storeleads.app/img/tech/ubereats.png",
"installs": 7279
},
{
"installed_at": "2023-07-04T20:40:37Z",
"name": "Yext",
"description": "Deliver the right information at every stage of the customer journey.",
"vendor_url": "https://www.yext.com/",
"icon_url": "https://storeleads.app/img/tech/yext.png",
"installs": 231
}
],
"cluster_domains": [
"cava.com",
"www.cava.gr",
"cava.dk",
"www.cava.fi",
"cava.com.co",
"www.cava.boutique",
"www.cava.pa",
"cava.vn",
"cava.lima-city.de",
"www.cava.lima-city.de",
"cava.sk",
"cava.co.id",
"shop.cava.com",
"catering.cava.com",
"cava.ae"
],
"features": [
"Has iOS App",
"Has Android App",
"Wholesale/Retailers Page",
"Brand Advocate Page",
"Career Page",
"Headless",
"Has CMS",
"Public Company"
],
"redirects_to": [
"cava.com"
],
"rank_percentile": 0.0029,
"rank": 421,
"platform_rank_percentile": 0.0189,
"estimated_page_views": 48512475,
"estimated_sales": 4990765226,
"estimated_sales_yearly": 59889182712,
"estimated_visits": 13111479,
"employee_count": 1192,
"cc_rank": 298421,
"cc_centrality": 1467522,
"product_count": 11,
"max_price": 7500,
"max_price_usd": 7500,
"min_price": 2500,
"min_price_usd": 2500,
"variant_count": 44,
"vendor_count": 2,
"avg_price": 5943,
"avg_price_usd": 5943,
"platform_rank": 24
},
{
"theme": {
"name": "american meadows",
"style": "Unknown",
"vendor": "Unknown",
"version": "Unknown"
},
"trustpilot": {
"review_count": 37,
"avg_rating": 2.5
},
"plan": "Shopify Plus",
"cluster_best_ranked": "www.americanmeadows.com",
"city": "Shelburne",
"last_updated_at": "2025-11-29T00:00:00",
"subregion": "Northern America",
"contact_page": "https://www.americanmeadows.com/pages/contact-us",
"country_code": "US",
"currency_code": "USD",
"title": "American Meadows",
"administrative_area_level_1": "Vermont",
"state": "Active",
"icon": "https://www.americanmeadows.com/cdn/shop/files/favicon.png?crop=center\u0026height=32\u0026v=1754951065\u0026width=32",
"region": "Americas",
"language_code": "en",
"about_us": "https://www.americanmeadows.com/pages/about-us",
"tracking_page": "https://www.americanmeadows.com/pages/shipping-information",
"last_platform_change_at": "2025-10-30T00:00:00",
"platform_domain": "b1gha1-xq.myshopify.com",
"last_plan_change_at": "2025-10-30T00:00:00",
"platform": "shopify",
"location": "Shelburne, VT, USA",
"og_image": "https://www.americanmeadows.com/cdn/shop/files/favicon_fff34756-8d04-4473-a592-4b5c634df78f.png?v=1761397972",
"max_product_published_at": "2025-11-10T00:00:00",
"merchant_name": "American Meadows",
"last_platform": "magento",
"avg_price_formatted": "$130.87",
"created_at": "2018-11-30T00:00:00",
"name": "www.americanmeadows.com",
"tld1": "americanmeadows.com",
"description": "American Meadows has been supplying gardeners with the best wildflower seeds, perennials, bulbs and how-to information since 1981. 100% Guaranteed.",
"contact_info": [
{
"source": "/",
"type": "facebook",
"value": "https://www.facebook.com/AmericanMeadows"
},
{
"source": "/",
"type": "instagram",
"value": "https://www.instagram.com/americanmeadows"
},
{
"description": "American Meadows | Meadowscaping Makes It Better",
"followers": 23100,
"followers_90d": 1285,
"posts": 16841,
"source": "/",
"type": "pinterest",
"value": "https://www.pinterest.com/americanmeadows"
},
{
"source": "/",
"type": "phone",
"value": "(802) 227-7200"
},
{
"description": "Welcome to the Meadowverse! American Meadows is leading the Meadowscaping Movement because we know, every bloom brings a smile, every flower we share brings ...",
"source": "/",
"type": "youtube",
"value": "https://www.youtube.com/americanmeadows"
},
{
"description": "Welcome to the Meadowverse!",
"followers": 781,
"likes": 4793,
"source": "/",
"type": "tiktok",
"value": "https://tiktok.com/@americanmeadows"
},
{
"source": "/pages/commercial",
"type": "phone",
"value": "(802) 383-3850"
},
{
"source": "/pages/reduce-your-lawn-day",
"type": "email",
"value": "helpdesk@americanmeadows.com"
},
{
"source": "/pages/reduce-your-lawn-day",
"type": "facebookgroup",
"value": "https://www.facebook.com/groups/reduceyourlawnday"
},
{
"source": "/pages/contact-us",
"type": "phone",
"value": "877-309-7333"
},
{
"type": "linkedin",
"value": "https://www.linkedin.com/company/american-meadows-inc"
}
],
"aliases": [
"prodbox.americanmeadows.com"
],
"apps": [
{
"installed_at": "2025-11-07T04:36:16Z",
"average_rating": "4.8",
"app_store_url": "https://apps.shopify.com/address-validator",
"state": "Active",
"description": "Use shipping address validation to save money by preventing failed \u0026 delayed deliveries",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/47694bcc580db734557159405f8a95e2/icon/CNboqZD-vYgDEAE=.png",
"name": "Clearer.io Address Validator",
"token": "address-validator",
"platform": "shopify",
"vendor_name": "RoboTurk",
"vendor_url": "https://apps.shopify.com/partners/developer-dcf4b0d01a819470",
"vendor_email": "support@roboturk.co",
"vendor_website": "https://addressvalidator.com/",
"vendor_address": "116 Huntington Ave, 15th Floor, Boston, MA, 02116, US",
"id": "1.address-validator",
"created_at": "2017-01-04T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"shipping",
"shipping solutions - other"
],
"integrates_with": [
"Checkout\n\n \n \n Customer accounts\n\n \n \n ReCharge"
],
"review_count": 186,
"installs": 2609,
"instp": 0.0009200063473032776,
"installs_30d": 2018,
"installs_90d": 125
},
{
"installed_at": "2025-10-30T05:37:52Z",
"average_rating": "4.5",
"app_store_url": "https://apps.shopify.com/gtm-datalayer-by-elevar",
"state": "Active",
"free_trial_duration": "360h0m0s",
"description": "Never Miss a Conversion: Server-Side Tracking to Boost ROAS \u0026 Recover More Revenue",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/e6748a47b626678883beaf91f28ca7e3/icon/CPW_obTRgJADEAE=.png",
"name": "Elevar Conversion Tracking",
"token": "gtm-datalayer-by-elevar",
"platform": "shopify",
"vendor_name": "Elevar",
"vendor_url": "https://apps.shopify.com/partners/elevar",
"vendor_email": "help@getelevar.com",
"vendor_website": "https://www.getelevar.com/",
"vendor_address": "2651 S. Polaris Dr., Suite 25, Fort Woth, TX, 76137, US",
"id": "1.gtm-datalayer-by-elevar",
"created_at": "2018-09-26T00:00:00",
"plans": [
{
"name": "Elevar Starter",
"monthly_cost": "Free to install"
},
{
"name": "Elevar Essentials",
"monthly_cost": "$200/month",
"monthly_cost_cents": 20000
},
{
"name": "Elevar Growth",
"monthly_cost": "$450/month",
"monthly_cost_cents": 45000
},
{
"name": "Elevar Business",
"monthly_cost": "$950/month",
"monthly_cost_cents": 95000
}
],
"categories": [
"ads",
"analytics"
],
"integrates_with": [
"Checkout\n\n \n \n Google Ads and GA4\n \n \n Web Pixel API\n \n \n Klaviyo\n \n \n Flow\n \n \n Onetrust and Cookiebot\n \n \n Meta CAPI"
],
"review_count": 143,
"installs": 9209,
"instp": 0.0032473508824514695,
"installs_30d": 54,
"installs_90d": 251,
"reviews_90d": 1
},
{
"installed_at": "2025-10-30T05:37:52Z",
"average_rating": "4.3",
"app_store_url": "https://apps.shopify.com/helpdesk",
"state": "Active",
"free_trial_duration": "168h0m0s",
"description": "Streamline your customer experience with automation and AI",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/d783d0d0ded4ab7a13c20f47533819a3/icon/CNOe1Y-4vocDEAE=.png",
"name": "Gorgias: Helpdesk, Chat \u0026 FAQ",
"token": "helpdesk",
"platform": "shopify",
"vendor_name": "Gorgias Inc.",
"vendor_url": "https://apps.shopify.com/partners/gorgias",
"vendor_email": "support@gorgias.com",
"vendor_website": "https://www.gorgias.com",
"vendor_address": "180 Sansome Street, Suite 1800, San Francisco, CA, 94104, US",
"id": "1.helpdesk",
"created_at": "2017-03-01T00:00:00",
"plans": [
{
"name": "Starter plan",
"monthly_cost": "$10/month",
"monthly_cost_cents": 1000
},
{
"name": "Basic plan",
"monthly_cost": "$60/month",
"monthly_cost_cents": 6000
},
{
"name": "Pro plan",
"monthly_cost": "$360/month",
"monthly_cost_cents": 36000
},
{
"name": "Advanced plan",
"monthly_cost": "$900/month",
"monthly_cost_cents": 90000
}
],
"categories": [
"chat",
"helpdesk"
],
"integrates_with": [
"Checkout\n\n \n \n Shopify Flow\n \n \n Klaviyo\n \n \n Yotpo\n \n \n Attentive\n \n \n Recharge\n \n \n Aircall\n \n \n 20+ Integrations"
],
"review_count": 594,
"installs": 23740,
"instp": 0.008371387767336072,
"installs_30d": 543,
"installs_90d": 1228,
"reviews_30d": 42,
"reviews_90d": 47
},
{
"installed_at": "2025-10-30T05:37:52Z",
"average_rating": "4.8",
"app_store_url": "https://apps.shopify.com/klevu-smart-search",
"state": "Active",
"free_trial_duration": "336h0m0s",
"description": "AI Search \u0026 product discovery platform that significantly improves conversion rate and AOV.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/21a9df5710f533bed5c0bd66f913f8f4/icon/CIuDr7Hur_ACEAE=.jpeg",
"name": "Klevu ‑ AI Search \u0026 Discovery",
"token": "klevu-smart-search",
"platform": "shopify",
"vendor_name": "Klevu",
"vendor_url": "https://apps.shopify.com/partners/klevu",
"vendor_email": "support@klevu.com",
"vendor_website": "https://www.klevu.com/",
"vendor_address": "Aleksanterinkatu 16-18, Helsinki, 00170, FI",
"id": "1.klevu-smart-search",
"created_at": "2016-08-11T00:00:00",
"plans": [
{
"name": "Recommendations",
"monthly_cost": "$449/month",
"monthly_cost_cents": 44900
},
{
"name": "Category Merch",
"monthly_cost": "$549/month",
"monthly_cost_cents": 54900
},
{
"name": "Site Search",
"monthly_cost": "$649/month",
"monthly_cost_cents": 64900
}
],
"categories": [
"search and filters",
"upsell and cross-sell"
],
"integrates_with": [
"Shopify Flow\n \n \n Klaviyo\n \n \n Yotpo\n \n \n Trustpilot\n \n \n contentful\n \n \n Vue\n \n \n Markets"
],
"review_count": 14,
"installs": 624,
"instp": 0.00022003984695946545,
"installs_30d": 1,
"installs_90d": -3
},
{
"installed_at": "2025-10-30T05:37:52Z",
"average_rating": "5",
"app_store_url": "https://apps.shopify.com/pro-automatic-discounts",
"state": "Active",
"free_trial_duration": "168h0m0s",
"description": "All in One Discount App: Automatic, Manual Discounts, Auto Add to Cart Free Gift, Tiered Discounts.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/961c2df955b83db437b46580d10c042a/icon/COXPxeGrlI4DEAE=.png",
"name": "AIOD Automatic Discount \u0026 Gift",
"token": "pro-automatic-discounts",
"platform": "shopify",
"vendor_name": "247 Apps US",
"vendor_url": "https://apps.shopify.com/partners/247-apps2",
"id": "1.pro-automatic-discounts",
"created_at": "2025-04-08T00:00:00",
"plans": [
{
"name": "Free forever",
"monthly_cost": "Free"
},
{
"name": "Basic",
"monthly_cost": "$11.99/month",
"monthly_cost_cents": 1199
},
{
"name": "Grow",
"monthly_cost": "$24.99/month",
"monthly_cost_cents": 2499
},
{
"name": "Plus",
"monthly_cost": "$39.99/month",
"monthly_cost_cents": 3999
}
],
"categories": [
"discounts"
],
"integrates_with": [
"Checkout"
],
"review_count": 59,
"installs": 1130,
"instp": 0.00039846959465416015,
"installs_30d": 220,
"installs_90d": 993,
"reviews_30d": 9,
"reviews_90d": 28
},
{
"installed_at": "2025-10-30T05:37:52Z",
"average_rating": "4.8",
"app_store_url": "https://apps.shopify.com/regios-automatic-discounts",
"state": "Active",
"free_trial_duration": "168h0m0s",
"description": "Offer Discount Promotions With Advanced Discount Rules For BOGO, Quantity Breaks \u0026 Volume Discounts",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/5497bb252877ece77f138ebee31429bd/icon/CIS-5OHCv4MDEAE=.png",
"name": "Regios Automatic Discounts",
"token": "regios-automatic-discounts",
"platform": "shopify",
"vendor_name": "Regios Technologies, Inc.",
"vendor_url": "https://apps.shopify.com/partners/regios-technologies-inc",
"vendor_email": "support@regiostech.com",
"vendor_website": "https://regiostech.com",
"vendor_address": "PO Box 390163, Mountain View, CA, 94039, US",
"id": "1.regios-automatic-discounts",
"created_at": "2023-07-12T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free"
},
{
"name": "Starter",
"monthly_cost": "$29.99/month",
"monthly_cost_cents": 2999
},
{
"name": "Business",
"monthly_cost": "$49.99/month",
"monthly_cost_cents": 4999
},
{
"name": "Enterprise",
"monthly_cost": "$99.99/month",
"monthly_cost_cents": 9999
}
],
"categories": [
"discounts"
],
"integrates_with": [
"Checkout\n\n \n \n Rebuy\n \n \n Zapiet"
],
"review_count": 114,
"installs": 852,
"instp": 0.00030043902181003934,
"installs_30d": 114,
"installs_90d": 221,
"reviews_30d": 9,
"reviews_90d": 13
},
{
"installed_at": "2025-10-30T05:37:52Z",
"average_rating": "4.3",
"app_store_url": "https://apps.shopify.com/signifyd",
"state": "Active",
"free_trial_duration": "336h0m0s",
"description": "Maximize Conversions and Reduce Returns with Guaranteed Protection",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/adb1d4e7a8537b18730ab69339a13ad4/icon/CLX1-6b0lu8CEAE=.png",
"name": "Signifyd",
"token": "signifyd",
"platform": "shopify",
"vendor_name": "Signifyd",
"vendor_url": "https://apps.shopify.com/partners/signifyd",
"vendor_email": "support@signifyd.com",
"vendor_website": "https://developer.signifyd.com/",
"vendor_address": "99 South Almaden Ave, Suite 400, San Jose, CA, 95113, US",
"id": "1.signifyd",
"created_at": "2013-06-21T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free to install"
}
],
"categories": [
"fraud",
"returns and warranty - other"
],
"integrates_with": [
"Recharge\n \n \n Carthook\n \n \n PayPal\n \n \n Stripe Early Fraud Warnings\n \n \n Shop Pay"
],
"review_count": 79,
"installs": 3320,
"instp": 0.001170724826771515,
"installs_30d": 54,
"installs_90d": 103,
"reviews_30d": 5,
"reviews_90d": 7
},
{
"installed_at": "2025-10-30T05:37:52Z",
"average_rating": "5",
"app_store_url": "https://apps.shopify.com/simple-sitemap-1",
"state": "Active",
"free_trial_duration": "168h0m0s",
"description": "Build advanced discount, payment, shipping \u0026 validations functions with powerful functions creator",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/ccdb80f185945b8053eb1b8a3727d83c/icon/CLXw8qOUwI0DEAE=.png",
"name": "Simesy Functions Creator",
"token": "simple-sitemap-1",
"platform": "shopify",
"vendor_name": "Simesy",
"vendor_url": "https://apps.shopify.com/partners/simesy-team",
"vendor_email": "help@simesy.com",
"id": "1.simple-sitemap-1",
"created_at": "2021-05-07T00:00:00",
"categories": [
"cart customization",
"checkout - other"
],
"integrates_with": [
"Checkout\n\n \n \n Checkout\n \n \n Payment customizations\n \n \n Delivery customizations\n \n \n Functions\n \n \n Validations"
],
"review_count": 17,
"installs": 4906,
"instp": 0.0017299927711268226,
"installs_30d": 4,
"installs_90d": 30,
"reviews_30d": 1,
"reviews_90d": 5
},
{
"installed_at": "2025-11-14T22:40:19Z",
"average_rating": "4.3",
"app_store_url": "https://apps.shopify.com/sitemap-page",
"state": "Active",
"free_trial_duration": "168h0m0s",
"description": "Create a sitemap to get found on Google and assist customers in locating your products.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/330fc8faac8615d4843ba60be5d2fe90/icon/CJLDq-2R9PkCEAE=.png",
"name": "Sitemapper Pro SEO Sitemap",
"token": "sitemap-page",
"platform": "shopify",
"vendor_name": "Sitemapper",
"vendor_url": "https://apps.shopify.com/partners/shopinet",
"vendor_email": "support@sitemapper.app",
"vendor_website": "https://sitemapper.app",
"id": "1.sitemap-page",
"created_at": "2017-04-04T00:00:00",
"plans": [
{
"name": "Free to Install",
"monthly_cost": "Free"
},
{
"name": "Starter",
"monthly_cost": "$4.99/month",
"monthly_cost_cents": 499
},
{
"name": "Growth",
"monthly_cost": "$9.99/month",
"monthly_cost_cents": 999
},
{
"name": "Pro",
"monthly_cost": "$19.99/month",
"monthly_cost_cents": 1998
}
],
"categories": [
"seo"
],
"integrates_with": [
"WordPress\n \n \n langify"
],
"review_count": 103,
"installs": 1212,
"instp": 0.00042738508736357705,
"installs_30d": 17,
"installs_90d": 20,
"reviews_30d": -1,
"reviews_90d": -3
},
{
"installed_at": "2025-10-30T05:37:52Z",
"average_rating": "4.7",
"app_store_url": "https://apps.shopify.com/swym-relay",
"state": "Active",
"free_trial_duration": "336h0m0s",
"description": "Boost sales with an easy-to-set-up Wishlist for all customer touchpoints. Top integrations included.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/d612f58ce0decfaba38849af3396fb5b/icon/CKKXmdzFx_MCEAE=.jpeg",
"name": "Swym Wishlist Plus",
"token": "swym-relay",
"platform": "shopify",
"vendor_name": "Swym Corporation",
"vendor_url": "https://apps.shopify.com/partners/developer-ca6a967f09890f68",
"vendor_email": "support@swymcorp.com",
"vendor_website": "http://getswym.com",
"vendor_address": "Seattle, WA, US",
"id": "1.swym-relay",
"created_at": "2016-07-29T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free"
},
{
"name": "Starter",
"monthly_cost": "$19.99/month",
"monthly_cost_cents": 1998
},
{
"name": "Pro",
"monthly_cost": "$59.99/month",
"monthly_cost_cents": 5999
},
{
"name": "Premium",
"monthly_cost": "$99.99/month",
"monthly_cost_cents": 9999
}
],
"categories": [
"wishlists",
"selling in person - other"
],
"integrates_with": [
"Shopify POS\n\n \n \n Checkout\n\n \n \n Customer accounts\n\n \n \n Shopify Flow\n \n \n Klaviyo - Yotpo - Mailchimp\n \n \n Postscript-Attentive-Twillio\n \n \n Tapcart - Stikky - PageFly\n \n \n Listrak - ReSci - DotDigital\n \n \n BlueCore-Bloomreach-Ometria\n \n \n Sailthru-Omnisend-Hubspot"
],
"review_count": 1410,
"installs": 53492,
"instp": 0.018862774829416225,
"installs_30d": 1046,
"installs_90d": 2954,
"reviews_30d": 5,
"reviews_90d": 24
},
{
"installed_at": "2025-10-30T05:37:52Z",
"average_rating": "4.7",
"app_store_url": "https://apps.shopify.com/watchlist",
"state": "Active",
"free_trial_duration": "720h0m0s",
"description": "Send Email/SMS alerts for back in stock products. Create preorder/restock lists to drive revenue.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/9905a4c8f22cb4a3b0c32af55a58ec21/icon/CMuIhZLGx_MCEAE=.jpeg",
"name": "Swym Back in Stock Alerts",
"token": "watchlist",
"platform": "shopify",
"vendor_name": "Swym Corporation",
"vendor_url": "https://apps.shopify.com/partners/developer-ca6a967f09890f68",
"vendor_email": "support@swymcorp.com",
"vendor_website": "https://www.getswym.com/features/back-in-stock-product-alerts",
"vendor_address": "Seattle, WA, US",
"id": "1.watchlist",
"created_at": "2016-10-13T00:00:00",
"plans": [
{
"name": "Starter",
"monthly_cost": "$19.99/month",
"monthly_cost_cents": 1998
},
{
"name": "Pro",
"monthly_cost": "$59.99/month",
"monthly_cost_cents": 5999
},
{
"name": "Premium",
"monthly_cost": "$99.99/month",
"monthly_cost_cents": 9999
}
],
"categories": [
"stock alerts",
"email marketing"
],
"integrates_with": [
"Shopify POS\n\n \n \n Shopify Flow\n \n \n Klaviyo - Omnisend\n \n \n Sailthru - Listrak\n \n \n Bluecore - Bloomreach\n \n \n dotDigital - Optimizely\n \n \n Mailchimp - Ometria\n \n \n Twillio - Postscript"
],
"review_count": 448,
"installs": 26188,
"instp": 0.009234621013100129,
"installs_30d": 478,
"installs_90d": 2055,
"reviews_30d": -1,
"reviews_90d": -1
},
{
"installed_at": "2025-10-30T05:37:52Z",
"average_rating": "4.8",
"app_store_url": "https://apps.shopify.com/yotpo-social-reviews",
"state": "Active",
"description": "Collect and display product reviews and ratings to showcase social proof and build trust.",
"icon_url": "https://cdn.shopify.com/app-store/listing_images/659062da3dcade1068da9e28c3d120c5/icon/CIzTtYS0i4cDEAE=.png",
"name": "Yotpo: Product Reviews App",
"token": "yotpo-social-reviews",
"platform": "shopify",
"vendor_name": "Yotpo",
"vendor_url": "https://apps.shopify.com/partners/yotpo",
"vendor_email": "Reviews_support@yotpo.com",
"vendor_website": "https://www.yotpo.com/",
"vendor_address": "233 Spring St, New York, NY, 10003, US",
"id": "1.yotpo-social-reviews",
"created_at": "2011-11-15T00:00:00",
"plans": [
{
"name": "Free",
"monthly_cost": "Free"
},
{
"name": "Starter",
"monthly_cost": "$15/month",
"monthly_cost_cents": 1500
},
{
"name": "Pro",
"monthly_cost": "$119/month",
"monthly_cost_cents": 11900
}
],
"categories": [
"product reviews",
"seo"
],
"integrates_with": [
"Checkout\n\n \n \n Shopify Flow\n \n \n Facebook\n \n \n Instagram\n \n \n Google\n \n \n Klaviyo\n \n \n SMSBump\n \n \n pagefly"
],
"review_count": 4521,
"installs": 39312,
"instp": 0.01386251035844632,
"installs_30d": 111,
"reviews_90d": -4
}
],
"categories": [
"/Home \u0026 Garden/Gardening \u0026 Landscaping",
"/Business \u0026 Industrial/Agriculture \u0026 Forestry"
],
"technologies": [
{
"installed_at": "2025-11-07T04:36:16Z",
"name": "Address Validator",
"description": "Say goodbye to invalid addresses and redelivery fees! Get started in seconds without coding.",
"vendor_url": "https://addressvalidator.com",
"icon_url": "https://storeleads.app/img/tech/addressvalidator.png",
"installs": 2641
},
{
"installed_at": "2025-10-30T05:37:52Z",
"name": "Arrive",
"description": "Arrive gives you accurate and timely updates on everything you order, across all online retailers.",
"vendor_url": "https://tryarrive.com",
"icon_url": "https://storeleads.app/img/tech/arrive.png",
"categories": [
"Fulfillment"
],
"installs": 2648727
},
{
"installed_at": "2025-10-30T05:37:52Z",
"name": "Bloomreach",
"description": "Offer relevant products and content to your customers with the Bloomreach API-first, AI-powered digital experience platform purpose-built for commerce.",
"vendor_url": "https://www.bloomreach.com",
"icon_url": "https://storeleads.app/img/tech/bloomreach.png",
"categories": [
"Personalisation"
],
"installs": 598
},
{
"installed_at": "2025-10-30T05:37:52Z",
"name": "Cloudflare",
"description": "Security, reliability and speed everywhere, powered by an intelligent global network.",
"vendor_url": "https://www.cloudflare.com",
"icon_url": "https://storeleads.app/img/tech/cloudflare.png",
"categories": [
"CDN"
],
"installs": 5090004
},
{
"installed_at": "2025-10-30T05:37:52Z",
"name": "Cloudflare CDN",
"description": "Protect and accelerate your websites, apps, and teams.",
"vendor_url": "https://www.cloudflare.com",
"icon_url": "https://storeleads.app/img/tech/cloudflare.png",
"categories": [
"CDN"
],
"installs": 4321870
},
{
"installed_at": "2025-10-30T05:37:52Z",
"name": "Elevar",
"description": "Marketers, analysts, and Shopify brand owners use Elevar for accurate conversion tracking.",
"vendor_url": "https://www.getelevar.com",
"icon_url": "https://storeleads.app/img/tech/elevar.png",
"categories": [
"Analytics"
],
"installs": 10609
},
{
"installed_at": "2025-10-30T05:37:52Z",
"name": "Gorgias",
"description": "Gorgias provides flawless customer service for ecommerce stores",
"vendor_url": "https://www.gorgias.com/",
"icon_url": "https://storeleads.app/img/tech/gorgias.png",
"categories": [
"Live Chat",
"Customer Support"
],
"installs": 25316
},
{
"installed_at": "2021-01-13T17:32:28Z",
"name": "Klevu",
"description": "AI-powered smart search that generates sales.",
"vendor_url": "https://www.klevu.com",
"icon_url": "https://storeleads.app/img/tech/klevu.png",
"installs": 2207
},
{
"installed_at": "2020-06-14T23:17:57Z",
"name": "Noibu",
"description": "Find errors and increase sales by automating critical error detection for your ecommerce website.",
"vendor_url": "https://www.noibu.com",
"icon_url": "https://storeleads.app/img/tech/noibu.png",
"installs": 1456
},
{
"installed_at": "2025-10-30T05:37:52Z",
"name": "PayPal Express Checkout",
"description": "Add PayPal to your existing checkout.",
"vendor_url": "https://www.paypal.com/pf/webapps/mpp/express-checkout",
"icon_url": "https://storeleads.app/img/tech/paypal.png",
"categories": [
"Payment Processor"
],
"installs": 1536379
},
{
"installed_at": "2025-10-30T05:37:52Z",
"name": "Shop Pay",
"description": "Shop Pay remembers your important details, so you can fill carts, not forms. And everything is encrypted so you can speed safely through checkout.",
"vendor_url": "https://shop.app/what-shop-does",
"icon_url": "https://storeleads.app/img/tech/shop.png",
"categories": [
"Payment Processor"
],
"installs": 1511396
},
{
"installed_at": "2025-01-20T02:53:28Z",
"name": "Signifyd",
"description": "Best in class chargeback guarantee protection",
"vendor_url": "https://www.signifyd.com",
"icon_url": "https://storeleads.app/img/tech/signifyd.png",
"installs": 9597
},
{
"installed_at": "2025-10-30T05:37:52Z",
"name": "Swym",
"description": "Over 19,000 merchants use Swym to create optimized shopping experiences.",
"vendor_url": "https://swym.it",
"icon_url": "https://storeleads.app/img/tech/swym.png",
"installs": 37027
},
{
"installed_at": "2024-08-12T02:53:38Z",
"name": "Wistia",
"description": "Wistia helps you boost your bottom line with tools for video creation, hosting, marketing, and measurement.",
"vendor_url": "https://wistia.com",
"icon_url": "https://storeleads.app/img/tech/wistia.png",
"installs": 75744
},
{
"installed_at": "2025-10-30T05:37:52Z",
"name": "Yotpo",
"description": "Yotpo accelerates growth with a full suite of solutions for customer reviews, visual marketing, loyalty programs, and referrals.",
"vendor_url": "https://www.yotpo.com",
"icon_url": "https://storeleads.app/img/tech/yotpo.png",
"installs": 51910
}
],
"cluster_domains": [
"www.americanmeadows.com",
"stg2assets.americanmeadows.com",
"stg2app.americanmeadows.com"
],
"features": [
"Shopify Online Store 2.0",
"New Shopify Checkout (2022)",
"Accepts Gift Cards",
"Contact Page",
"Gift Messaging",
"Tracking or Returns",
"Tracking Page",
"Has Blog"
],
"shipping_carriers": [
"UPS",
"USPS"
],
"ships_to_countries": [
"United Arab Emirates",
"Austria",
"Australia",
"Belgium",
"Canada",
"Switzerland",
"Czech Republic",
"Germany",
"Denmark",
"Spain",
"Finland",
"France",
"United Kingdom",
"Hong Kong",
"Ireland",
"Israel",
"Italy",
"Japan",
"Korea (the Republic of)",
"Malaysia",
"Netherlands",
"Norway",
"New Zealand",
"Poland",
"Portugal",
"Sweden",
"Singapore",
"United States"
],
"rank_percentile": 0.0031,
"collection_count": 285,
"rank": 440,
"latitude": 44.3806065,
"platform_rank_percentile": 0.0006,
"longitude": -73.227626,
"estimated_page_views": 14260544,
"estimated_sales": 1467066544,
"estimated_sales_yearly": 17604798528,
"estimated_visits": 3854201,
"product_images": 7411,
"product_images_created_365": 7411,
"product_images_created_90": 7403,
"product_images_created_30": 102,
"employee_count": 55,
"cc_rank": 317989,
"cc_centrality": 260534,
"product_count": 2485,
"max_price": 359975,
"max_price_usd": 359975,
"monthly_app_spend": 47898,
"min_price": 75,
"min_price_usd": 75,
"variant_count": 3635,
"vendor_count": 2,
"avg_price": 13087,
"avg_price_usd": 13087,
"platform_rank": 28
}
],
"has_next_page": true,
"next_cursor": "5b22205c7530303031403d605c75303030305c75303030305c75303030305c75303030305c75303030305c7530303030222c2239343931383139225d",
"total": 13502
}
Advanced Search for Domains
Sometimes you'll need to filter Domains in a more complex manner than is supported by the various f: request options supported by List Domains.
Example: Complex text queries
As an example, let's say that you want to return all Shopify Domains that match the query "kids" and also match any of the following words: "footwear", "shoes" and "boots". Further, you want to filter out any results that match "ski" or "ballet" because you're not interested in that kind of kids footwear.
This complex search expression can be expressed using the aq request option (which is analogous to Advanced Search in the UI).
The aq request option takes an array of search descriptors. Each descriptor must provide the following values:
- field: the name of the field
- value: the value to query against (multiple values must be comma-separated)
-
operator: the operation to apply when multiple values are provided
- and (default): Returns Domains matching all provided values
- or: Returns Domains matching any of the provided values
- nand: Returns Domains that do not match all of the provided values
- nor: Returns Domains that do not match any of the provided values
Our example query would be represented as:
[ { "field": "q", "value": "kids"}, { "field": "q", "value": "footwear shoes boots", "operator": "or"}, { "field": "q", "value": "ski ballet", "operator": "nor"} ]
Example Request
The example advanced query above can be executed using the following HTTP POST.
$ curl -H 'Authorization: Bearer your.api.key' -H "Content-Type: application/json" -X POST -d '{"aq":[{"field":"q","value":"kids"},{"field":"q","value":"footwear shoes boots","operator":"or"},{ "field":"q","value":"ski ballet","operator":"nor"}]}' 'https://storeleads.app/json/api/v1/all/domain'
Filters expressed with the aq request option can be combined with other filter request options.
Supported Fields
Advanced queries can be run against the following fields.
- Merchant name
- Home page title tag
- Home page meta description tag
- Home page meta keywords tag
- Technologies
- App names
- Location
- Social media account names
List Domains by Company/Brand
Returns a list of Domains matching a company name or brand name. This is a fuzzy match and can return multiple domains in decreasing order of likelihood.
Tip: You'll get better results if you use spacing that is consistent with the company/brand name. For instance, search for "Steve Madden" rather than "SteveMadden".
| Plan | Rate Limit |
|---|---|
| Enterprise | 9 requests/second |
| Pro and Elite | 3 requests/second |
Request Options
A comma-separated list of fields to include in the response. All default fields are returned if left blank. If you only need a subset of fields in the response, it is recommended to use this request parameter since it can have a significant impact on response time.
Nested fields can be specified using a period to separate the field name and the nested field name. For instance,
using fields=name,plans.name would return the name field from each App and the name field for all plans
on each App.
The number of Domains to return. Default 5, maximum 50.
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/company/gymshark?fields=name,state,rank'
Example Response
{
"domains": [
{
"state": "Active",
"name": "www.gymshark.com",
"rank": 323
},
{
"state": "Active",
"name": "uk.gymshark.com",
"rank": 12143236
},
{
"state": "Active",
"name": "fr.gymshark.com",
"rank": 12143435
},
{
"state": "Active",
"name": "ca.gymshark.com",
"rank": 12143443
},
{
"state": "Active",
"name": "row.gymshark.com",
"rank": 12143554
}
]
}
List Domains By TLD1
Returns a list of Domains with the matching TLD1 (top-level-domain plus one). This is useful when you want to list all domains that share a top-level-domain plus one (e.g., all subdomains of "gymshark.com").
| Plan | Rate Limit |
|---|---|
| Enterprise | 9 requests/second |
| Pro and Elite | 3 requests/second |
Request Options
A comma-separated list of fields to include in the response. All default fields are returned if left blank. If you only need a subset of fields in the response, it is recommended to use this request parameter since it can have a significant impact on response time.
Nested fields can be specified using a period to separate the field name and the nested field name. For instance,
using fields=name,plans.name would return the name field from each App and the name field for all plans
on each App.
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/domain/bytld1/gymshark.com?fields=name,language_code,state,rank'
Example Response
{
"domains": [
{
"state": "Active",
"language_code": "en",
"name": "www.gymshark.com",
"rank": 323
},
{
"state": "Active",
"language_code": "en",
"name": "uk.gymshark.com",
"rank": 12143236
},
{
"state": "Active",
"language_code": "fr",
"name": "fr.gymshark.com",
"rank": 12143435
},
{
"state": "Active",
"language_code": "en",
"name": "ca.gymshark.com",
"rank": 12143443
},
{
"state": "Active",
"language_code": "en",
"name": "row.gymshark.com",
"rank": 12143554
},
{
"state": "Active",
"language_code": "nl",
"name": "nl.gymshark.com",
"rank": 12143573
},
{
"state": "Active",
"language_code": "en",
"name": "eu.gymshark.com",
"rank": 12143579
},
{
"state": "Active",
"language_code": "en",
"name": "au.gymshark.com",
"rank": 12143840
},
{
"state": "Active",
"language_code": "de",
"name": "de.gymshark.com",
"rank": 12144255
},
{
"state": "Active",
"language_code": "en",
"name": "fi.gymshark.com",
"rank": 12146969
},
{
"state": "Active",
"language_code": "en",
"name": "se.gymshark.com",
"rank": 12147079
},
{
"state": "Active",
"language_code": "en",
"name": "no.gymshark.com",
"rank": 12147114
},
{
"state": "Active",
"language_code": "en",
"name": "dk.gymshark.com",
"rank": 12147573
},
{
"state": "Active",
"language_code": "en",
"name": "ie.gymshark.com",
"rank": 12151629
},
{
"state": "Active",
"language_code": "de",
"name": "ch.gymshark.com",
"rank": 12174700
},
{
"state": "Redirects",
"name": "de-en.gymshark.com",
"rank": 17499999
},
{
"state": "Redirects",
"name": "m.gymshark.com",
"rank": 17499999
},
{
"state": "Redirects",
"name": "www.uk.gymshark.com",
"rank": 17499999
},
{
"state": "Redirects",
"name": "gymshark.com",
"rank": 17499999
},
{
"state": "Duplicate",
"name": "dk.shop.gymshark.com",
"rank": 17499999
}
]
}
Export Domains
Returns all Domains matching the request options. Unlike List Domains, this endpoint does not paginate, instead it returns all Domains matching the query in a single response.
Note: This endpoint is deprecated and usage is not encouraged. Instead, we suggest:
- Using a workflow to distribute data to S3 or GCS.
- You may use the cursor request option of the List Domains endpoint (by passing cursor=all) to return all Domains matching a query. When using cursor=all, we suggest also setting for=jsonl to retrieve data in JSONL format.
| Plan | Rate Limit |
|---|---|
| All plans | 1 request/minute |
Request Options
Supports the same request options as List Domains.
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/domain-export?f:p=shopify&f:cc=US&f:cratyyyymm=2018-11'
Export requests can also be triggered via HTTP POST.
$ curl -H 'Authorization: Bearer your.api.key' -H "Content-Type: application/json" -X POST -d '{"f:cc":"US","f:cratyyyymm":"2018-11","f:p":"shopify"}' 'https://storeleads.app/json/api/v1/all/domain-export'
Example Response
The export endpoint streams the response as results are generated. Each line is a separate JSON document so be sure to parse the response one line at a time. The resulting domains are grouped into "chunks" which can arrived out-of-order. Each chunk includes an ordinal so that out-of-order results can be sorted if order is significant to your use case.
The first JSON document in the response contains meta information describing the response. It includes the following attributes:
Subsequent documents contain the chunk ordinal and a list of domains within the chunk.
{ "chunk_size": 25000, "expected_chunks": 2, "domains": 29830 } { "chunk": 0, "domains": [ {"name": "thaikila.com", ... } ] } { "chunk": 1, "domains": [ {"name": "lidetailers.com", ... } ] }
Error Handling
Since the export endpoint is streamed, we cannot set the HTTP status code (which is set in the HTTP headers at the beginning on the response) when an error occurs in the middle of the stream. As a result, clients need additional error checking when using the export endpoint.
If an error occurs in the middle of a stream, a JSON document describing that error is written to the stream.
{ "chunk_size": 25000, "expected_chunks": 2, "domains": 29830 } { "chunk": 0, "domains": [ {"name": "thaikila.com", ... } ] } { "error": "error description" }
Clients should always verify that the response contained the expected number of chunks (by comparing the number of chunks received against the expected_chunks value in the meta JSON document).
Best Practices
Networks are unreliable and connections often timeout if left open too long. To minimize the likelihood of networking errors, we suggest downloading the results of the export endpoint as quickly as possible. This means that you should do minimal processing of the results until the entire response has been read allowing the TCP connection to close. Depending on the RAM available on your servers and the number of domains that you are retrieving, you may be able to read the entire response into memory. If that is not an option, consider writing the response to a temporary file on disk instead. Then, run whatever processing is necessary on the persisted results.
Historical Domain Data
The Store Leads database only includes information for stores that are currently live. If a store was created in early 2020 but no longer exists, then it is not included in the main Store Leads database. However, there are a variety of use cases that need historical data. We have been archiving our weekly updates since early 2019 and they are available for download to accounts on our Enterprise Plan.
List Historical Domain Labels
Returns a list of labels identifying the weekly historical domain data. The label is used to download a specific weekly archive.
| Plan | Rate Limit |
|---|---|
| Enterprise | 20 requests/second |
| Pro and Elite | 5 requests/second |
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/historical/domain'
Example Response
{
"labels": [
"20190218092912",
"20190227134551",
"20190304082117",
"20190311085351",
"20190318082207",
"20190325191823",
"20190403101554",
"20190407214523",
"20190417115057",
"20190421224615",
"20190429090715",
"20190506114709",
"20190513073041",
"20190520073516",
"20190527093528",
"20190603075609",
"20190610074320",
"20190617070742",
"20190624111028",
"20190703124137",
"20190707191027",
"20190715092554",
"20190722093326",
"20190728160710",
"20190805082041",
"20190812075123",
"20190818203216",
"20190826111509",
"20190904111622",
"20190909084125",
"20190916091636",
"20190925122344",
"20190929203713",
"20191007112852",
"20191014091114",
"20191022075327",
"20191029075012",
"20191104100921",
"20191110193432",
"20191118082405",
"20191125180407",
"20191202122535",
"20191210083939",
"20191216090111",
"20191224064444",
"20200107081949",
"20200113084204",
"20200119192542",
"20200128190643",
"20200205134222",
"20200211142710",
"20200218125517",
"20200224092439",
"20200304075613",
"20200310160715",
"20200316181853",
"20200323070939",
"20200329190223",
"20200406085043",
"20200414070452",
"20200420194544",
"20200427074213",
"20200506154523",
"20200511134937",
"20200527084641",
"20200601063420",
"20200609101137",
"20200617134604",
"20200622064615",
"20200629203612",
"20200706102742",
"20200713074823",
"20200720065542",
"20200727071119",
"20200803084521",
"20200812130603",
"20200817072035",
"20200824132034",
"20200901091737",
"20200908072535",
"20200915074744",
"20200921072643",
"20200928075254",
"20201005090041",
"20201012105058",
"20201019093048",
"20201027075023",
"20201103195627",
"20201109094755",
"20201117103343",
"20201123135824",
"20201130070451",
"20201207082905",
"20201214133659",
"20201222075353",
"20201229111529",
"20210105201201",
"20210111145026",
"20210117202955",
"20210125193859",
"20210131195453",
"20210208080330",
"20210216083405",
"20210223150323",
"20210302072701",
"20210309065709",
"20210315202640",
"20210322214628",
"20210329184849",
"20210406205515",
"20210412150450",
"20210419064809",
"20210426074742",
"20210502180739",
"20210510062325",
"20210517060518",
"20210524142656",
"20210530214213",
"20210607023242",
"20210614142232",
"20210621182727",
"20210629013444",
"20210704233531",
"20210711181833",
"20210718200634",
"20210726134443",
"20210802063326",
"20210809023919",
"20210817181726",
"20210823061817",
"20210830073414",
"20210906171310",
"20210912194701",
"20210920074928",
"20210927025807",
"20211005160251",
"20211010181202",
"20211018064626",
"20211026015210",
"20211101042006",
"20211108145039",
"20211114155639",
"20211121234757",
"20211128182059",
"20211206152603",
"20211212185751",
"20211219201107",
"20211226220141",
"20220102231528",
"20220110041749",
"20220116154800",
"20220123181934",
"20220130222422",
"20220206223325",
"20220213191036",
"20220220194254",
"20220227211854",
"20220306235926",
"20220314002910",
"20220320162154",
"20220327194059",
"20220404005545",
"20220410214639",
"20220417145954",
"20220424164423",
"20220502005248",
"20220508172859",
"20220515233416",
"20220522162016",
"20220529155049",
"20220605220333",
"20220612173900",
"20220619204931",
"20220626174212",
"20220703181215",
"20220710180111",
"20220718160959",
"20220724165254",
"20220731193206",
"20220807210841",
"20220815002357",
"20220822060842",
"20220828202008",
"20220905035500",
"20220911200404",
"20220918222642",
"20220925203653",
"20221002233842",
"20221009224958",
"20221016180008",
"20221023204349",
"20221030191052",
"20221106215022",
"20221114024057",
"20221121103515",
"20221128042001",
"20221204230205",
"20221212070236",
"20221219150643",
"20221226040933",
"20230102145518",
"20230109050237",
"20230116024002",
"20230123031133",
"20230129222903",
"20230206024837",
"20230213022339",
"20230220011528",
"20230227011116",
"20230306094934",
"20230313033648",
"20230319230117",
"20230326232019",
"20230403011428",
"20230409234256",
"20230416183844",
"20230423214801",
"20230501125140",
"20230508012629",
"20230515132758",
"20230522011949",
"20230529031805",
"20230604223356",
"20230612004848",
"20230618181647",
"20230625213017",
"20230703085219",
"20230710031527",
"20230717031527",
"20230723192358",
"20230730215749",
"20230807042255",
"20230814033329",
"20230821120439",
"20230828055011",
"20230904022248",
"20230911045220",
"20230918102504",
"20230925040109",
"20231002020708",
"20231009014332",
"20231016052804",
"20231022210226",
"20231029103705",
"20231105143247",
"20231112113834",
"20231119152414",
"20231126152225",
"20231203122343",
"20231210161424",
"20231217135652",
"20231224225609",
"20231231234054",
"20240107132004",
"20240114203640",
"20240121134320",
"20240128142815",
"20240204125654",
"20240211210040",
"20240218151802",
"20240225160818",
"20240303193307",
"20240310164523",
"20240317205831",
"20240324123510",
"20240331142029",
"20240407105837",
"20240414192722",
"20240421094305",
"20240428145017",
"20240505151419",
"20240512120314",
"20240519132821",
"20240526184345",
"20240603012124",
"20240609110003",
"20240616134301",
"20240623100252",
"20240629230925",
"20240707005931",
"20240714080522",
"20240721015945",
"20240728030356",
"20240804045227",
"20240811052406",
"20240818041309",
"20240825005031",
"20240901081643",
"20240908010800",
"20240915055637",
"20240923010151",
"20240929133153",
"20241006112430",
"20241013090342",
"20241020061111",
"20241027062314",
"20241103001204",
"20241110080206",
"20241117154432",
"20241124090328",
"20241201005147",
"20241208164409",
"20241215030452",
"20241222040501",
"20241229095008",
"20250104225005",
"20250112024149",
"20250119013703",
"20250126014103",
"20250202165952",
"20250209235656",
"20250216033046",
"20250223004157",
"20250302043832",
"20250309060916",
"20250316013317",
"20250323002812",
"20250330004354",
"20250406020907",
"20250413004054",
"20250420033809",
"20250427024322",
"20250504033615",
"20250511071837",
"20250518040952",
"20250524225609",
"20250601001302",
"20250607220342",
"20250615044437",
"20250622001634",
"20250629021026",
"20250706125316",
"20250713020637",
"20250720033306",
"20250727035259",
"20250802184833",
"20250810194010",
"20250817043619",
"20250824120754",
"20250831051537",
"20250907090400",
"20250914065811",
"20250921042307",
"20250928064536",
"20251005051604",
"20251012023032",
"20251019034843",
"20251026021638",
"20251102081952",
"20251109074229",
"20251116041548",
"20251123104120",
"20251130052038"
]
}
List Domains from Historical Data
This endpoint retrieves all domains from a historical dataset. You must provide a label to identify the dataset. It is not possible to filter this endpoint, so all domains that existed at the given time will be included in the results and you'll need to filter the results after retrieving the data.
Data is returned in JSONL format (one document per line).
Use the fields request option to customize the fields included in the response.
| Plan | Rate Limit |
|---|---|
| All plans | 1 requests/minute |
Request Options
A comma-separated list of fields to include in the response. All default fields are returned if left blank. If you only need a subset of fields in the response, it is recommended to use this request parameter since it can have a significant impact on response time.
Nested fields can be specified using a period to separate the field name and the nested field name. For instance,
using fields=name,apps.name would return the name field from each Domain and the name field for all apps
on each Domain.
Return no more than the provided number of records.
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/historical/domain/20210208080330?fields=name,platform&limit=5'
Lists
Lists objects represent a collection of Domains. Learn more about Lists in our Lists documentation. The API allows you to retrieve information for a List based on its name or by showing all lists that exist. Your API key can access information for any List created by any Account in your organization.
The attributes of the List object are documented below.
Retrieve a List
Retrieves the details of a List. You must provide the name of the List to lookup.
| Plan | Rate Limit |
|---|---|
| Enterprise | 20 requests/second |
| Pro and Elite | 5 requests/second |
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/list/List%20Name'
Example Response
{
"list": {
"id": 3,
"name": "List Name",
"author_email": "foo@example.com",
}
}
List Lists
Returns a list of Lists that your Account can access.
| Plan | Rate Limit |
|---|---|
| Enterprise | 9 requests/second |
| Pro and Elite | 3 requests/second |
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/list'
Example Response
{
"lists": [
{
"id": 3,
"name": "List Name",
"author_email": "foo@example.com",
}
]
}
Add Domains to List
Adds a set of Domains to a List.
Note:- A maximum of 10,000 domains can be added per request.
- Do not send concurrent requests to this endpoint.
- Domains cannot be added to lists created by saving a search.
| Plan | Rate Limit |
|---|---|
| Enterprise | 9 requests/second |
| Pro and Elite | 3 requests/second |
Example Request
$ curl -H 'Authorization: Bearer your.api.key' -X PUT -H "Content-Type: application/json" -d '{"domains": ["kyliecosmetics.com","www.fashionnova.com","unrecognized.com"]}' 'https://storeleads.app/json/api/v1/all/list/List%20Name/add-domains'
Example Response
{
"list": {
"id": 3,
"name": "List Name",
"author_email": "foo@example.com",
},
"count_domains_added": 2,
"unrecognized_domains": [
"unrecognized.com"
]
}
Remove Domains from List
Removes a set of Domains from a List.
Note:- A maximum of 10,000 domains can be removed per request.
- Do not send concurrent requests to this endpoint.
- Domains cannot be removed from lists created by saving a search.
| Plan | Rate Limit |
|---|---|
| Enterprise | 9 requests/second |
| Pro and Elite | 3 requests/second |
Example Request
$ curl -H 'Authorization: Bearer your.api.key' -X PUT -H "Content-Type: application/json" -d '{"domains": ["kyliecosmetics.com","www.fashionnova.com","unrecognized.com"]}' 'https://storeleads.app/json/api/v1/all/list/List%20Name/remove-domains'
Example Response
{
"list": {
"id": 3,
"name": "List Name",
"author_email": "foo@example.com",
},
"count_domains_removed": 2,
"unrecognized_domains": [
"unrecognized.com"
]
}
Truncate List
Removes all Domains from a List. Note: domains cannot be removed from lists created by saving a search.
| Plan | Rate Limit |
|---|---|
| Enterprise | 9 requests/second |
| Pro and Elite | 3 requests/second |
Example Request
$ curl -H 'Authorization: Bearer your.api.key' -X PUT -H "Content-Type: application/json" 'https://storeleads.app/json/api/v1/all/list/List%20Name/truncate'
Example Response
{
"list": {
"id": 3,
"name": "List Name",
"author_email": "foo@example.com",
},
}
Social Media Accounts
Social Media Account objects represent a handle on a social media network that is associated with a Domain in the Store Leads database.
The attributes of the Social Media Account object are documented below.
Retrieve a Social Media Account
Retrieves the details of a Social Media Account.
| Plan | Rate Limit |
|---|---|
| Enterprise | 20 requests/second |
| Pro and Elite | 5 requests/second |
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/social?url=https://twitter.com/amazon'
Example Response
{
"details": {
"description": "Where customer obsession meets invention. Use @AmazonHelp for customer support and @AmazonNews for the latest.",
"followers": 5900000,
"following": 61,
"posts": 45830,
"type": "twitter",
"value": "https://twitter.com/amazon"
},
"domain_names": [
"www.amazon.com",
"www.amazon.de",
"www.amazon.fr",
"www.amazon.com.br",
"www.amazon.ca",
"zouton.com",
"amazon-basics.club"
]
}
Technologies
Technology objects represent a technology that a store can install on their website. Technologies differ from Apps in that they are not installed through the ecommerce platform's App Store and therefore are cross-platform.
The attributes of the Technology object are documented below.
The time at which the Technology was installed by a Domain.
Retrieve a Technology
Retrieves the details of a Technology.
| Plan | Rate Limit |
|---|---|
| Enterprise | 20 requests/second |
| Pro and Elite | 5 requests/second |
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/technology/Yoast'
Example Response
{
"technology": {
"name": "Yoast",
"description": "Yoast helps you with your website optimization, whether it be through our widely used SEO software or our online SEO courses: we're here to help.",
"vendor_url": "https://yoast.com",
"icon_url": "https://storeleads.app/img/tech/yoast.png",
"installs": 1633294
}
}
List Technologies
Returns a list of Technologies. By default, 50 Technologies are returned in a single request. The page request option can be used to paginate.
| Plan | Rate Limit |
|---|---|
| Enterprise | 6 requests/second |
| Pro and Elite | 2 requests/second |
Request Options
A comma-separated list of fields to include in the response. All default fields are returned if left blank. If you only need a subset of fields in the response, it is recommended to use this request parameter since it can have a significant impact on response time.
The page of results to return. Default: 0.
The number of Apps to return in a single query. Default: 50, Max: 50.
Changes the sort order. Multiple sort fields can be provided (comma-separated). Prefix fields with a minus sign (-) to denote descending sort order.
Valid fields are:
- installs
Filters Technologies based on a text query.
Example Request
$ curl -H 'Authorization: Bearer your.api.key' 'https://storeleads.app/json/api/v1/all/technology?page_size=2&sort=-installs'
Search requests can also be triggered via HTTP POST.
$ curl -H 'Authorization: Bearer your.api.key' -H "Content-Type: application/json" -X POST -d '{"page_size":2,"sort":"-installs"}' 'https://storeleads.app/json/api/v1/all/technology'
Example Response
{
"technologies": [
{
"name": "Benchmark Email",
"description": "Reach your audience and attract new customers with Benchmark's robust email marketing.",
"vendor_url": "https://www.benchmarkemail.com",
"icon_url": "https://storeleads.app/img/tech/benchmarkemail.png",
"categories": [
"Email"
],
"installs": 1171
},
{
"name": "ChowNow",
"description": "Good for diners. Good for restaurants.",
"vendor_url": "https://get.chownow.com",
"icon_url": "https://storeleads.app/img/tech/chownow.png",
"installs": 1898
}
]
}
Tools
Postman
Postman is an app for easy RESTful API exploration and testing. You can use Postman to test API calls without having to write code.
To help get you started, you can review the Store Leads API in Postman. Then, follow the steps below to test the API interactively using the Postman app.
- If you don't already have it installed, visit https://www.getpostman.com/ and install the Postman client.
- Click the Run in Postman button below to open Postman and import the Store Leads API Postman collection.
Swagger API Specification
The Store Leads API specification is available in Swagger/OpenAPI format.
Supported Languages
We haven't published any SDKs yet but the API specification can be used to automatically generate an SDK for a specific programming language. To do so, you'll need to have a working version of swagger-codegen installed and follow the instructions provided by swagger-codegen.
Webhooks
To be notified as soon as new data is added to the site (which happens weekly, normally on a Monday), you can configure webhooks under the Notifications tab of the Account page.
Store Leads