Shutterfly Products Search Scraper
Pricing
$19.99/month + usage
Go to Apify Store
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
Maintained by Community
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
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
| Field | Type | Required | Description |
|---|---|---|---|
searchUrl | string | Yes | Complete Shutterfly search URL to scrape |
maxItems | integer | No | Maximum number of products to fetch |
Output
The output is a list of product objects, each containing:
searchUrl: The original search URL usedproductId: Unique product identifierskuCode: SKU code for the productproductName: Name of the productproductType: Type of productrating: Customer ratingratingCount: Number of customer reviewsprice: Product priceproductUrl: URL to the product detail pageimageUrl: URL of the product imageimageAlt: Alt text for the product imagescrapedAt: 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