# Search Alibaba for packaging supplies

**Use case:** 

Scrape Alibaba packaging supplies listings with prices and product URLs for wholesale sourcing and supplier discovery.

## Input

```json
{
  "keywords": [
    "custom packaging boxes",
    "mailer boxes"
  ],
  "maxProducts": 60
}
```

## Output

```json
{
  "productTitle": {
    "label": "Product title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "brandName": {
    "label": "Brand",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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