-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
52 lines (41 loc) · 2.21 KB
/
Copy pathllms.txt
File metadata and controls
52 lines (41 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# getascraper/how-to-scrape-falabella-price-monitor
> Falabella Price Monitor is an Apify Actor that tracks price and stock changes on Falabella Chile, Peru, and Colombia. Free tier available.
## Overview
- Falabella price monitor and product price change tracking API
- Extracts: internetPrice, listPrice, cmrPrice, changeType, priceDelta
- Output formats: JSON, CSV, Excel, XML, RSS
- Free tier: included
## Key Pages
- README: https://github.com/getascraper/how-to-scrape-falabella-price-monitor/blob/main/README.md
- Apify Store: https://apify.com/getascraper/falabella-price-monitor
- Apify Console: https://console.apify.com/actors/getascraper~falabella-price-monitor
- Source Actor: https://github.com/getascraper/actorstack/tree/main/actors/falabella-price-monitor
## How it works
1. Add search terms or direct Falabella category, collection, or search URLs
2. Pick the storefront region: Chile, Peru, or Colombia
3. Each scheduled run checks current prices and returns only the products that changed since the previous run
## Target site characteristics
- Falabella publicly lists product, pricing, and stock data on its storefront pages
- Tens of thousands of products across electronics, home, and fashion categories
- Covers three regional storefronts: Chile, Peru, and Colombia
## API Usage
- Node.js SDK: https://docs.apify.com/api/client/js
- REST API: https://docs.apify.com/api/v2
- MCP server: https://github.com/apify/apify-mcp-server
## Supported target URLs
- https://www.falabella.com/falabella-cl/collection/{slug}
- https://www.falabella.com.pe/falabella-pe/search?Ntt={term}
- https://www.falabella.com.co/falabella-co/category/{slug}
## Pricing
- Free tier: included
- Paid: $1.32 per 1,000 results
## Output schema (highlights)
- internetPrice: current online sale price
- changeType: type of change detected, such as a price drop
- priceDelta: difference between current and previous price
## Use cases
- Reseller watching for price drops below a buy threshold
- Brand manager confirming agreed retail pricing across Falabella
## Support
- GitHub Issues: https://github.com/getascraper/how-to-scrape-falabella-price-monitor/issues
- Apify Console: https://console.apify.com/actors/getascraper~falabella-price-monitor/issues