# Solar Panel Suppliers Scraper on Europages

**Use case:** 

Extract solar panel suppliers from Europages. Get data like company names, products, and profiles for targeted sourcing in Europe.

## Input

```json
{
  "queries": [
    "solar panels"
  ],
  "maxItemsPerQuery": 60,
  "onlyVerified": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "minOrderQuantity": {
    "label": "MOQ",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "sellPoints": {
    "label": "Selling points",
    "format": "array"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Europages Scraper - European B2B Suppliers & Products](https://apify.com/haketa/europages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/haketa/europages-scraper) to learn more, explore other use cases, and run it yourself.