Google Chrome extension icon Discover Shopify App Detector Extension.

Add to Chrome

API Pricing

All plans include full access to app detection, theme data, store metadata, and headless detection.

Starter
$19/mo
Popular
Growth
$49/mo
Pro
$99/mo
Business
$249/mo
Monthly requests 10,000 50,000 250,000 1,000,000
Requests / second 3 5 10 20
App detection
Theme detection & data
Store metadata
Headless detection
App categories & ratings
Support Email Priority Priority Dedicated
Get started Get started Get started Get started

Example request

GET /api/v1/scan?url=devluxx.com&api_key=YOUR_API_KEY
{
  "url": "https://devluxx.com",
  "is_shopify": true,
  "is_headless": false,
  "store_meta": {
    "name": "DevLuxx.com",
    "country": "BD",
    "currency": "USD",
    "domain": "www.devluxx.com",
    "myshopify_domain": "sakinur5.myshopify.com"
  },
  "store_title": "Shopify Web Development Agency – DevLuxx.com",
  "theme": "Dawn",
  "theme_data": {
    "theme_name": "Dawn",
    "theme_pricing_type": "free",
    "theme_author": "Shopify",
    "total_reviewers": 267
  },
  "detected_apps": [
    {
      "app_handle": "klaviyo-email-marketing",
      "name": "Klaviyo: Email Marketing & SMS",
      "rating": 4.6,
      "review_count": 2568,
      "developer_name": "Klaviyo",
      "pricing_type": "freemium",
      "app_categories": [
        { "category": "Marketing and Conversion", "subcategories": ["Email Marketing"] }
      ]
    }
  ],
  "total_detected": 8
}
Note: Direct use of the API to build a competing app detector is not permitted. See our terms of service for details.