# Scrape Amazon Laptop Stand Products

**Use case:** 

Scrape Amazon Laptop Stand Products for ecommerce research, competitor tracking, product discovery, and price analysis.

## Input

```json
{
  "search": "laptop stand adjustable",
  "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.