Dog Food Advisor Scraper avatar

Dog Food Advisor Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Dog Food Advisor Scraper

Dog Food Advisor Scraper

Scrape dog food reviews from DogFoodAdvisor.com. Get ratings, ingredients, nutritional analysis (protein/fat/carbs), pros/cons, and recipe details for 1000+ dog food brands.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

DogFoodAdvisor Reviews Scraper

Scrape dog food reviews, star ratings, ingredient analysis, nutritional data, and recall history from DogFoodAdvisor.com.

Features

  • Brand reviews with overall star ratings (1-5 scale)
  • Product line details including individual recipe ratings
  • Full ingredient lists with controversial ingredient flagging
  • Nutritional analysis: protein, fat, carbs, fiber (guaranteed analysis, dry matter basis, calorie-weighted)
  • Recall history with dates and links
  • Pros and cons extracted from editorial reviews
  • Search by brand name or keyword (e.g. "grain-free", "puppy")

Input Parameters

ParameterTypeDefaultDescription
searchQueriesstring[][]Brand names or keywords. Empty = all brands.
maxListingsinteger100Max product lines to scrape.
scrapeDetailsbooleanfalseGet full ingredient/nutrition data per product line.
includeRecallsbooleantrueInclude recall history from brand pages.
proxyConfigurationobject-Optional proxy settings.

Output Fields

Each result contains:

FieldDescription
brandBrand name (e.g. "Blue Buffalo")
productNameProduct or product line name
ratingStar rating (1-5, supports half stars)
type"brand" or "productLine"
prosArray of positive review notes
consArray of negative review notes
recipesArray of individual recipe ratings and AAFCO profiles
ingredientsFull ingredient list text
controversialIngredientsFlagged ingredient names
proteinContentProtein percentage (dry matter)
fatContentFat percentage (dry matter)
carbsContentCarbohydrate percentage (dry matter)
fiberContentFiber percentage estimate
guaranteedAnalysisGuaranteed analysis values
dryMatterBasisDry matter basis protein/fat/carbs
calorieWeightedBasisCalorie-weighted protein/fat/carbs
recallHistoryArray of recall events with title, date, URL
recallCountNumber of recalls
urlSource URL

Example Usage

Search for a specific brand

{
"searchQueries": ["blue buffalo"],
"maxListings": 10,
"scrapeDetails": true
}

Get all brands with basic ratings

{
"searchQueries": [],
"maxListings": 50,
"scrapeDetails": false
}

Search for grain-free options

{
"searchQueries": ["grain-free"],
"maxListings": 20,
"scrapeDetails": true
}

How It Works

  1. Brand listing: Crawls the alphabetical brand directory at /dog-food-reviews/brand/
  2. Search: Uses WordPress search to find matching brands/products by keyword
  3. Brand pages: Extracts overall rating, product line cards, and recall history
  4. Product line pages (when scrapeDetails=true): Extracts recipe tables, full ingredient lists, and nutritional analysis from the ingredient card dashboard

Data Source

All data is sourced from DogFoodAdvisor.com, an independent dog food review site that provides expert analysis of dog food brands, ingredients, and nutritional content.