# Extract Petco Purina Pro Plan dog food product page

**Use case:** 

Scrape Purina Pro Plan Sensitive Skin dry dog food SKU on Petco with ingredients, weight, pricing, and reviews.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.petco.com/shop/en/petcostore/product/purina-pro-plan-sensitive-skin-and-stomach-salmon-and-rice-formula-dry-dog-food-40-lbs-3748364"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Product URL",
    "format": "text"
  },
  "id": {
    "label": "Product ID",
    "format": "text"
  },
  "name": {
    "label": "Product Name",
    "format": "text"
  },
  "description": {
    "label": "Product Description",
    "format": "text"
  }
}
```

## About this Actor

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