Tricot Chile Scraper - Moda, Productos y Precios
Pricing
$3.00 / 1,000 producto extraidos
Tricot Chile Scraper - Moda, Productos y Precios
Scraper rapido de Tricot Chile para extraer productos de moda, precios, descuentos, marcas, categorias, imagenes y URLs desde tricot.cl. Ideal para monitoreo de precios, catalogos de moda, retail intelligence y analisis ecommerce en Chile.
Pricing
$3.00 / 1,000 producto extraidos
Rating
0.0
(0)
Developer
Scrapers Chile
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Tricot Chile Scraper for fashion prices, offers, and ecommerce catalog data
Extract public product data from tricot.cl search results and export it as structured data from Apify. This Tricot Chile scraper collects fashion product names, prices, normal prices, discounts, brands, categories, product URLs, images, and availability from Tricot's online catalog.
Use it as a Tricot product prices API for fashion price monitoring, retail analytics, ecommerce catalog tracking, product matching, competitive intelligence, promotion monitoring, and recurring checks of public Tricot.cl search results.
Also known as: Tricot Chile scraper, Tricot.cl scraper, Tricot product price API, Tricot fashion scraper, Chile fashion ecommerce scraper, scraping Tricot Chile, productos Tricot, ofertas Tricot, Tricot catalog data.
What can this Tricot.cl scraper do?
- Search Tricot Chile by any product term such as
jeans,polera,chaqueta,vestido, or a brand name. - Save clean product rows to the default Apify Dataset.
- Export results as JSON, CSV, Excel, XML, RSS, or through the Apify API.
- Include price, normal price, discount, brand, category, image, URL, and availability when Tricot publishes them.
- Run fast targeted searches with configurable result limits.
- Charge only per saved product result.
Pricing
This Actor uses pay-per-result pricing. Each product saved to the dataset costs USD 0.003. Use maxItems to control the maximum number of charged results in each run.
Data returned
Each dataset row can include:
| Field | Description |
|---|---|
product_id | Tricot product identifier. |
sku | SKU or product identifier. |
name | Product name shown by Tricot. |
brand | Product brand when available. |
price | Current price in CLP. |
normal_price | Normal or previous price when available. |
card_price | Card or special price when available. |
discount_amount | Discount amount when reported. |
discount_percentage | Discount percentage when reported or calculated. |
currency | Currency, usually CLP. |
is_available | Whether the product appears available. |
availability | Normalized availability state. |
category, category2, category3 | Product categories when available. |
seller_name | Seller or marketplace when available. |
url | Public product URL. |
image | Product image URL. |
attributes | Visible product attributes when available. |
page | Result page where the product appeared. |
position | Global product position in the run. |
source_url | Search result URL used for extraction. |
search_term | Search term used for the run. |
scraped_at | Extraction timestamp. |
Example dataset item:
{"product_id": "123456","sku": "123456","name": "Jeans skinny mujer tiro alto","brand": "Tricot","price": 14990,"normal_price": 24990,"discount_percentage": 40,"currency": "CLP","is_available": true,"category": "Mujer","url": "https://www.tricot.cl/jeans-skinny-mujer-tiro-alto/p","search_term": "jeans"}
Quick start
- Open the Actor on Apify.
- Enter a search term in
term, for examplejeans. - Set
maxItemsto control how many products to save. - Start the run.
- Open the Dataset tab to download products as CSV, JSON, Excel, XML, or consume them through the API.
Minimal input:
{"term": "jeans","maxItems": 20}
Price-low-to-high search:
{"term": "polera","maxItems": 50,"sort": "price-low-to-high"}
Input reference
| Field | Type | Required | Description |
|---|---|---|---|
term | string | yes | Product, brand, category, or keyword to search on Tricot.cl. |
maxItems | integer | no | Maximum number of products to save. Default: 20. |
pageSize | integer | no | Products requested per page. Default: 24. Maximum: 60. |
maxPages | integer | no | Optional maximum number of result pages. |
sort | string | no | Sort order. Default: best-matches. |
concurrency | integer | no | Pages processed in parallel. Default: 4. |
retries | integer | no | Request retries per page. Default: 2. |
timeoutSecs | integer | no | Request timeout in seconds. Default: 15. |
failOnNoResults | boolean | no | Fail the run when no products are found. Default: false. |
Use cases
| Use case | How this Actor helps |
|---|---|
| Tricot price monitoring | Track current prices, normal prices, and discounts over time. |
| Fashion retail analytics | Build datasets of apparel products, categories, brands, and offers. |
| Catalog matching | Match your products against Tricot names, SKUs, images, and URLs. |
| Promotion tracking | Capture discounted fashion products and compare changes across scheduled runs. |
| Competitive intelligence | Compare public Tricot pricing against other Chilean fashion ecommerce stores. |
| Scheduled reports | Run the Actor on a schedule and export fresh product data to BI tools or spreadsheets. |
How to run from API
Python
from apify_client import ApifyClientclient = ApifyClient("<APIFY_API_TOKEN>")run = client.actor("scraperschile/tricot").call(run_input={"term": "jeans","maxItems": 20,"pageSize": 24,})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item["name"], item["price"], item["url"])
cURL
curl -X POST \-H 'Content-Type: application/json' \-H 'Authorization: Bearer <APIFY_API_TOKEN>' \-d '{"term": "jeans","maxItems": 20,"pageSize": 24}' \'https://api.apify.com/v2/acts/scraperschile~tricot/runs?waitForFinish=60'
Reliability and limitations
This Actor reads public Tricot.cl search results in real time. Prices, promotions, stock, categories, and availability can change at any moment and can differ from what a shopper sees later in the browser.
For large monitoring jobs, use reasonable maxItems values and schedules.
Responsible use
This Actor extracts public product and catalog information. It does not collect credentials, private customer data, carts, orders, or account information. Use the data responsibly and follow Apify terms, Tricot.cl terms, and applicable laws.
FAQ
Can I scrape Tricot Chile prices?
Yes. Enter a product or brand in term, and the Actor returns current prices plus normal prices and discounts when Tricot publishes them.
Can I export Tricot products to CSV?
Yes. Results are saved to the Apify Dataset, where you can download CSV, JSON, Excel, XML, RSS, or access items through the API.
Does this scrape all Tricot.cl products?
It scrapes search result pages for the term you provide, up to your configured limits. It is optimized for targeted product, category, and fashion brand monitoring.
Does it require a Tricot account?
No. It uses public search/catalog data and does not log in.