# 1st Phorm Supplements Under $40 Finder

**Use case:** 

Find vitamins and supplements priced under $40. Get live stock availability, SKUs, and pricing for up to 300 items from 1st Phorm.

## Input

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

## Output

```json
{
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "product_name": {
    "label": "Product Name",
    "format": "string"
  },
  "variant_name": {
    "label": "Variant Name",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "original_price": {
    "label": "Original Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "weight_grams": {
    "label": "Weight (grams)",
    "format": "number"
  },
  "is_taxable": {
    "label": "Is Taxable",
    "format": "boolean"
  },
  "requires_shipping": {
    "label": "Requires Shipping",
    "format": "boolean"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "product_url": {
    "label": "Product URL",
    "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.