# Detect the Ecommerce Platform of Pet Stores

**Use case:** 

Detect which ecommerce platform pet storefronts run on, plus payment providers, subscription apps and an estimated catalogue size.

## Input

```json
{
  "company_domain": "allbirds.com",
  "company_name": "Allbirds",
  "includeProductCount": "true",
  "includePaymentProviders": "true",
  "checkCheckout": "false",
  "escalateOnBlock": "true",
  "skipCache": "false",
  "source_tag": "ecommerce-platform-profiler:detect-the-ecommerce-platform-of-pet-stores"
}
```

## Output

```json
{
  "degraded": {
    "label": "Degraded",
    "format": "boolean"
  },
  "degradation_reason": {
    "label": "Degradation Reason",
    "format": "string"
  },
  "company_domain": {
    "label": "Company Domain",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "ecommerce_platform": {
    "label": "Ecommerce Platform",
    "format": "string"
  },
  "platform_confidence": {
    "label": "Platform Confidence",
    "format": "string"
  },
  "platform_evidence": {
    "label": "Platform Evidence",
    "format": "string"
  },
  "platforms_all": {
    "label": "All Platforms Detected",
    "format": "string"
  },
  "payment_providers": {
    "label": "Payment Providers",
    "format": "string"
  },
  "has_subscriptions": {
    "label": "Has Subscriptions",
    "format": "boolean"
  },
  "subscription_apps": {
    "label": "Subscription Apps",
    "format": "string"
  },
  "has_marketplace": {
    "label": "Has Marketplace",
    "format": "boolean"
  },
  "product_count_estimate": {
    "label": "Product Count Estimate",
    "format": "integer"
  },
  "product_count_source": {
    "label": "Product Count Source",
    "format": "string"
  },
  "product_count_exact": {
    "label": "Product Count Exact",
    "format": "boolean"
  },
  "currencies": {
    "label": "Currencies",
    "format": "string"
  },
  "ships_to": {
    "label": "Ships To",
    "format": "string"
  },
  "pages_read": {
    "label": "Pages Read",
    "format": "integer"
  },
  "escalated": {
    "label": "Escalated",
    "format": "boolean"
  },
  "coverage": {
    "label": "Coverage",
    "format": "number"
  },
  "fetch_status": {
    "label": "Fetch Status",
    "format": "string"
  },
  "run_date": {
    "label": "Run Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Ecommerce Platform Profiler - Shopify, Woo, Magento](https://apify.com/mambalabs/ecommerce-platform-profiler.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/ecommerce-platform-profiler.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/mambalabs/ecommerce-platform-profiler.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
