# Kijiji | Canadian Classified Listings in Texas

**Use case:** 

Find and extract Kijiji | Canadian Classified Listings in Texas. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "query": "laptop",
  "location": "Texas",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "listingUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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