PetSmart Product Scraper ๐Ÿพ avatar
PetSmart Product Scraper ๐Ÿพ

Pricing

$19.99/month + usage

Go to Apify Store
PetSmart Product Scraper ๐Ÿพ

PetSmart Product Scraper ๐Ÿพ

Scrape detailed product information from PetSmart's website, including prices, nutritional info, ratings, and availability. Perfect for pet market research, price monitoring, and product analysis.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

0

Bookmarked

27

Total users

0

Monthly active users

8 days ago

Last modified

Share

๐ŸŽฏ Features

  • Scrapes detailed product information from PetSmart search results
  • Supports multiple search URLs
  • Extracts comprehensive product details including:
    • Basic product information (ID, name, brand, UPC)
    • Pricing data (current price, original price)
    • Product categories and classifications
    • Detailed nutritional information
    • Customer ratings and reviews
    • Shopping options (in-store availability, pickup options)
    • Product images
    • Subscription availability
    • Pet life stages and food categories

๐Ÿ”‘ Use Cases

  • Price monitoring and competitive analysis
  • Market research in the pet industry
  • Product availability tracking
  • Nutritional analysis of pet food products
  • Customer sentiment analysis through ratings

๐Ÿ’ก Input Configuration

The actor accepts the following input parameters:

  • searchUrls: Array of PetSmart search URLs to scrape
  • maxItems: Maximum number of items to scrape (default: 100)

๐Ÿš€ Tips for Usage

  • Use specific search terms for better results
  • Adjust maxItems based on your needs
  • Multiple search URLs can be processed in a single run
  • Consider using proxy services for large-scale scraping

โš ๏ธ Important Notes

  • Respect PetSmart's robots.txt and terms of service
  • The actor uses smart delays to avoid overloading the website
  • Some products might have varying data availability

Input Example

A full explanation of an input example in JSON.

{
"searchUrls": ["https://www.petsmart.com/search?q=purina%2520pro%2520plan%2520dog%2520food&page=2&sort=relevance"],
"maxItems": 60
}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"id": 5252900,
"name": "Purina Pro Plan Sensitive Skin & Stomach Adult Dry Dog Food - Salmon & Rice",
"brand": "Purina Pro Plan",
"upc": "38100175526",
"primary_category": {
"id": "100246",
"name": "Dry Food"
},
"price": {
"current": 71.99,
"original": null,
"formatted": {
"primary": "$20.69-$89.99",
"strikethrough": "$20.99-$89.99"
}
},
"size": {
"solidSize": "30 Lb",
"petSize": "[object Object]"
},
"flavor": {
"displays": "Fish",
"value": "Salmon & Rice"
},
"images": {
"large": "https://s7d2.scene7.com/is/image/PetSmart/5252900?$sclp-prd-main_large$",
"small": "https://s7d2.scene7.com/is/image/PetSmart/5252900?$sclp-prd-main_small$"
},
"shoppingOptions": {},
"nutritionalInfo": {
"ingredients": "Salmon, Rice, Barley, Canola Meal, Oat Meal, Fish Meal, Salmon Meal, Beef Fat Preserved With Mixed-Tocopherols, Dried Yeast, Natural Flavor, Sunflower Oil, Fish Oil, Dried Chicory Root, Calcium Carbonate, Salt, Potassium Chloride, L-Lysine Monohydrochloride, Vitamins [Vitamin E Supplement, Niacin (Vitamin B-3), Vitamin A Supplement, Calcium Pantothenate (Vitamin B-5), Thiamine Mononitrate (Vitamin B-1), Vitamin B-12 Supplement, Riboflavin Supplement (Vitamin B-2), Pyridoxine Hydrochloride, Folic Acid (Vitamin B-9), Menadione Sodium Bisulfite Complex (Vitamin K), Biotin (Vitamin B-7), Vitamin D-3 Supplement], Taurine, Minerals [Zinc Sulfate, Ferrous Sulfate, Manganese Sulfate, Copper Sulfate, Calcium Iodate, Sodium Selenite], DL-Methionine, Choline Chloride, L-Ascorbyl-2-Polyphosphate (Vitamin C). M444922 ",
"guaranteedAnalysis": "Crude Protein (Min) 26.0%, Crude Fat (Min) 16.0%, Crude Fiber (Max) 4.0%, Moisture (Max) 12.0%, Linoleic Acid (Min) 1.5%, Eicosapentaenoic Acid (EPA) (Min) 0.1%, Docosahexaenoic Acid (DHA) (Min) 0.1%, Calcium (Ca) (Min) 1.0%, Phosphorus (P) (Min) 0.8%, Selenium (Se) (Min) 0.35 mg/kg, Vitamin A (Min) 15,000 IU/kg, Vitamin E (Min) 460 IU/kg, Ascorbic Acid (Vitamin C)* (Min) 70 mg/kg, Glucosamine* (Min) 350 ppm, Omega-3 Fatty Acids* (Min) 0.75%, Omega-6 Fatty Acids* (Min) 1.6%. *Not recognized as an essential nutrient by the AAFCO Dog Food Nutrient Profiles.",
"caloricContent": "3,903 kcal/kg, 449 kcal/cup"
},
"ratings": {
"average": 4.2,
"count": 4619
},
"isSubscriptionEnabled": true,
"customCategory": "Dry Food",
"foodCategory": "Specialized Nutrition",
"foodForms": [
"Bags"
],
"nutritionalOptions": [
"With-Grain"
]
},
...
]