PetSmart Products Scraper avatar

PetSmart Products Scraper

Pricing

$19.99/month + usage

Go to Apify Store
PetSmart Products Scraper

PetSmart Products Scraper

Scrape products from PetSmart.com by providing a search URL, with automatic pagination and comprehensive product information extraction.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

This actor allows you to scrape product listings from PetSmart.com by providing a search URL. It automatically handles pagination and extracts comprehensive product information including prices, ratings, reviews, and promotions.

Features

  • URL-based Scraping: Extract products by providing a complete PetSmart search URL
  • Automatic Pagination: Automatically scrolls and loads more products until reaching the end or max items limit
  • Comprehensive Product Data: Extract detailed information about each product including:
    • Product name and title
    • Product images
    • Current and original prices
    • Customer ratings and review counts
    • Product badges and promotions
    • Size variants information
  • Rich Media: Includes product images and promotional badges
  • Price Tracking: Captures both sale prices and original prices for comparison

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete PetSmart search URL to scrape
maxItemsintegerNoMaximum number of products to fetch

Output

The output is a list of product objects, each containing:

  • searchUrl: The original search URL used
  • productId: Unique product identifier
  • productUrl: Full URL to the product page
  • productTitle: Name of the product
  • productImageUrl: URL of the product image
  • rating: Customer rating (out of 5)
  • reviewCount: Number of customer reviews
  • price: Current sale price
  • originalPrice: Original price before discount
  • badge: Product badge (e.g., "Anything for Fish")
  • promotions: Array of promotional messages
  • sizeInfo: Available size variants information
  • scrapedAt: Timestamp of when the product was scraped

Example output:

[
{
"searchUrl": "https://www.petsmart.com/search?q=fish%20tank&format=new",
"productId": "5355199",
"productUrl": "https://www.petsmart.com/fish/starter-kits/top-fin-essentials-aquarium-starter-kit-40713.html",
"productTitle": "Top Fin® Essentials Aquarium Starter Kit",
"productImageUrl": "https://s7d2.scene7.com/is/image/PetSmart/5355199?$sclp-prd-main_large$&fmt=webp&qlt=80",
"rating": 3.9,
"reviewCount": 4347,
"price": "$34.99 - $191.99",
"originalPrice": "",
"badge": "Anything for Fish",
"promotions": [
"Earn 5,000 pts ($10 back in savings) when you spend $50 on merch, services, and donations purchased in-store or online.",
"Earn 7,500 points ($15 back in savings) when you spend $50+ on ALL aquatic purchases! One-time use only."
],
"sizeInfo": "8 sizes",
"scrapedAt": "2025-05-29T02:10:44.350Z"
},
...
]

Use Cases

  • Product price monitoring and comparison
  • Market research and competitive analysis
  • Inventory tracking across categories
  • Customer review aggregation
  • Promotional offer tracking
  • Product catalog building

Notes

  • The actor uses stealth mode to avoid detection
  • Results are automatically paginated until reaching the end or max items limit
  • Prices may vary by size and variant
  • Promotional offers are subject to change
  • The actor includes random delays between actions to avoid rate limiting

Start finding the best pet products on PetSmart.com today!