# Compare Nomad iPhone charger prices online

**Use case:** 

Scrape Nomad Goods iPhone charger search results with wattage, cable type, and availability.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://nomadgoods.com/search?q=iphone%20charger"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "style": {
    "label": "Style",
    "format": "array"
  },
  "powerOutput": {
    "label": "Power Output",
    "format": "array"
  },
  "additionalInfo": {
    "label": "Additional Info",
    "format": "array"
  },
  "faq": {
    "label": "FAQ",
    "format": "array"
  },
  "attributes": {
    "label": "Attributes",
    "format": "array"
  }
}
```

## About this Actor

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