# Toolstation Product Page Extractor

**Use case:** 

Extract a Toolstation product page with price, description, specifications, images, manuals, and SKU data.

## Input

```json
{
  "searchQueries": [
    "drill"
  ],
  "startUrls": [
    {
      "url": "https://www.toolstation.com/ryobi-18v-one-r18pd3-2c20s-cordless-combi-drill/pAI893"
    }
  ],
  "maxItems": 1,
  "includeDetails": true,
  "includeUnavailable": true
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID"
  },
  "sku": {
    "label": "SKU"
  },
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "currentPrice": {
    "label": "Current price"
  },
  "wasPrice": {
    "label": "Was price"
  },
  "netPrice": {
    "label": "Net price"
  },
  "currency": {
    "label": "Currency"
  },
  "priceText": {
    "label": "Price text"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "availability": {
    "label": "Availability"
  },
  "fastTrackAvailable": {
    "label": "Fast Track"
  },
  "description": {
    "label": "Description"
  },
  "breadcrumbs": {
    "label": "Breadcrumbs"
  },
  "specifications": {
    "label": "Specifications"
  },
  "sourceType": {
    "label": "Source type"
  },
  "source": {
    "label": "Source",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search query"
  },
  "rank": {
    "label": "Rank"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Toolstation Product Scraper](https://apify.com/automation-lab/toolstation-product-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/toolstation-product-scraper) to learn more, explore other use cases, and run it yourself.