# Scrape Petco bird supplies and deals

**Use case:** 

Scrape bird product deals from Petco. Export item names, sale prices, brands, and product URLs for pet retail tracking.

## Input

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