# A101 Scraper - Prices, Stock, Images & Campaigns

**Use case:** 

Scrape A101 Turkey products by keyword or URL. Get prices, discounts, stock, images, categories, brands, campaigns, and clean product data.

## Input

```json
{
  "mode": "search",
  "queries": [
    "kahve"
  ],
  "channel": "ekstra",
  "inStockOnly": false,
  "sortBy": "relevance",
  "specialsCategory": "",
  "urls": [
    "https://www.a101.com.tr/arama?k=kahve"
  ],
  "maxListings": 20,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "product_id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "barcode": {
    "label": "Barcode",
    "format": "text"
  },
  "category_path": {
    "label": "Category",
    "format": "text"
  },
  "current_price": {
    "label": "Price",
    "format": "number"
  },
  "original_price": {
    "label": "List price",
    "format": "number"
  },
  "discount_rate": {
    "label": "Disc %",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "in_stock": {
    "label": "In stock",
    "format": "boolean"
  },
  "channel_names": {
    "label": "Channels",
    "format": "array"
  },
  "origin_country": {
    "label": "Origin",
    "format": "text"
  },
  "variant_count": {
    "label": "Variants",
    "format": "number"
  },
  "primary_image_url": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [A101 Scraper $1💰 Prices, Stock, Images & Campaigns](https://apify.com/abotapi/a101-product-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/a101-product-scraper) to learn more, explore other use cases, and run it yourself.