# Kaspi Phone Price Scraper (Almaty)

**Use case:** 

Scrape iPhone and Samsung phone prices, search rank, rating and stock on Kaspi.kz in Almaty. Direct JSON API, fast and cheap.

## Input

```json
{
  "mode": "search",
  "searchQueries": [
    "iphone",
    "samsung galaxy"
  ],
  "cities": [
    "750000000"
  ],
  "maxPagesPerQuery": 3,
  "alertOnly": false,
  "priceChangeThresholdPct": 0,
  "rankDropThreshold": 3,
  "shareOfShelf": false,
  "shareTopN": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "KZ"
  }
}
```

## Output

```json
{
  "cityName": {
    "label": "City",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "sellerId": {
    "label": "Seller id",
    "format": "string"
  },
  "price": {
    "label": "Price KZT",
    "format": "number"
  },
  "bonusPrice": {
    "label": "Bonus KZT",
    "format": "number"
  },
  "previousPrice": {
    "label": "Prev KZT",
    "format": "number"
  },
  "priceChangePct": {
    "label": "Δ%",
    "format": "number"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "rankDelta": {
    "label": "ΔRank",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "number"
  },
  "reviewsDelta": {
    "label": "ΔReviews",
    "format": "number"
  },
  "changeType": {
    "label": "Change",
    "format": "string"
  },
  "changeReasons": {
    "label": "Composite alerts",
    "format": "array"
  },
  "url": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Kaspi.kz Price & Rank Monitor (multi-city)](https://apify.com/isolovyev/kaspi-price-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/isolovyev/kaspi-price-monitor) to learn more, explore other use cases, and run it yourself.