Dearborn Scraper avatar
Dearborn Scraper

Pricing

$30.00/month + usage

Go to Apify Store
Dearborn Scraper

Dearborn Scraper

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

The Dearborn Scraper extracts detailed product data from Dearborn Brand’s online store, including titles, prices, SKUs, descriptions, categories, images, upsells, and related products. Perfect for e-commerce monitoring, catalog enrichment, and market research with clean JSON outputs.

0.0 (0)

Pricing

$30.00/month + usage

0

2

2

Last modified

2 days ago


Dearborn Scraper

The Dearborn Scraper is an Apify Actor that extracts detailed product information from the Dearborn Brand online store. It is designed to provide structured data about product titles, prices, SKUs, descriptions, categories, images, upsell suggestions, and related products.

This scraper is ideal for e-commerce data collection, competitor analysis, and automated product catalog management.


🚀 Input

You can provide either a single product URL or a list of product URLs.

Example input:

{
"urls": [
"https://dearbornbrand.com/shop/hams/spiral-ham/dearborns-famous-spiral-ham-half-ham-2/"
]
}

📦 Output

The Actor returns structured JSON with rich product details.

Example output:

[
{
"title": "Dearborn’s Famous Glazed Spiral Sliced Ham (Half)",
"price": "50.99",
"sku": "3523M",
"categories": [
"Dearborn Spiral Ham",
"Ham & Turkey",
"Top Sellers"
],
"description": [
"Slow-cooked and smoked for up to 24 hours. Best served at room temperature. This product has a shelf life of 14 days from receipt. If it will not be used in that time period, please freeze and then thaw in refrigerator 2 days prior to use.",
"Average weight: 8 pounds",
"Cooking/Serving Suggestions: For best flavor, serve ham at room temperature. Remove ham from refrigerator 15-20 minutes prior to serving. If heating is desired, the best method is to remove slices and heat them to desired temperature.",
"Instructions included on box",
"Item# 3523M"
],
"attributes": {
"weight": null,
"dimensions": null
},
"images": {
"main": [
"https://dearbornbrand.com/wp-content/uploads/2014/03/GlazeHamHalfPlate2-e1508773676754.jpg",
"https://dearbornbrand.com/wp-content/uploads/2023/11/half-glaze-box.png",
"https://dearbornbrand.com/wp-content/uploads/2024/02/3523-half-spiral-glazed-blue.jpg"
],
"thumbnails": []
},
"upsells": {
"titles": [
"Dearborn’s Famous Glazed Spiral Sliced Ham (Whole)"
],
"prices": [
"86.99"
]
},
"related_products": {
"titles": [
"Holiday Kielbasa (5 lbs)",
"Boneless Ham (Mini)",
"Natural Casing Franks 8 to 1 (3 lbs)"
],
"prices": [
"35.49",
"18.89",
"19.29"
]
}
}
]

⚙️ Input Parameters

ParameterTypeDescription
urlsarrayList of Dearborn Brand product URLs to scrape.

✨ Features

  • Extracts product details: title, price, SKU, categories, and descriptions.
  • Captures images (main & thumbnails).
  • Retrieves upsell suggestions and related products.
  • Handles multiple product URLs in a single run.
  • Outputs clean, structured JSON ready for integration.

💡 Use Cases

  • E-commerce monitoring: Track Dearborn product availability and pricing.
  • Data enrichment: Populate your product catalogs with accurate details.
  • Market research: Analyze categories, upsells, and related product trends.
  • Content automation: Build product feeds for websites or applications.

🛠 Support

For custom outputs, bug reports, or additional scraping needs:

📧 Email: support@getdataforme.com 🌐 Contact form: https://getdataforme.com/contact/

➡️ Please include a clear subject line such as “Dearborn Scraper Support – [Your Issue/Request]”.