# Scrape Petco dog food listings

**Use case:** 

Extract dog food products from Petco category pages. Export brands, sizes, prices, and availability links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.petco.com/shop/en/petcostore/category/dog/dog-food"
    }
  ],
  "maxItems": 10,
  "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.