Dafiti Product Price & Discount Scraper (Brazil, Colombia) avatar

Dafiti Product Price & Discount Scraper (Brazil, Colombia)

Pricing

from $6.80 / 1,000 results

Go to Apify Store
Dafiti Product Price & Discount Scraper (Brazil, Colombia)

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

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Dafiti Product Price & Discount Scraper (Brazil, Colombia)

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

Apify Coverage Output Billing

Table of contents

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

FieldTypeRequiredDefaultDescription
searchTermsstring[]no["nike"]Keywords (nike), brand or category slugs (zapatos, roupas-masculinas), or full Dafiti category/search URLs. Each item runs as a separate search.
countryenumnocoDafiti store for plain keywords/slugs: co (Colombia) or br (Brazil). Full URLs keep their own country.
maxProductsintegerno10Maximum products to collect across the whole run.
withDescriptionbooleannofalsePaid 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.
withAttributesbooleannofalsePaid 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.

FieldTypeDescription
productNamestringProduct name as listed on Dafiti.
brandstringBrand name.
priceAmountnumberCurrent selling price as a number.
originalPricenumberOriginal price before discount, else null.
currencystringISO currency code (COP or BRL).
discountPctintegerDiscount percentage, else null.
onSalebooleantrue when the product is discounted.
skustringDafiti SKU.
sizesstring[]Available sizes.
colorstringColor as listed, else null.
sellerstringMarketplace seller name when published, else null.
installmentValuenumberInstallment amount when published, else null.
ratingnumberAverage rating when published, else null.
reviewCountintegerNumber of reviews when published, else null.
availabilitystringAvailability, for example in stock.
categorystringCategory breadcrumb path.
genderstringTarget gender, for example men, women.
productUrlstringProduct page URL.
imageUrlstringMain product image URL.
priceDisplaystringPrice as displayed on the site.
countrystringStore country code (CO or BR).
keywordstringThe search term this product was found under.
aiCleanNamestringAI concise clean product name. null unless withDescription is enabled.
aiTitleEnstringAI English product name. null unless withDescription is enabled.
aiAttributesobjectAI structured fashion attributes. null unless withAttributes is enabled.
aiCategorystringAI broad category. null unless withAttributes is enabled.
sourcestringData source label (Dafiti).
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringPresent 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:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "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 (result event). 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 error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on 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.

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.