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.
The actor accepts the following input parameters:
searchUrls
: Array of PetSmart search URLs to scrapemaxItems
: Maximum number of items to scrape (default: 100)A full explanation of an input example in JSON.
1{ 2 "searchUrls": ["https://www.petsmart.com/search?q=purina%2520pro%2520plan%2520dog%2520food&page=2&sort=relevance"], 3 "maxItems": 60 4}
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.
1[ 2 { 3 "id": 5252900, 4 "name": "Purina Pro Plan Sensitive Skin & Stomach Adult Dry Dog Food - Salmon & Rice", 5 "brand": "Purina Pro Plan", 6 "upc": "38100175526", 7 "primary_category": { 8 "id": "100246", 9 "name": "Dry Food" 10 }, 11 "price": { 12 "current": 71.99, 13 "original": null, 14 "formatted": { 15 "primary": "$20.69-$89.99", 16 "strikethrough": "$20.99-$89.99" 17 } 18 }, 19 "size": { 20 "solidSize": "30 Lb", 21 "petSize": "[object Object]" 22 }, 23 "flavor": { 24 "displays": "Fish", 25 "value": "Salmon & Rice" 26 }, 27 "images": { 28 "large": "https://s7d2.scene7.com/is/image/PetSmart/5252900?$sclp-prd-main_large$", 29 "small": "https://s7d2.scene7.com/is/image/PetSmart/5252900?$sclp-prd-main_small$" 30 }, 31 "shoppingOptions": {}, 32 "nutritionalInfo": { 33 "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 ", 34 "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.", 35 "caloricContent": "3,903 kcal/kg, 449 kcal/cup" 36 }, 37 "ratings": { 38 "average": 4.2, 39 "count": 4619 40 }, 41 "isSubscriptionEnabled": true, 42 "customCategory": "Dry Food", 43 "foodCategory": "Specialized Nutrition", 44 "foodForms": [ 45 "Bags" 46 ], 47 "nutritionalOptions": [ 48 "With-Grain" 49 ] 50 }, 51 ... 52]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool ā just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. Youāll be guided to input a search term and get structured results. No setup needed!