# OLX Poland Laptop Listings — Live Scraper

**Use case:** 

Live laptop listings scraped from OLX Poland. Example use case for the OLX Scraper Actor.

## Input

```json
{
  "searchQuery": "laptop",
  "location": "Warszawa",
  "sortBy": "relevance",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "PL"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller Type",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [OLX.pl Scraper - Polish Classifieds & Marketplace](https://apify.com/studio-amba/olx-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/studio-amba/olx-scraper) to learn more, explore other use cases, and run it yourself.