# Scrape Specific Samsung Galaxy Z Flip 5 Listing

**Use case:** 

Obtain detailed information for a particular Swappa listing of a Samsung Galaxy Z Flip 5, including all available carrier pricing. This is essential for specifi

## Input

```json
{
  "mode": "listing",
  "searchQuery": "iPhone 14",
  "category": "Cell Phones",
  "listingId": "ljtc04842",
  "condition": "",
  "sortBy": "newest",
  "maxItems": 30,
  "includeCarrierPricing": true
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing id"
  },
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "highestPrice": {
    "label": "Highest price"
  },
  "currency": {
    "label": "Currency"
  },
  "listingCount": {
    "label": "Listing count"
  },
  "rating": {
    "label": "Rating"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

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