Sdbullion Scraper

Sdbullion Scraper

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.

ECOMMERCEAUTOMATIONApify

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.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!