# Cell Phones Swappa | Used Electronics Marketplace

**Use case:** 

Extract Swappa | Used Electronics Marketplace data filtered by Cell Phones. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchQuery": "iphone 13",
  "maxItems": 10,
  "category": "cell-phones",
  "condition": ""
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "model": {
    "label": "Model"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "Listing ID"
  },
  "price": {
    "label": "Price"
  },
  "condition": {
    "label": "Condition"
  },
  "storage": {
    "label": "Storage"
  },
  "color": {
    "label": "Color"
  },
  "carrier": {
    "label": "Carrier"
  },
  "seller": {
    "label": "Seller"
  },
  "sellerRating": {
    "label": "Seller Rating"
  },
  "location": {
    "label": "Location"
  },
  "category": {
    "label": "Category"
  },
  "scrapedAt": {
    "label": "Scraped At"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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