# Uline Product Catalog Latest Results

**Use case:** 

Latest Results of Uline Product Catalog. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.uline.com/BL_440/Lightweight-32-ECT-Boxes"
    }
  ],
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url",
    "format": "image"
  },
  "sku": {
    "label": "Sku"
  },
  "name": {
    "label": "Name"
  },
  "unitPrice": {
    "label": "Unit price"
  },
  "priceTiers": {
    "label": "Price tiers"
  },
  "currency": {
    "label": "Currency"
  },
  "dimensions": {
    "label": "Dimensions"
  },
  "category": {
    "label": "Category"
  },
  "subcategory": {
    "label": "Subcategory"
  },
  "inStock": {
    "label": "In stock"
  },
  "productUrl": {
    "label": "Product url",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Uline Product Catalog Scraper](https://apify.com/parseforge/uline-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/uline-scraper) to learn more, explore other use cases, and run it yourself.