# Chair Pricing and Review Scraper for Cdiscount

**Use case:** 

Extract data on chairs from Cdiscount, including prices, reviews, and seller ratings. Get comprehensive insights for price monitoring and market research.

## Input

```json
{
  "startUrl": "https://www.cdiscount.com/search/10/chair.html",
  "keyword": "chair",
  "results_wanted": 100,
  "max_pages": 5,
  "includeSponsored": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "offerId": {
    "label": "Offer ID",
    "format": "number"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "strikedPrice": {
    "label": "Striked Price",
    "format": "number"
  },
  "averageOverallRating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "text"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "page": {
    "label": "Page",
    "format": "number"
  },
  "rankOnPage": {
    "label": "Rank",
    "format": "number"
  },
  "searchWord": {
    "label": "Search",
    "format": "text"
  }
}
```

## About this Actor

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