# Cyprus Business Services Listings from Bazaraki

**Use case:** 

Extract business services listings from Bazaraki.com. Receive up to 200 detailed ads in CSV or JSON format.

## Input

```json
{
  "searchQueries": [
    "tesla"
  ],
  "categoryPaths": [
    "business-and-services/"
  ],
  "city": "",
  "cities": [],
  "priceMin": 0,
  "priceMax": 0,
  "language": "en",
  "scrapeDetails": true,
  "maxListings": 200,
  "maxPagesPerQuery": 20,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestDelay": 500,
  "maxConcurrency": 3
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted (raw)",
    "format": "string"
  },
  "viewCount": {
    "label": "Views",
    "format": "integer"
  },
  "imageCount": {
    "label": "Image Count",
    "format": "integer"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "sellerIsBusiness": {
    "label": "Business",
    "format": "boolean"
  },
  "isVip": {
    "label": "VIP",
    "format": "boolean"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "string"
  }
}
```

## About this Actor

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