Magicspoon Urls Spider avatar

Magicspoon Urls Spider

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Magicspoon Urls Spider

Magicspoon Urls Spider

MagicSpoon URLs Spider is an Apify Actor that extracts comprehensive product data from MagicSpoon URLs, including names, images, descriptions, pricing, availability, and ratings....

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

17 days ago

Last modified

Share

Introduction

The Magicspoon Urls Spider is a powerful Apify Actor designed to extract detailed product information from MagicSpoon website URLs. It efficiently scrapes key data such as product names, images, descriptions, pricing, availability, and customer ratings, making it ideal for e-commerce analysis and data collection. This Actor ensures reliable, structured output in JSON format, enabling seamless integration into your workflows for market research or automation tasks.

Features

  • Comprehensive Data Extraction: Captures essential product details including name, image, description, MPN, brand, price, availability, seller, ratings, and more.
  • Multi-URL Support: Handles multiple URLs in a single run, allowing batch processing for efficiency.
  • High Reliability: Built with robust error handling to manage varying page structures and ensure consistent data retrieval.
  • Fast Performance: Optimized for quick scraping with minimal resource usage, suitable for large-scale data collection.
  • Structured JSON Output: Delivers clean, machine-readable data perfect for downstream analysis or integration with tools like Excel or databases.
  • Apify Integration: Seamlessly runs on the Apify platform with easy configuration and monitoring.
  • Customizable Inputs: Flexible URL input to target specific products or categories on MagicSpoon.

Input Parameters

ParameterTypeRequiredDescriptionExample
UrlsarrayNoA list of URLs from the MagicSpoon website to scrape product data from. At least one URL is required for the Actor to run.["https://magicspoon.com/products/hot-chocolate-1-case-4-boxes"]

Example Usage

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

{
"Urls": [
"https://magicspoon.com/products/hot-chocolate-1-case-4-boxes"
]
}

The Actor will output a JSON array of product objects. Example output:

[
{
"name": "Hot Chocolate - 1 case (4 boxes)",
"image": "https://magicspoon.com/cdn/shop/files/hotchoc_update_450x450.webp?v=1762876233",
"description": "Hot Chocolate Cereal is your limited-edition winter indulgence. Like sipping cocoa by the fire, but in cereal form. Cozy, chocolatey, and oh-so-satisfying with 13g of protein and 0g of sugar. Here for the season and gone before you know it.\nTo make it \u2728extra special\u2728, the box was designed by a real Magic Spoon customer for the first time ever.",
"mpn": "7868096086078",
"brand": "Magic Spoon",
"priceCurrency": "USD",
"price": "39.0",
"availability": "InStock",
"seller": "Magic Spoon",
"ratingValue": "4.6",
"ratingCount": "25684",
"actor_id": "Nz2eCGR0Tkf2ORw0e",
"run_id": "Kn5BZMzcYm0AmYy2l"
}
]

Use Cases

  • Market Research and Analysis: Gather product details to analyze trends, pricing strategies, and consumer preferences in the cereal market.
  • Competitive Intelligence: Monitor MagicSpoon's offerings to compare with competitors and identify market gaps.
  • Price Monitoring: Track price changes and availability for automated alerts or dynamic pricing models.
  • Content Aggregation: Collect product descriptions and images for content creation, blogs, or e-commerce platforms.
  • Academic Research: Extract data for studies on nutrition, consumer behavior, or e-commerce patterns.
  • Business Automation: Integrate scraped data into inventory systems, dashboards, or marketing tools for streamlined operations.

Installation and Usage

  1. Search for "Magicspoon Urls 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 Actor outputs a JSON array of objects, each representing a scraped product. Key fields include:

  • name: Product title.
  • image: URL to the product image.
  • description: Detailed product description.
  • mpn: Manufacturer Part Number.
  • brand: Brand name.
  • priceCurrency: Currency code (e.g., USD).
  • price: Product price as a string.
  • availability: Stock status (e.g., InStock).
  • seller: Seller name.
  • ratingValue: Average rating.
  • ratingCount: Number of ratings.
  • actor_id and run_id: Metadata from the Apify run.

Data is structured for 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!