# Analyze Competitor Stores on AliExpress France

**Use case:** 

Extract product listings and details from key competitor stores on AliExpress's French storefront to understand their inventory, pricing, and sales strategies. 

## Input

```json
{
  "mode": "byStore",
  "searchQuery": "phone case",
  "productIds": [
    "1005010155028387"
  ],
  "storeIds": [
    "1102717838",
    "1102717839"
  ],
  "urls": [
    "https://www.aliexpress.com/item/1005010155028387.html"
  ],
  "region": "fr",
  "currency": "EUR",
  "language": "fr_FR",
  "sortBy": "default",
  "priceMin": 0,
  "priceMax": 0,
  "ratingMin": 0,
  "shipFrom": "",
  "shipTo": "",
  "maxItems": 100,
  "maxPages": 3,
  "enrichReviews": false,
  "maxReviewsPerProduct": 0,
  "useProxy": true,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "productId": {
    "label": "Product id"
  },
  "salePrice": {
    "label": "Sale price"
  },
  "originalPrice": {
    "label": "Original price"
  },
  "currencyCode": {
    "label": "Currency code"
  },
  "discountPercent": {
    "label": "Discount percent"
  },
  "rating": {
    "label": "Rating"
  },
  "ordersCount": {
    "label": "Orders count"
  },
  "shipFromCountry": {
    "label": "Ship from country"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

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