# Made-in-China Solar Panel Supplier Scraper

**Use case:** 

Scrape Made-in-China product search results for solar panels with supplier names, product titles, prices, URLs, and listing metadata.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.made-in-china.com/products-search/hot-china-products/Solar_Panel.html"
    }
  ],
  "searchTerms": [
    "solar panel"
  ],
  "maxItems": 25,
  "maxPagesPerInput": 2
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "number"
  },
  "productName": {
    "label": "Product"
  },
  "price": {
    "label": "Price"
  },
  "minimumOrder": {
    "label": "MOQ"
  },
  "supplierName": {
    "label": "Supplier"
  },
  "supplierLocation": {
    "label": "Location"
  },
  "supplierBadges": {
    "label": "Badges"
  },
  "rating": {
    "label": "Rating"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "supplierUrl": {
    "label": "Supplier URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "hasVideo": {
    "label": "Video"
  },
  "hasSecuredTrading": {
    "label": "Secured Trading"
  },
  "inquiryUrl": {
    "label": "Inquiry URL",
    "format": "link"
  },
  "pageUrl": {
    "label": "Page URL",
    "format": "link"
  },
  "searchUrl": {
    "label": "Input"
  },
  "productId": {
    "label": "Product ID"
  },
  "reviewSnippet": {
    "label": "Review snippet"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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