# Scrape Amazon Home Office Products

**Use case:** 

Scrape Amazon Home Office Products to compare search listings, prices, product URLs, and marketplace positioning.

## Input

```json
{
  "search": "home office desk organizer",
  "maxItems": 100
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "Url",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Amazon Product Search Scraper ($0.5/1K)](https://apify.com/igolaizola/amazon-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/amazon-search) to learn more, explore other use cases, and run it yourself.