# Transparent Labs Supplements Pricing Audit

**Use case:** 

Extract and analyze the pricing of supplements from Transparent Labs. Get detailed product data for competitive insights.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.transparentlabs.com"
    }
  ],
  "maxItems": 300,
  "updatedSince": "",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "vendor": {
    "label": "Vendor",
    "format": "string"
  },
  "productType": {
    "label": "Product Type",
    "format": "string"
  },
  "minPrice": {
    "label": "Min Price",
    "format": "number"
  },
  "maxPrice": {
    "label": "Max Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "variantCount": {
    "label": "Variant Count",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Competitor Spy - Product & Price Scraper](https://apify.com/logiover/shopify-competitor-spy) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/shopify-competitor-spy) to learn more, explore other use cases, and run it yourself.