# Texas de Brazil Product Catalog

**Use case:** 

Retrieve the full product catalog from Texas de Brazil. Access detailed product information without needing login or API keys.

## Input

```json
{
  "domains": [
    "texasdebrazil.com"
  ],
  "maxProducts": 0,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "featuredImage": {
    "label": "Featured Image",
    "format": "string"
  },
  "name": {
    "label": "Product Name",
    "format": "string"
  },
  "store": {
    "label": "Store",
    "format": "string"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "price": {
    "label": "Current Price",
    "format": "number"
  },
  "regularPrice": {
    "label": "Regular Price",
    "format": "number"
  },
  "salePrice": {
    "label": "Sale Price",
    "format": "number"
  },
  "onSale": {
    "label": "On Sale",
    "format": "boolean"
  },
  "available": {
    "label": "In Stock",
    "format": "boolean"
  },
  "isOnBackorder": {
    "label": "On Backorder",
    "format": "boolean"
  },
  "lowStockRemaining": {
    "label": "Low Stock Remaining",
    "format": "number"
  },
  "averageRating": {
    "label": "Average Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "integer"
  },
  "variationCount": {
    "label": "Variation Count",
    "format": "integer"
  },
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "type": {
    "label": "Product Type",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "attributes": {
    "label": "Attributes",
    "format": "array"
  },
  "shortDescription": {
    "label": "Short Description",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  }
}
```

## About this Actor

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