# US Foods Catalog | Brands, Specs, Images Full Export

**Use case:** 

Full Export of US Foods Catalog | Brands, Specs, Images. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "productUrls": [
    "https://www.usfoods.com/our-products/search.html?q=chicken"
  ],
  "maxItems": 500
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "productId": {
    "label": "🆔 Product ID",
    "format": "text"
  },
  "brand": {
    "label": "🏷️ Brand",
    "format": "text"
  },
  "caseSize": {
    "label": "📦 Case Size",
    "format": "text"
  },
  "servingSize": {
    "label": "🍽 Serving Size",
    "format": "text"
  },
  "servingsPerCase": {
    "label": "🔢 Servings/Case",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [US Foods Catalog Scraper | Brands, Specs, Images](https://apify.com/parseforge/us-foods-catalog-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/us-foods-catalog-scraper) to learn more, explore other use cases, and run it yourself.