# Tecovas Product Catalog

**Use case:** 

Extract the complete product catalog from Tecovas, including titles, prices, stock status, and images. Get detailed product data effortlessly.

## Input

```json
{
  "domains": [
    "https://www.tecovas.com"
  ],
  "maxProducts": 0,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "featuredImage": {
    "label": "Featured Image",
    "format": "string"
  },
  "title": {
    "label": "Product Name",
    "format": "string"
  },
  "vendor": {
    "label": "Brand",
    "format": "string"
  },
  "store": {
    "label": "Store",
    "format": "string"
  },
  "runId": {
    "label": "Run ID",
    "format": "string"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "priceMin": {
    "label": "Min Price",
    "format": "number"
  },
  "priceMax": {
    "label": "Max Price",
    "format": "number"
  },
  "compareAtPrice": {
    "label": "Compare At Price",
    "format": "number"
  },
  "onSale": {
    "label": "On Sale",
    "format": "boolean"
  },
  "available": {
    "label": "In Stock",
    "format": "boolean"
  },
  "fullyOutOfStock": {
    "label": "Fully Out Of Stock",
    "format": "boolean"
  },
  "requiresShipping": {
    "label": "Requires Shipping",
    "format": "boolean"
  },
  "weightAndUnit": {
    "label": "Weight",
    "format": "object"
  },
  "variantCount": {
    "label": "Variant Count",
    "format": "integer"
  },
  "options": {
    "label": "Option Types",
    "format": "array"
  },
  "imageCount": {
    "label": "Image Count",
    "format": "integer"
  },
  "imageAltTexts": {
    "label": "Image Alt Texts",
    "format": "array"
  },
  "productType": {
    "label": "Product Type",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Products Scraper](https://apify.com/trovevault/shopify-products-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trovevault/shopify-products-scraper) to learn more, explore other use cases, and run it yourself.