B&H Photo Video Product Search Scraper avatar
B&H Photo Video Product Search Scraper

Pricing

$19.99/month + usage

Go to Apify Store
B&H Photo Video Product Search Scraper

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

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

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

FieldTypeRequiredDescription
searchUrlstringYesComplete B&H Photo Video search URL to scrape
maxItemsintegerNoMaximum number of products to fetch

Output

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

  • searchUrl: The original search URL used
  • productName: Name of the product
  • productUrl: URL to the product detail page
  • productImage: URL of the product image
  • imageAlt: Alt text for the product image
  • skuInfo: SKU and manufacturer information
  • price: Current price of the product
  • origPrice: Original price before discount (if applicable)
  • savings: Amount saved (if applicable)
  • ratingStars: Customer rating in stars
  • reviewCount: Number of customer reviews
  • reviewUrl: URL to the reviews section
  • sellingPoints: Array of key selling points and features
  • stockStatus: Current stock availability status
  • scrapedAt: 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