Shopify Google Shopping Feed Readiness Audit avatar

Shopify Google Shopping Feed Readiness Audit

Pricing

from $1.00 / completed shopify google feed audit

Go to Apify Store
Shopify Google Shopping Feed Readiness Audit

Shopify Google Shopping Feed Readiness Audit

Find Shopify products likely to cause Google Merchant Center / Shopping feed issues before sync or ads fail.

Pricing

from $1.00 / completed shopify google feed audit

Rating

0.0

(0)

Developer

CharlieAKAN

CharlieAKAN

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Find Shopify products likely to cause Google Merchant Center / Google Shopping feed problems before sync, ads, or marketplace catalog workflows fail.

This Actor is for Shopify sellers, ecommerce operators, agencies, feed managers, collectibles shops, apparel stores, and marketplace sellers preparing products for Google Shopping, Merchant Center, Performance Max, Meta catalogs, eBay, CedCommerce, and other product-feed tools.

What it checks

  • missing product titles
  • short or overly long titles
  • missing descriptions
  • thin descriptions
  • missing product type/category
  • missing vendor/brand
  • missing tags
  • missing product images
  • weak image coverage
  • images missing alt text
  • products with no variants/offers
  • variants with missing SKUs
  • variants with missing, invalid, zero, or negative prices
  • variants with missing public weight values
  • product feed-readiness score and top fix

Input

{
"storeUrl": "https://example.com",
"maxProducts": 100,
"minDescriptionWords": 30,
"minImagesPerProduct": 1,
"requireSkus": true,
"checkPrices": true,
"checkImages": true,
"includePassingProducts": false
}

Fields

  • storeUrl — public Shopify storefront URL.
  • maxProducts — maximum products to scan.
  • minDescriptionWords — descriptions below this are flagged as thin.
  • minImagesPerProduct — products below this image count are flagged.
  • requireSkus — flag variants with missing SKUs.
  • checkPrices — flag missing, invalid, zero, or negative variant prices.
  • checkImages — flag missing/weak images and missing alt text.
  • includePassingProducts — include products with no detected issues.

Output

Dataset row types:

  • summary
  • product_feed_audit
  • feed_issue
  • variant_feed_issue

Example product row:

{
"recordType": "product_feed_audit",
"title": "Ceramic Coffee Mug 12oz",
"url": "https://store.com/products/ceramic-coffee-mug-12oz",
"variantCount": 1,
"imageCount": 1,
"descriptionWordCount": 18,
"tagCount": 0,
"missingSkuCount": 0,
"invalidPriceCount": 0,
"zeroPriceCount": 0,
"score": 83,
"grade": "good",
"issueCodes": ["thin_description", "missing_tags"],
"topFix": "Improve the product description with useful buyer and feed context."
}

Example issue row:

{
"recordType": "feed_issue",
"issueCode": "missing_image",
"severity": "critical",
"googleShoppingRisk": "Product image is required for Shopping listings.",
"message": "Product has no images.",
"suggestedFix": "Add at least one clear product image."
}

Why this matters

Google Shopping and Merchant Center feeds rely on clean product data. Missing images, invalid prices, thin titles/descriptions, missing identifiers, and weak categorization can hurt approvals, feed quality, ad relevance, and catalog performance.

The Actor does not modify your Shopify store. It reads the public Shopify product catalog endpoint and produces a CSV/API-friendly readiness report.