Colesau Product Scraper
Pricing
$35.00/month + usage
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.
0.0 (0)
Pricing
$35.00/month + usage
0
Total users
2
Monthly users
2
Runs succeeded
>99%
Last modified
3 days ago
Colesau Product Spider - Apify Actor
🕷️ Automated web scraping actor for colesau
📋 Overview
This Apify actor scrapes data from colesau using Standard Scrapy technology. It was automatically generated and synchronized from the central repository.
🔗 Repository Information
Property | Value |
---|---|
Repository Name | colesau_product_spider_apify |
Spider Name | colesau_product_spider |
Target Domain | colesau |
Technology Type | Standard Scrapy |
Template Used | apify_template |
Source Path | internalprogram/src/spiders/colesau |
GitHub Repository | View Repository |
🏠 Parent Repository
This actor is automatically synchronized from the central repository:
- Central Repository:
getdataforme/central_repo
- Source Spider File:
internalprogram/src/spiders/colesau/colesau_product_spider.py
- Synchronization: Automatic via GitHub Actions
- Last Sync: 2025-07-27 06:31:52 UTC
🔄 Development Workflow
Making Changes
- DO NOT edit files directly in this repository
- Navigate to the central repository
- Edit the spider file at:
internalprogram/src/spiders/colesau/colesau_product_spider.py
- Commit and push changes to the central repository
- The GitHub Action will automatically sync changes to this repository
Sync Process
- Changes to spider files trigger automatic synchronization
- The actor configuration and input schema are regenerated
- This README is updated with the latest information
📁 Repository Structure
├── src/│ ├── main.py # Apify actor entry point│ └── spiders/│ └── colesau_product_spider.py # Spider implementation├── .actor/│ ├── actor.json # Actor configuration│ └── input_schema.json # Input parameters schema├── requirements.txt # Python dependencies└── README.md # This file
🚀 Usage
Local Development
# Clone the repositorygit clone https://github.com/getdataforme/colesau_product_spider_apify.gitcd colesau_product_spider_apify# Install dependenciespip install -r requirements.txt# Run locally (if applicable)python src/main.py
Input Configuration
The actor accepts input parameters as defined in .actor/input_schema.json
.
Common parameters may include:
- URLs to scrape
- Output format preferences
- Rate limiting settings
- Custom extraction parameters
🔗 Important Links
- 🏠 Central Repository - Main development repository
- 📁 This Repository - Generated Apify actor
- 🕷️ Source Spider - Original spider file
- 📚 Apify Documentation - Apify platform documentation
⚠️ Important Notes
- This repository is auto-generated - Direct changes will be overwritten
- All modifications should be made in the central repository
- Synchronization is automatic - No manual intervention required
- Issues and PRs should be submitted to the central repository
This README was automatically generated on 2025-07-27 06:31:52 UTC by the central repository sync process.