# Petco Product Data Export

**Use case:** 

Data Export of Petco Product. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "searchQuery": "purina pro plan adult dog food"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "skuId": {
    "label": "SKU",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "salePrice": {
    "label": "Sale Price",
    "format": "number"
  },
  "rdPrice": {
    "label": "RD Price",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "productAvailability": {
    "label": "Availability",
    "format": "text"
  },
  "sameDayDelivery": {
    "label": "Same Day",
    "format": "text"
  },
  "repeatDelivery": {
    "label": "Repeat Delivery",
    "format": "text"
  },
  "bopusFlag": {
    "label": "BOPUS",
    "format": "text"
  },
  "inStoreOnly": {
    "label": "In-Store Only",
    "format": "text"
  },
  "rxFood": {
    "label": "Rx Food",
    "format": "text"
  },
  "variationCount": {
    "label": "Variations",
    "format": "number"
  },
  "facets": {
    "label": "Facets",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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