# Scrape Alternate.nl graphics cards

**Use case:** 

Scrape Alternate.nl for graphics cards — price, stock, delivery time, full technical specs, EAN, and ratings.

## Input

```json
{
  "searchQueries": [
    "graphics card"
  ],
  "startUrls": [
    "https://www.alternate.nl/SSDs"
  ],
  "fetchDetails": true,
  "maxResults": 5
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "stockStatus": {
    "label": "Stock",
    "format": "text"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Reviews",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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