Colesau Product Scraper avatar
Colesau Product Scraper

Pricing

$35.00/month + usage

Go to Apify Store
Colesau Product Scraper

Colesau Product Scraper

The Colesau Product Spider scrapes product details from Coles Australia's website, extracting name, description, price, SKU, and images. Input URLs and get structured JSON for price monitoring, market research, or e-commerce integration. Scalable, reliable, and easy to use.

Pricing

$35.00/month + usage

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

1

Monthly active users

13 days ago

Last modified

Share

Colesau Product Spider

The Colesau Product Spider is an Apify Actor that scrapes product details from Coles Australia’s website. By providing product URLs, it extracts key information like name, description, price, and images, delivering structured JSON for market research or e-commerce integration.

Input Parameters

The Actor requires a JSON input with the following parameters:

ParameterTypeDescription
UrlsArrayA list of Coles product URLs to scrape details from. Example: ["https://www.coles.com.au/product/coles-hass-avocados-1-each-5900530"]

Example Input

{
"Urls": [
"https://www.coles.com.au/product/coles-hass-avocados-1-each-5900530"
]
}

Features

  • Comprehensive Product Data: Extracts product name, description, SKU, price, currency, and images.
  • Offer Details: Captures pricing, availability, and condition for each product offer.
  • Structured JSON Output: Delivers consistent, easy-to-use data for downstream applications.
  • Scalable URL Processing: Handles multiple product URLs for efficient batch scraping.
  • Reliable Error Handling: Ensures robust scraping even for incomplete or dynamic product pages.

Output

The Actor returns a JSON array of product objects with detailed fields. Below is an example output:

[
{
"name": "Coles Hass Avocados | 1 Each",
"description": "Suddenly trendy and super versatile, Hass Avocado is not only great for taco Tuesday, its perfect for salad, pizza, desserts and of course the for the house deposit savvy, smashed avo on sourdough at home!",
"sku": 5900530,
"price": 2,
"currency": "AUD",
"images": [
"https://shop.coles.com.au/wcsstore/Coles-CAS/images/5/9/0/5900530.jpg"
],
"brand": "Coles",
"offers": [
{
"price": 2,
"currency": "AUD",
"condition": "https://schema.org/NewCondition",
"availability": "https://schema.org/InStock",
"seller": "Coles",
"url": "https://www.coles.com.au/product/coles-hass-avocados-1-each-5900530",
"valid_until": null
}
]
}
]

Use Cases

  • Price Monitoring: Track product prices on Coles’ website for competitive analysis.
  • Market Research: Analyze product descriptions and branding for consumer trends.
  • E-commerce Integration: Feed product data into online stores or comparison platforms.
  • Inventory Management: Monitor product availability for supply chain optimization.
  • Product Catalog Building: Create detailed product datasets for business intelligence.

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, such as "Colesau Product Spider Support."