# Find Used Furniture for Resale on OLX Pakistan

**Use case:** 

Discover undervalued or unique used furniture listings across various cities in Pakistan for profitable resale opportunities. This provides a steady supply of i

## Input

```json
{
  "country": "pk",
  "mode": "searchListings",
  "query": "used sofa set",
  "category": "dom-i-ogrod",
  "city": "karachi",
  "listingUrls": [],
  "sellerUrl": "",
  "urls": [],
  "condition": "",
  "priceMax": 30000,
  "fetchListingDetails": true,
  "maxItems": 75,
  "maxPages": 3,
  "useProxy": true,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "city": {
    "label": "City"
  },
  "category": {
    "label": "Category"
  },
  "country": {
    "label": "Country"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

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