B&H Photo Video Product Search Scraper
Pricing
$19.99/month + usage
Go to Apify Store

B&H Photo Video Product Search Scraper
Scrape products from B&H Photo Video 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
3
Total users
2
Monthly active users
3 days ago
Last modified
Categories
Share
📷 B&H Photo Video Product Search Scraper
This actor allows you to scrape products from B&H Photo Video by providing a search URL. It automatically handles pagination and extracts comprehensive product information including prices, ratings, reviews, stock status, and product specifications.
Features
- URL-based Scraping: Extract products by providing a complete B&H Photo Video 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 description
- Product images and URLs
- Current and original prices
- Savings information
- Customer ratings and review counts
- Stock availability status
- SKU and manufacturer information
- Key selling points and features
- Rich Media: Includes product images with alt text
- Price Tracking: Monitor current prices, original prices, and savings
Input Parameters
| Field | Type | Required | Description |
|---|---|---|---|
searchUrl | string | Yes | Complete B&H Photo Video search URL to scrape |
maxItems | integer | No | Maximum number of products to fetch |
Output
The output is a main list of product objects, each containing:
searchUrl: The original search URL usedproductName: Name of the productproductUrl: URL to the product detail pageproductImage: URL of the product imageimageAlt: Alt text for the product imageskuInfo: SKU and manufacturer informationprice: Current price of the productorigPrice: Original price before discount (if applicable)savings: Amount saved (if applicable)ratingStars: Customer rating in starsreviewCount: Number of customer reviewsreviewUrl: URL to the reviews sectionsellingPoints: Array of key selling points and featuresstockStatus: Current stock availability statusscrapedAt: Timestamp of when the product was scraped
Example output:
[{"searchUrl": "https://www.bhphotovideo.com/c/search?q=can&sts=ma","productName": "Yamaha VC6N 2-Way 6.5\" Coaxial Ceiling Loudspeaker (Black, No Back Can)","productUrl": "https://www.bhphotovideo.com/c/product/1912049-REG/yamaha_vc6n_2_way_6_5_lf_8_hf_open.html","productImage": "https://www.bhphotovideo.com/images/images2500x2500/yamaha_vc6n_2_way_6_5_1912049.jpg","imageAlt": "Yamaha VC6N 2-Way 6.5\" Coaxial Ceiling Loudspeaker","skuInfo": "BH # YAVC6N MFR # VC6N","price": 126.99,"origPrice": null,"savings": null,"ratingStars": 4.5,"reviewCount": 23,"reviewUrl": "https://www.bhphotovideo.com/c/product/1912049-REG/yamaha_vc6n_2_way_6_5_lf_8_hf_open.html#reviews","sellingPoints": ["Ideal for Background Music and Paging","Low Profile for Limited Plenum Space","6.5\" Cone, 0.8\" Soft-Dome Tweeter","120° Conical Dispersion"],"stockStatus": "In Stock","scrapedAt": "2025-11-19T09:14:51.549Z"},...]
Use Cases
- Product research and price comparison
- Market analysis and price tracking
- Inventory monitoring
- Competitive intelligence
- Product catalog building
Notes
- Results are automatically paginated until reaching the end or max items limit
- All prices are automatically extracted and formatted
- Stock status is updated in real-time
- Product images and URLs are included for easy access