# Scrape Petco bird deals and discount listings

**Use case:** 

Extract bird product deals from Petco.com with prices, brands, and promotional details for pet retail price monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.petco.com/category/top-deals/bird-deals"
    }
  ],
  "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.