Kmart Product Spider avatar
Kmart Product Spider

Pricing

$30.00/month + usage

Go to Store
Kmart Product Spider

Kmart Product Spider

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

Kmart Reviews Spider is an Apify Actor that scrapes detailed product info from Kmart Australia pages. Input product URLs to extract name, description, brand, rating, review count, and variants (SKU, size, price, availability). Perfect for e-commerce analysis, price tracking, and catalog building.

0.0 (0)

Pricing

$30.00/month + usage

0

2

2

Last modified

3 days ago

The Kmart Product Spider is an Apify Actor designed to scrape detailed product information and variants from Kmart Australia product pages. By providing a list of product URLs, users can extract key details such as product name, description, brand, rating, review count, and variant-specific information like size, price, and availability.

Input Parameters

The Actor accepts a JSON input with the following parameters:

ParameterTypeDescription
UrlsArrayA list of Kmart Australia product URLs to scrape. Example: ["https://www.kmart.com.au/product/core-hoodie-s168393/?selectedSwatch=Gry%20Marle"]

Example Input:

{
"Urls": [
"https://www.kmart.com.au/product/core-hoodie-s168393/?selectedSwatch=Gry%20Marle"
]
}

Features

  • Comprehensive Product Data: Extracts detailed product information, including name, description, brand, rating, and review count.
  • Variant Scraping: Captures all available product variants, including SKU, size, price, currency, availability, and images.
  • Reliable and Fast: Efficiently processes multiple URLs with structured output for easy integration.
  • Customizable Output: Returns data in a clean JSON format, suitable for further analysis or storage.
  • Error Handling: Robust handling of invalid URLs or unavailable products to ensure consistent results.

Output

The Actor returns a JSON array containing product details and their variants. Below is an example output:

[
{
"name": "Core Hoodie",
"description": "MaterialCotton and recycled polyesterFleece fabricFeaturesDrop shoulder designHooded neck with drawstringLong sleeves with ribbed cuffsKangaroo pocketsRibbed hemFit and Model SizeRegular fitThe model featured is wearing a Size MCare InstructionsWarm machine wash with similar coloursDo not bleachDo not tumble dryWarm iron on reverse side if requiredDo not dry-clean",
"url": "https://www.kmart.com.au/product/core-hoodie-s168393/?selectedSwatch=Gry%20Marle",
"brand": "Kmart",
"rating": "4.7222223",
"review_count": "18",
"product_group_id": "P_S168393",
"color": "Gry Marle",
"variants": [
{
"sku": "73134282",
"name": "Core Hoodie Size XS",
"size": "XS",
"price": 8,
"currency": "AUD",
"availability": "https://schema.org/InStock",
"url": "https://www.kmart.com.au/product/core-hoodie-s168393/?sku=73134282",
"image": "https://kmartau.mo.cloudinary.net/daf6a3db-d552-4c07-92ce-c89c9c9e9e16.jpg?tx=w_300,h_300,c_pad",
"description": "MaterialCotton and recycled polyesterFleece fabricFeaturesDrop shoulder designHooded neck with drawstringLong sleeves with ribbed cuffsKangaroo pocketsRibbed hemFit and Model SizeRegular fitThe model featured is wearing a Size MCare InstructionsWarm machine wash with similar coloursDo not bleachDo not tumble dryWarm iron on reverse side if requiredDo not dry-clean"
},
{
"sku": "73134305",
"name": "Core Hoodie Size M",
"size": "M",
"price": 8,
"currency": "AUD",
"availability": "https://schema.org/InStock",
"url": "https://www.kmart.com.au/product/core-hoodie-s168393/?sku=73134305",
"image": "https://kmartau.mo.cloudinary.net/daf6a3db-d552-4c07-92ce-c89c9c9e9e16.jpg?tx=w_300,h_300,c_pad",
"description": "MaterialCotton and recycled polyesterFleece fabricFeaturesDrop shoulder designHooded neck with drawstringLong sleeves with ribbed cuffsKangaroo pocketsRibbed hemFit and Model SizeRegular fitThe model featured is wearing a Size MCare InstructionsWarm machine wash with similar coloursDo not bleachDo not tumble dryWarm iron on reverse side if requiredDo not dry-clean"
}
]
}
]

Use Cases

  • E-commerce Analysis: Gather product details and variant information for market research or competitive analysis.
  • Price Monitoring: Track prices and availability across different product sizes and variants.
  • Product Catalog Building: Create structured datasets for inventory management or online store integration.
  • Consumer Insights: Analyze ratings and review counts to understand product popularity and customer satisfaction.

Support

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