Sdbullion Scraper avatar

Sdbullion Scraper

Try for free

2 hours trial then $25.00/month - No credit card required now

Go to Store
Sdbullion Scraper

Sdbullion Scraper

getdataforme/sdbullion-scraper
Try for free

2 hours trial then $25.00/month - No credit card required now

The SD Bullion Scraper extracts real-time product details like price, weight, grade, and stock status from SD Bullion. Input product URLs to get structured data effortlessly. Supports proxy for uninterrupted scraping. Ideal for tracking precious metals pricing and availability.

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • No reviews yet

  • No bookmarks yet

  • Created in Mar 2025

  • Modified 15 hours ago

SD Bullion Scraper

The SD Bullion Scraper is an Apify actor designed to extract real-time product details such as price, weight, grade, and stock status from SD Bullion. This scraper helps users track precious metal pricing and availability efficiently.

Features

  • Scrapes product details including name, price, weight, grade, and stock status.
  • Supports multiple product URLs.
  • Uses Apify Proxy for smooth and uninterrupted data extraction.
  • Returns structured JSON output.

Input Parameters

The actor accepts the following input in JSON format:

1{
2    "proxyConfiguration": {
3        "useApifyProxy": true,
4        "apifyProxyGroups": [
5            "RESIDENTIAL"
6        ]
7    },
8    "urls": [
9        "https://sdbullion.com/2025-1-oz-american-gold-eagle-coin",
10        "https://sdbullion.com/2025-1-oz-gold-britannia-coin"
11    ]
12}

Input Parameters Explained

  • proxyConfiguration: Ensures the use of Apify Proxy to avoid IP blocking.
  • urls: List of product URLs to scrape.

Output Format

The actor returns data in the following structured JSON format:

1[
2    {
3        "crawl_date": "2025-03-11 11:52:17",
4        "dealer": "SDbullion",
5        "URL": "https://sdbullion.com/2025-1-oz-gold-britannia-coin",
6        "product_Name": "2025 1 oz Gold Britannia Coin BU",
7        "Price_Lowest_Quantity_(Check/Wire)": 2988.75,
8        "Weight (Troy Ounces)": 1,
9        "Grade": "Brilliant Unc",
10        "Year": "2025",
11        "Stock_Status": "InStock"
12    },
13    {
14        "crawl_date": "2025-03-11 11:52:19",
15        "dealer": "SDbullion",
16        "URL": "https://sdbullion.com/2025-1-oz-american-gold-eagle-coin",
17        "product_Name": "2025 1 oz American Gold Eagle Coin BU",
18        "Price_Lowest_Quantity_(Check/Wire)": 3067.75,
19        "Weight (Troy Ounces)": 1,
20        "Grade": "Brilliant Unc",
21        "Year": "2025",
22        "Stock_Status": "InStock"
23    }
24]

Output Fields Explained

  • crawl_date: The date and time of data extraction.
  • dealer: Name of the website (SD Bullion).
  • URL: Product URL.
  • product_Name: The name of the scraped product.
  • Price_Lowest_Quantity_(Check/Wire): Lowest price for check/wire payment.
  • Weight (Troy Ounces): Product weight in troy ounces.
  • Grade: Coin grade (e.g., Brilliant Uncirculated).
  • Year: Product's minting year.
  • Stock_Status: Availability status (e.g., In Stock, Out of Stock).

Usage Instructions

  1. Go to Apify and add SD Bullion Scraper to your Apify account.
  2. Provide the required input JSON.
  3. Run the scraper.
  4. Retrieve the extracted data in JSON format.

Notes

  • Ensure Apify Proxy is activated to avoid getting blocked.
  • The scraper supports multiple product URLs in a single run.

Support

For custom features, bug reports, or support, contact: support@getdataforme.com or visit our support page.