# 1st Phorm Comprehensive Price Tracker

**Use case:** 

Monitor live pricing and stock availability for 1st Phorm vitamins, supplements, and apparel. Get detailed listings with variants and SKUs.

## Input

```json
{
  "collectionUrl": "",
  "vendorFilter": "",
  "productTypeFilter": "",
  "tagFilter": "",
  "excludeSoldOut": false,
  "onlyWithSku": false,
  "maxItems": 500,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "image_url": {
    "label": "Image URL",
    "format": "string"
  },
  "product_id": {
    "label": "Product ID",
    "format": "integer"
  },
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "product_name": {
    "label": "Product Name",
    "format": "string"
  },
  "variant_name": {
    "label": "Variant Name",
    "format": "string"
  },
  "vendor": {
    "label": "Vendor / Brand",
    "format": "string"
  },
  "product_type": {
    "label": "Product Type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "discount_pct": {
    "label": "Discount %",
    "format": "number"
  },
  "on_sale": {
    "label": "On Sale",
    "format": "boolean"
  },
  "is_available": {
    "label": "Is Available",
    "format": "boolean"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [1st Phorm Scraper: Vitamins, Supplements & Apparel](https://apify.com/getascraper/1stphorm-products-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/1stphorm-products-scraper) to learn more, explore other use cases, and run it yourself.