-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
54 lines (43 loc) · 2.3 KB
/
Copy pathllms.txt
File metadata and controls
54 lines (43 loc) · 2.3 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
53
54
# getascraper/how-to-scrape-trendyol-price-monitor
> Trendyol Price Monitor is an Apify Actor that extracts price, stock, and rating data from Trendyol, Turkey's leading marketplace, in diff mode. Free tier available.
## Overview
- Trendyol scraper and price monitoring data extraction API
- Extracts: price, old price, discount percentage, rating, seller, change type
- Output formats: JSON, CSV, Excel, XML, RSS
- Free tier: included
## Key Pages
- README: https://github.com/getascraper/how-to-scrape-trendyol-price-monitor/blob/main/README.md
- Apify Store: https://apify.com/getascraper/trendyol-price-monitor
- Apify Console: https://console.apify.com/actors/getascraper~trendyol-price-monitor
- Source Actor: https://github.com/getascraper/actorstack/tree/main/actors/trendyol-price-monitor
## How it works
1. Add Turkish or English search keywords, or direct Trendyol search or category URLs.
2. Each scheduled run checks the current listings and compares them to the previous run.
3. By default, only products whose price changed since the last run are returned.
## Target site characteristics
- Public Trendyol search and category result pages
- Product-level pricing, discount, rating, and seller data across categories
- Coverage across Trendyol's full Turkish marketplace catalog
## 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.trendyol.com/sr?q={keyword}
- https://www.trendyol.com/{category-path}
## Pricing
- Free tier: included
- Paid: $2.00 per 1,000 results ($0.002 per price change record)
## Output schema (highlights)
- price: current price in Turkish lira
- changeType: new, price drop, price rise, or unchanged
- priceDelta: change in price since the last run
- merchantName: seller fulfilling the listing
## Use cases
- Reseller repricing stock sourced from Trendyol
- Brand manager tracking resellers and unauthorized listings
- Competitive intel analyst monitoring rival prices on Turkish ecommerce
- Deal hunter watching a wishlist of search terms for price drops
## Support
- GitHub Issues: https://github.com/getascraper/how-to-scrape-trendyol-price-monitor/issues
- Apify Console: https://console.apify.com/actors/getascraper~trendyol-price-monitor/issues