# Extract Kfzteile24 article detail by part number

**Use case:** 

Scrape Kfzteile24.de single article detail page with specifications, cross-references, and delivery times for parts procurement.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.kfzteile24.de/artikeldetails?search=2380-108516"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "suitableVehicles": {
    "label": "Suitable Vehicles",
    "format": "text"
  }
}
```

## About this Actor

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