# Alibaba.com Rental Data Export

**Use case:** 

Data Export of Alibaba.com Rental. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrl": [
    {
      "url": "https://www.alibaba.com/trade/search?SearchText=bluetooth+headphones"
    }
  ],
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "title": {
    "label": "Product",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "minPrice": {
    "label": "Min $",
    "format": "number"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "minOrderQuantity": {
    "label": "MOQ",
    "format": "string"
  },
  "supplierName": {
    "label": "Supplier",
    "format": "string"
  },
  "supplierType": {
    "label": "Type",
    "format": "string"
  },
  "supplierLocation": {
    "label": "Location",
    "format": "string"
  },
  "supplierYears": {
    "label": "Years",
    "format": "integer"
  },
  "supplierVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "tradeAssurance": {
    "label": "Trade Assurance",
    "format": "boolean"
  },
  "certifications": {
    "label": "Certifications",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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