# Kijiji Toronto Furniture Listings Scraper

**Use case:** 

Extract up to 100 furniture listings from Kijiji in Toronto. Get URLs, detailed information, and insights for analysis and research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.kijiji.ca/b-furniture/city-of-toronto/c235l1700273"
    }
  ],
  "maxListings": 100,
  "fetchNewListings": true,
  "fetchDetails": true,
  "fetchMileageAnalysis": false,
  "fetchPosterOtherAds": false,
  "fetchSimilarListings": false,
  "fetchSellerProfile": false,
  "fetchSellerMetrics": false,
  "fetchGoogleReviews": false
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  },
  "listingId": {
    "label": "Listing id"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

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