Dafiti Product Price & Discount Scraper (Brazil, Colombia)
Pricing
from $6.80 / 1,000 results
Dafiti Product Price & Discount Scraper (Brazil, Colombia)
Scrape Dafiti fashion products by keyword, brand or category from Brazil and Colombia with product name, brand, price, original price, discount, sizes, color, category, gender, product URL and image. Export to JSON, CSV or Excel.
Pricing
from $6.80 / 1,000 results
Rating
0.0
(0)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Dafiti Product Price & Discount Scraper (Brazil, Colombia)
Here is one real result, with every field the actor returns:
{"productName": "Tenis Running NIKE Revolution 8 Negro","brand": "Nike","priceAmount": 318900,"originalPrice": 344950,"currency": "COP","discountPct": 8,"onSale": true,"sku": "NI010SHYAS4KCO","sizes": ["39", "39½", "40", "40½", "41", "41½", "42", "43", "38", "38½"],"color": "negro","seller": null,"installmentValue": null,"rating": null,"reviewCount": null,"availability": "in stock","category": "Zapatos > Masculino > Deportes > Masculino > Zapatos > Promociones","gender": "men","productUrl": "https://www.dafiti.com.co/Tenis-Running-NIKE-Revolution-8-Negro-2856075.html","imageUrl": "https://static.dafiti.com.co/p/nike-5089-5706582-1-catalog-new.jpg","priceDisplay": "$ 318.900","country": "CO","keyword": "nike","source": "Dafiti","observedAt": "2026-08-10T14:34:45.606Z"}
The most complete Dafiti product scraper available. It returns every field the Dafiti catalog exposes for each product, including price, original price, discount, sizes, SKU and availability, plus opt-in AI name cleaning and attribute extraction, and lets you search by keyword, category slug or full URL across the Brazil and Colombia stores.
📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
What it does
The actor searches the Dafiti online fashion store for each keyword, category slug or product/category URL you provide, paginates through the matching products, and writes one normalized record per product to the run's dataset. Each record carries price, original price, discount percentage, on-sale flag, available sizes, SKU, color, gender, category path, availability, and product and image URLs. Plain keywords and slugs use the country you set; full URLs keep their own store. Missing source values are returned as null, never invented.
Dafiti operates only in Brazil (dafiti.com.br) and Colombia (dafiti.com.co); its Argentina and Chile stores are closed. Two opt-in AI add-ons (withDescription, withAttributes) clean and translate the product name and extract structured fashion attributes plus a broad category. They are off by default and only run for paying Apify users.
Quickstart
Open the actor, paste this into the input, and press Run. It returns up to 10 Nike products from the Colombia store.
{"searchTerms": ["nike"],"country": "co","maxProducts": 10}
Each item in searchTerms runs as a separate search. Use a plain keyword, a category slug (zapatos, roupas-masculinas), or a full Dafiti URL. Default maxProducts is 10.
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
searchTerms | string[] | no | ["nike"] | Keywords (nike), brand or category slugs (zapatos, roupas-masculinas), or full Dafiti category/search URLs. Each item runs as a separate search. |
country | enum | no | co | Dafiti store for plain keywords/slugs: co (Colombia) or br (Brazil). Full URLs keep their own country. |
maxProducts | integer | no | 10 | Maximum products to collect across the whole run. |
withDescription | boolean | no | false | Paid add-on. AI turns the product name into a concise clean name and an English name. Charged only when the model returns usable output. Paid plans only. |
withAttributes | boolean | no | false | Paid add-on. AI extracts structured fashion attributes (type, material, color, style, gender) and a broad category. Charged only when the model returns usable output. Paid plans only. |
Output reference
One dataset item per product. Types: string, number, integer, boolean, string[], object, or null when the source value is absent.
| Field | Type | Description |
|---|---|---|
productName | string | Product name as listed on Dafiti. |
brand | string | Brand name. |
priceAmount | number | Current selling price as a number. |
originalPrice | number | Original price before discount, else null. |
currency | string | ISO currency code (COP or BRL). |
discountPct | integer | Discount percentage, else null. |
onSale | boolean | true when the product is discounted. |
sku | string | Dafiti SKU. |
sizes | string[] | Available sizes. |
color | string | Color as listed, else null. |
seller | string | Marketplace seller name when published, else null. |
installmentValue | number | Installment amount when published, else null. |
rating | number | Average rating when published, else null. |
reviewCount | integer | Number of reviews when published, else null. |
availability | string | Availability, for example in stock. |
category | string | Category breadcrumb path. |
gender | string | Target gender, for example men, women. |
productUrl | string | Product page URL. |
imageUrl | string | Main product image URL. |
priceDisplay | string | Price as displayed on the site. |
country | string | Store country code (CO or BR). |
keyword | string | The search term this product was found under. |
aiCleanName | string | AI concise clean product name. null unless withDescription is enabled. |
aiTitleEn | string | AI English product name. null unless withDescription is enabled. |
aiAttributes | object | AI structured fashion attributes. null unless withAttributes is enabled. |
aiCategory | string | AI broad category. null unless withAttributes is enabled. |
source | string | Data source label (Dafiti). |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | Present only on a failed run, where a single item with a populated error field is written instead. |
Example output record
Real record from a live run (input {"searchTerms":["nike"],"country":"co","maxProducts":10}):
{"productName": "Tenis Running NIKE Revolution 8 Negro","brand": "Nike","priceAmount": 318900,"originalPrice": 344950,"currency": "COP","discountPct": 8,"onSale": true,"sku": "NI010SHYAS4KCO","sizes": ["39", "39½", "40", "40½", "41", "41½", "42", "43", "38", "38½"],"color": "negro","availability": "in stock","category": "Zapatos > Masculino > Deportes > Masculino > Zapatos > Promociones","gender": "men","productUrl": "https://www.dafiti.com.co/Tenis-Running-NIKE-Revolution-8-Negro-2856075.html","imageUrl": "https://static.dafiti.com.co/p/nike-5089-5706582-1-catalog-new.jpg","priceDisplay": "$ 318.900","country": "CO","keyword": "nike","source": "Dafiti","observedAt": "2026-08-10T14:34:45.606Z"}
Run via API and CLI
Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.
Run synchronously and get dataset items in one call:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~dafiti-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"searchTerms":["nike","adidas"],"country":"br","maxProducts":25}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~dafiti-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"searchTerms":["https://www.dafiti.com.br/nike/"],"maxProducts":100}'
Apify CLI:
apify call scrapers_lat/dafiti-scraper \--input '{"searchTerms":["zapatos"],"country":"co","maxProducts":10}'
Fetch results
Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"
<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.
Billing and limits
- Pay per result. You are charged per product returned (
resultevent). See the pricing tab for the current per-result price. - Opt-in add-ons. The two AI add-ons (
withDescription,withAttributes) are billed as separate events only when they run and return usable output. They are off unless you enable them on a paid plan. - No charge on failure. If a run errors, the actor writes a single item with a populated
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon the run; once reached, the actor stops emitting and charging further billable results. - Free Apify plans are capped at 10 products per run. Upgrade for higher
maxProducts.
FAQ and troubleshooting
A run returned 0 records. Why?
The search term matched nothing, or the store does not carry it. Try a broader keyword, a valid category slug, or switch the country. Zero-result runs are not charged.
Which countries does Dafiti cover?
Only Brazil (dafiti.com.br) and Colombia (dafiti.com.co). The Argentina and Chile stores are closed.
Can I scrape a specific category or brand page?
Yes. Put the full Dafiti category or search URL in searchTerms. Full URLs keep their own store regardless of the country setting.
Why is rating or seller null?
The listing did not publish that value. Missing source values are returned as null, never invented.
Why are the AI fields null?
The AI add-ons are opt-in and only run for paying Apify users. Enable withDescription or withAttributes on a paid plan.
Is this an official Dafiti tool? No. This actor is independent and reads only data that is publicly available on the Dafiti storefront. Use it in accordance with Dafiti's terms.
Related scrapers
- Mercado Libre Scraper: product listings and prices from Mercado Libre.
- Falabella Scraper: product prices and discounts from Falabella.
- Ripley Products Scraper: product listings from Ripley.
- Exito Scraper: product prices from Exito Colombia.
- Americanas Scraper: product listings and prices from Americanas Brazil.
- OLX Scraper: classifieds and marketplace listings across Latin America.
More scrapers at scrapers.lat
Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.
Independent tool, not affiliated with Dafiti. Accesses only publicly available storefront data. Use in accordance with Dafiti's terms of service.
