Blueh20 Details Spider avatar

Blueh20 Details Spider

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Blueh20 Details Spider

Blueh20 Details Spider

Extract comprehensive product details from BlueH20.com, including descriptions, prices, variants, and availability. This Apify Actor empowers e-commerce analysis and market research with structured JSON output, customizable inputs, and no coding required....

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Description

Extract comprehensive product details from BlueH20.com, including descriptions, prices, variants, and availability. This Apify Actor empowers e-commerce analysis and market research with structured JSON output, customizable inputs, and no coding required....


Blueh20 Details Spider

The Blueh20 Details Spider is a powerful Apify Actor designed to extract comprehensive product details from BlueH20.com, a leading online retailer for dive gear and accessories. It efficiently scrapes product information, including descriptions, pricing, variants, and availability, delivering structured data for e-commerce analysis and monitoring. This tool empowers businesses and researchers to gather accurate, up-to-date insights without manual effort.

Features

  • Comprehensive Data Extraction: Captures detailed product info such as names, descriptions, SKUs, images, and categories from BlueH20 product pages.
  • Variant Handling: Retrieves all product variants, including prices, currencies, availability status, and validity dates.
  • Shop and Social Insights: Includes shop metadata like merchant details, supported payment networks, and social media links.
  • Reliable and Fast: Built on Apify's robust infrastructure for high-speed, error-resistant scraping.
  • Structured JSON Output: Produces clean, machine-readable data ideal for integration with databases or analytics tools.
  • Customizable Inputs: Supports multiple start URLs for targeted or bulk scraping.
  • No Coding Required: User-friendly interface for easy setup and execution on the Apify platform.

Input Parameters

ParameterTypeRequiredDescriptionExample
StartUrlsarrayYesAn array of URLs to start scraping from BlueH20.com. Each URL should point to a product page or collection.["https://blueh20.com/collections/accessories/products/nht-dive-bag-lum"]

Example Usage

To run the Actor, provide the input parameters in JSON format. Here's an example:

{
"StartUrls": [
"https://blueh20.com/collections/accessories/products/nht-dive-bag-lum"
]
}

The Actor will process the URLs and output structured data like this:

[
{
"product": {
"product_id": "4729115705398",
"name": "NHT Dive Bag Lum",
"handle": "nht-dive-bag-lum",
"brand": "BlueWater Hunter",
"description": "NHT Dive Bag Lum with updated design with two release clips on each side.\u00a0\u00a0\nLight Net: For Freediving, will break if get snagged on reef\nHeavy Net for scuba Diving.\u00a0 Will Not Break\u00a0",
"category": "",
"sku": null,
"url": "https://blueh20.com/products/nht-dive-bag-lum",
"image": "https://blueh20.com/cdn/shop/products/bb_limit1_sm_1024x1024.jpg?v=1600892837"
},
"variants": [
{
"variant_url": "https://blueh20.com/products/nht-dive-bag-lum?variant=51840224723249",
"price": 44.95,
"currency": "USD",
"availability": "OutOfStock",
"price_valid_until": "2026-04-21"
},
{
"variant_url": "https://blueh20.com/products/nht-dive-bag-lum?variant=51840241434929",
"price": 44.95,
"currency": "USD",
"availability": "OutOfStock",
"price_valid_until": "2026-04-21"
},
{
"variant_url": "https://blueh20.com/products/nht-dive-bag-lum?variant=51840241467697",
"price": 44.95,
"currency": "USD",
"availability": "OutOfStock",
"price_valid_until": "2026-04-21"
},
{
"variant_url": "https://blueh20.com/products/nht-dive-bag-lum?variant=51840241500465",
"price": 44.95,
"currency": "USD",
"availability": "OutOfStock",
"price_valid_until": "2026-04-21"
},
{
"variant_url": "https://blueh20.com/products/nht-dive-bag-lum?variant=51840241533233",
"price": 44.95,
"currency": "USD",
"availability": "InStock",
"price_valid_until": "2026-04-21"
},
{
"variant_url": "https://blueh20.com/products/nht-dive-bag-lum?variant=51840224756017",
"price": 49.95,
"currency": "USD",
"availability": "InStock",
"price_valid_until": "2026-04-21"
},
{
"variant_url": "https://blueh20.com/products/nht-dive-bag-lum?variant=51840241566001",
"price": 49.95,
"currency": "USD",
"availability": "InStock",
"price_valid_until": "2026-04-21"
},
{
"variant_url": "https://blueh20.com/products/nht-dive-bag-lum?variant=51840241598769",
"price": 49.95,
"currency": "USD",
"availability": "InStock",
"price_valid_until": "2026-04-21"
},
{
"variant_url": "https://blueh20.com/products/nht-dive-bag-lum?variant=51840241631537",
"price": 49.95,
"currency": "USD",
"availability": "InStock",
"price_valid_until": "2026-04-21"
},
{
"variant_url": "https://blueh20.com/products/nht-dive-bag-lum?variant=51840241664305",
"price": 49.95,
"currency": "USD",
"availability": "InStock",
"price_valid_until": "2026-04-21"
}
],
"shop": {
"shop_id": 24782995510,
"merchant_name": "Blue Water Hunter",
"country_code": "US",
"currency": "USD",
"supported_networks": [
"visa",
"masterCard",
"amex",
"discover",
"elo",
"jcb"
],
"shopify_payments_enabled": true
},
"social_links": [
{
"platform": "instagram",
"url": "http://instagram.com/bluewaterdiveshop",
"username": "@bluewaterdiveshop"
},
{
"platform": "instagram",
"url": "https://www.instagram.com/bluewaterfishingshop/",
"username": "@bluewaterfishingshop"
},
{
"platform": "instagram",
"url": "http://instagram.com/bluewaterdiveshop",
"username": "@bluewaterdiveshop"
},
{
"platform": "instagram",
"url": "https://www.instagram.com/bluewaterfishingshop/",
"username": "@bluewaterfishingshop"
}
],
"actor_id": "RYpCtGxAwEZpagpMu",
"run_id": "BHvg4YtVetCl0wNzV"
}
]

Use Cases

  • Market Research: Analyze product trends and pricing strategies in the dive gear industry.
  • Competitive Intelligence: Compare BlueH20 offerings with competitors for strategic insights.
  • Price Monitoring: Track price changes and availability for dynamic pricing models.
  • Content Aggregation: Build databases of product descriptions and images for e-commerce platforms.
  • Academic Research: Study consumer behavior in niche markets like scuba diving equipment.
  • Business Automation: Automate data feeds for inventory management or sales forecasting.

Installation and Usage

  1. Search for "Blueh20 Details Spider" in the Apify Store
  2. Click "Try for free" or "Run"
  3. Configure input parameters
  4. Click "Start" to begin extraction
  5. Monitor progress in the log
  6. Export results in your preferred format (JSON, CSV, Excel)

Output Format

The output is an array of JSON objects, each representing a scraped product. Key fields include:

  • product: Core details like ID, name, description, brand, URL, and image.
  • variants: Array of variant objects with URLs, prices, currencies, availability, and validity dates.
  • shop: Shop metadata including ID, name, country, currency, payment networks, and Shopify payments status.
  • social_links: List of social media platforms with URLs and usernames.
  • actor_id and run_id: Identifiers for the Apify run.

This structured format ensures easy parsing and integration.

Support

For custom/simplified outputs or bug reports, please contact:

We're here to help you get the most out of this Actor!