API v1.0

Shopify Intelligence API

Detect themes, apps, and analyze stores at scale. Built for developers.

Simple, Transparent Pricing

Start free, scale when you need to. No credit card required for the free tier.

Free

$0/month

Perfect for testing and personal projects

  • 50 requests/day
  • 10 requests/minute
  • Theme detection
  • App detection (50+ apps)
  • Store analysis
  • Bulk analysis
  • Priority support
Get Started Free

Enterprise

Custom

Unlimited scale, dedicated support

  • Unlimited requests
  • Custom rate limits
  • All detection features
  • Bulk analysis (no limits)
  • Custom integrations
  • Dedicated support
  • SLA available
Contact Sales

What Can You Build?

Competitive Intelligence Tools

Build dashboards that track competitor stores, themes, and tech stacks automatically.

Market Research

Analyze thousands of stores to identify trends, popular apps, and market gaps.

Agency Tools

Audit client stores and competitors during discovery calls. Impress with instant insights.

Lead Generation

Identify stores using specific apps or themes to target with your products/services.

Investment Research

Analyze e-commerce brands' tech sophistication before investment decisions.

Browser Extensions

Build Chrome extensions that show store intelligence while browsing Shopify sites.

API Documentation

Base URL: https://zoidworks.com

POST /api/detect-theme

Detect the Shopify theme used by a store. Returns theme name, ID, and store metadata.

// Request curl -X POST https://zoidworks.com/api/detect-theme \ -H "Content-Type: application/json" \ -H "X-API-Key: your_api_key" \ -d '{"url": "gymshark.com"}' // Response { "themeName": "Custom Theme", "themeId": null, "storeName": "Gymshark", "currency": "USD" }
POST /api/detect-apps

Detect installed apps on a Shopify store. Identifies 50+ popular apps by category.

// Request curl -X POST https://zoidworks.com/api/detect-apps \ -H "Content-Type: application/json" \ -d '{"url": "allbirds.com"}' // Response { "storeName": "Allbirds", "appCount": 8, "apps": [ { "name": "Klaviyo", "category": "Email Marketing" }, { "name": "Affirm", "category": "BNPL" }, { "name": "Gorgias", "category": "Customer Service" } ] }
POST /api/analyze-store

Complete store intelligence: theme, apps, social media, tech stack, and feature detection.

// Request curl -X POST https://zoidworks.com/api/analyze-store \ -H "Content-Type: application/json" \ -d '{"url": "tentree.com"}' // Response (abbreviated) { "storeInfo": { "name": "Tentree", "currency": "CAD" }, "theme": { "name": "Custom Theme" }, "apps": [...], "social": { "instagram": "tentree", "facebook": "tentree" }, "features": { "hasReviews": true, "hasBNPL": true }, "techStack": ["Google Analytics", "Facebook Pixel"] }
POST /api/bulk-analyze PRO

Analyze up to 100 stores in a single request. Pro plan required.

// Request (Pro API Key required) curl -X POST https://zoidworks.com/api/bulk-analyze \ -H "Content-Type: application/json" \ -H "X-API-Key: your_pro_api_key" \ -d '{"urls": ["store1.com", "store2.com", "store3.com"]}' // Response { "total": 3, "successful": 3, "results": [ { "url": "store1.com", "storeName": "Store One", "themeName": "Dawn" }, ... ] }

Frequently Asked Questions

How do I get an API key?

For free tier, just start making requests without a key (rate limited by IP). For Pro access, email hello@zoid.works with your use case and we'll set you up within 24 hours.

What apps can you detect?

We detect 50+ popular apps including Klaviyo, Judge.me, Loox, Gorgias, ReCharge, Afterpay, Klarna, Smile.io, and many more. We regularly add new detection patterns.

Is this legal?

Yes. We only analyze publicly available information from storefront HTML. No login required, no private data accessed. This is the same information anyone can see by viewing page source.

What's your uptime?

We maintain 99.9% uptime. Enterprise customers can get an SLA with guaranteed response times.

Can I pay annually?

Yes! Annual billing gets you 2 months free. Contact us at hello@zoid.works to set up annual billing.

Ready to Build?

Start with 50 free requests per day. No credit card required.

Get Your API Key →