SnoopScan
← The whole library

Online store products for your agent

Every product in a Shopify, WooCommerce, Squarespace or Magento store, with price, sale price, stock, variants and images.

Online store products

Live Stores · SnoopScan · Worldwide 1 credit a page

Give it a store's address and get its whole catalogue as structured data, without crawling it page by page. Used for competitor price tracking, product research and comparison feeds.

What you get
  • Product title
  • Price
  • Sale price
  • Currency
  • In stock
  • SKU
  • Variants
  • Images
  • Vendor
  • Product type
  • Tags
Actions
Store catalogue
How to use it
Your code calls POST /v1/products with your API key.
Try asking your agentUse SnoopScan to pull every product and price from allbirds.com.
Example response
{
  "platform": "shopify",
  "total": 1240,
  "products": [{
    "title": "Merino Crew Sweater",
    "price": "98.00",
    "compare_at_price": "120.00",
    "currency": "USD",
    "available": true,
    "variants": [{ "title": "Navy / M", "price": "98.00", "available": true }]
  }]
}