# Aircraft24 Turboprop Aircraft Scraper

**Use case:** 

Scrape turboprop aircraft listings for sale from AirCraft24. Extract model, price, year, total time, location, registration, and images into a clean dataset.

## Input

```json
{
  "category": "turboprop",
  "maxItems": 50,
  "orderBy": "AD_DATECREATED"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "image"
  },
  "title": {
    "label": "✈️ Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "🆔 Ad ID",
    "format": "text"
  },
  "price_usd": {
    "label": "💵 Price USD",
    "format": "number"
  },
  "priceText": {
    "label": "🏷️ Price",
    "format": "text"
  },
  "model": {
    "label": "📋 Model",
    "format": "text"
  },
  "manufacturer": {
    "label": "🏭 Manufacturer",
    "format": "text"
  },
  "year": {
    "label": "📅 Year",
    "format": "number"
  },
  "ttaf_hours": {
    "label": "⏱️ TTAF hours",
    "format": "number"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "registration": {
    "label": "🔖 Registration",
    "format": "text"
  },
  "serial_no": {
    "label": "🔧 Serial No.",
    "format": "text"
  },
  "category": {
    "label": "🗂️ Category",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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