# Scrape PartsGeek Accel auto parts search results

**Use case:** 

Extract Accel branded auto parts from PartsGeek search with prices, fitment, and availability for parts retail monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.partsgeek.com/ss/?i=1&ssq=accel"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "fullTitle": {
    "label": "Full title"
  },
  "partNumber": {
    "label": "Part number"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "priceText": {
    "label": "Price text"
  },
  "stockText": {
    "label": "Stock text"
  },
  "stockCount": {
    "label": "Stock count"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "ratingText": {
    "label": "Rating text"
  },
  "ratingValue": {
    "label": "Rating value"
  },
  "catalog": {
    "label": "Catalog"
  },
  "condition": {
    "label": "Condition"
  },
  "color": {
    "label": "Color"
  },
  "shippingOptions": {
    "label": "Shipping options"
  },
  "notes": {
    "label": "Notes"
  },
  "altSku": {
    "label": "Alt sku"
  },
  "itemId": {
    "label": "Item id"
  },
  "prodId": {
    "label": "Prod id"
  },
  "appId": {
    "label": "App id"
  },
  "brandLogo": {
    "label": "Brand logo"
  },
  "imageUrls": {
    "label": "Image urls"
  },
  "features": {
    "label": "Features"
  },
  "availableYears": {
    "label": "Available years"
  },
  "fitment": {
    "label": "Fitment"
  }
}
```

## About this Actor

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