E-commerceintermediate
Competitor Pricing Monitor
Track competitor prices across e-commerce sites with automated batch scraping and change detection.
MCP Configuration
{
"tools": [
{
"name": "batch_scrape",
"params": {
"urls": [
"https://competitor-a.com/pricing",
"https://competitor-b.com/pricing"
],
"selectors": {
"price": ".price",
"name": "h1"
}
}
},
{
"name": "scrape_structured",
"params": {
"schema": {
"plans": [
{
"name": "string",
"price": "string",
"features": [
"string"
]
}
]
}
}
}
],
"schedule": "daily"
}How It Works
1
batch_scrape
5 credits2
scrape_structured
2 creditsEstimated total: ~7 credits per run
Tags
pricingcompetitormonitoringe-commerce
Ready to Use This Template?
Every new account gets 1,000 free credits. No credit card required.
Start Free with 1,000 CreditsRelated Templates
E-commercebeginner
E-commerce Product Extraction
Extract structured product data including prices, descriptions, and images from online stores.
scrape_structured (2 cr)extract_metadata (1 cr)
E-commerceintermediate
Review Sentiment Analyzer
Collect and analyze customer reviews from multiple platforms to understand product sentiment.
search_web (5 cr)scrape_structured (2 cr)analyze_content (3 cr)