# Research solar panel product details

**Use case:** 

Research Made-in-China solar panel products with enriched descriptions, specifications, pricing, availability, images, and supplier details.

## Input

```json
{
  "query": "solar panel",
  "startUrls": [
    {
      "url": "https://www.made-in-china.com/multi-search/electronics/F1/1.html"
    }
  ],
  "maxItems": 10,
  "maxPages": 2,
  "includeDetails": true,
  "maxRuntimeSecs": 180,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "productName": {
    "label": "Product name",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "modelNumber": {
    "label": "Model number",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "properties": {
    "label": "Properties",
    "format": "object"
  },
  "imageUrls": {
    "label": "Image URLs",
    "format": "array"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "string"
  },
  "supplierName": {
    "label": "Supplier name",
    "format": "string"
  },
  "supplierLocation": {
    "label": "Supplier location",
    "format": "string"
  },
  "warnings": {
    "label": "Warnings",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Made-in-China Products & Suppliers Scraper](https://apify.com/fetch_cat/made-in-china-products-suppliers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/made-in-china-products-suppliers-scraper) to learn more, explore other use cases, and run it yourself.