Shutterfly Products Search Scraper avatar

Shutterfly Products Search Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Shutterfly Products Search Scraper

Shutterfly Products Search Scraper

Scrape products from Shutterfly.com by providing a search URL, with automatic pagination and comprehensive product information extraction.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

This actor allows you to scrape products from Shutterfly.com by providing a search URL. It automatically handles pagination and extracts comprehensive product information including prices, ratings, and product details.

Features

  • URL-based Scraping: Extract products by providing a complete Shutterfly search URL
  • Automatic Pagination: Automatically scrolls and loads more products until reaching the end or max items limit
  • Comprehensive Product Data: Extract detailed information about each product including:
    • Product name and type
    • Product ID and SKU code
    • Price information
    • Customer ratings and review counts
    • Product images
    • Product detail URLs

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Shutterfly search URL to scrape
maxItemsintegerNoMaximum number of products to fetch

Output

The output is a list of product objects, each containing:

  • searchUrl: The original search URL used
  • productId: Unique product identifier
  • skuCode: SKU code for the product
  • productName: Name of the product
  • productType: Type of product
  • rating: Customer rating
  • ratingCount: Number of customer reviews
  • price: Product price
  • productUrl: URL to the product detail page
  • imageUrl: URL of the product image
  • imageAlt: Alt text for the product image
  • scrapedAt: Timestamp of when the product was scraped

Example output:

[
{
"searchUrl": "https://www.shutterfly.com/s/photo-book/",
"productId": "1503160",
"skuCode": "1503353",
"productName": "Travel Adventures",
"productType": "Photo Book",
"rating": "4.7",
"ratingCount": "4297",
"price": "24.98",
"productUrl": "https://www.shutterfly.com/p/photo-books/styles/travel-adventures-photo-book?productCode=1503160&categoryCode=1503351&skuCode=1503353",
"imageUrl": "https://c3.staticsfly.com/asset/fetch/sq_sfly_travel-adventures_store-cover-preview_hard-01/store.sample.preview/v1",
"imageAlt": "Travel Adventures",
"scrapedAt": "2025-05-29T02:10:44.350Z"
},
...
]

Use Cases

  • Product research and price comparison
  • Market analysis for personalized products
  • Inventory monitoring
  • Competitor analysis
  • Consumer behavior research

Notes

  • The actor uses browser automation to handle JavaScript-rendered content
  • Results are automatically paginated until reaching the end or max items limit
  • Product images are loaded from Shutterfly's CDN
  • Customer ratings are extracted from the product listing pages