Supermu Product Spider avatar
Supermu Product Spider

Pricing

$30.00/month + usage

Go to Apify Store
Supermu Product Spider

Supermu Product Spider

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

The Supermu Product Spider is an Apify Actor that scrapes detailed product data from supermu.com, including title, price, vendor, SKU, and stock status. Input product URLs and get structured JSON output. Ideal for e-commerce monitoring, market research, and price comparison. Supports Apify proxy.

0.0 (0)

Pricing

$30.00/month + usage

0

3

3

Last modified

2 days ago

Supermu Product Spider

The Supermu Product Spider is an Apify Actor designed to scrape detailed product information from the Supermu website (supermu.com). By providing a list of product URLs, this Actor extracts key details such as product title, price, vendor, stock status, and more, delivering structured data for easy analysis or integration.

Input Parameters

The Actor requires a JSON input with the following parameters:

ParameterTypeDescription
UrlsArrayList of Supermu product URLs to scrape (e.g., ["https://supermu.com/products/crema_colgate_60m_menta"]).
proxyConfigurationObjectProxy settings for the Actor. Set useApifyProxy: true and specify proxy groups like "apifyProxyGroups": ["RESIDENTIAL"].

Example Input:

{
"Urls": [
"https://supermu.com/products/crema_colgate_60m_menta"
],
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

Features

  • Accurate Data Extraction: Retrieves comprehensive product details, including title, price, vendor, SKU, stock status, and more.
  • Proxy Support: Uses Apify's proxy configuration for reliable scraping with residential proxies.
  • Structured Output: Returns clean, JSON-formatted data for seamless integration into your workflows.
  • Scalable: Handles multiple URLs in a single run, making it efficient for bulk scraping.
  • Error Handling: Robust design to manage network issues or invalid URLs gracefully.

Output

The Actor outputs a JSON array containing product details for each provided URL. Below is an example output:

[
{
"url": "https://supermu.com/products/crema_colgate_60m_menta",
"title": "CREMA COLGATE MÀXIMA PROTECCIÒN 60M MENTA",
"price": "$3.350",
"vendor": "COLGATE",
"sku": "025678",
"variant_id": "39844209197210",
"product_id": "6730509123738",
"labels": [
"Destacado",
"Nuevo",
"Hacer un pedido",
"Agotado"
],
"price_per_unit": "$55.83 /m",
"stock_status": "In Stock",
"quantity_min": "1",
"quantity_max": "3",
"shipping_info": "Envíos por SOLO $8.000 Área Metropolitana.",
"image_url": "//supermu.com/cdn/shop/files/supermu_logo_mobile_1020x.svg?v=1747861715",
"image_alt": "Supermercados Supermu - antes La Vaquita",
"media_id": 33174242853086
}
]

Use Cases

  • E-commerce Monitoring: Track product prices, availability, and stock status on Supermu for competitive analysis.
  • Market Research: Gather product data to analyze trends, pricing strategies, or vendor performance.
  • Inventory Management: Integrate product stock and pricing data into your inventory systems.
  • Price Comparison: Collect data to compare Supermu product prices with other retailers.

Support

For bug reports or custom needs, contact us at support@getdataforme.com or use our contact form: https://getdataforme.com/contact/.
Please include a clear subject line in your message, such as "Supermu Product Spider Support."

Thank you for using the Supermu Product Spider!