Tiki.vn Scraper – Vietnam Products & Prices avatar

Tiki.vn Scraper – Vietnam Products & Prices

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Tiki.vn Scraper – Vietnam Products & Prices

Tiki.vn Scraper – Vietnam Products & Prices

Tiki.vn unofficial API alternative: scrape Tiki products without an API key. Export prices, ratings and sellers to CSV/JSON.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

13

Total users

1

Monthly active users

5 days ago

Last modified

Share

Tiki.vn Scraper — Vietnam Product (Sản Phẩm), Price & Seller Data (No API)

Apify Actor No API key Pay per result E-commerce Export

Scrape product listings (sản phẩm) from Tiki.vn, one of Vietnam's "Big 4" e-commerce marketplaces, by search keyword. Turn any query like laptop, tai nghe bluetooth or máy giặt into a clean dataset of prices (VND), discounts, ratings, reviews, sold quantities, brands and sellers — in structured JSON, CSV or Excel. The Actor reads Tiki's own product search API directly (HTTP-only, no headless browser), so it is fast, cheap, and needs no login and no API key.

🏆 Why this Tiki scraper?

23+ fields per product · up to 48 products/page, thousands per run · direct HTTP + JSON (no browser) · datacenter proxies work (cheap) · export to JSON / CSV / Excel. The unofficial Tiki.vn API alternative for price monitoring, market research, reseller arbitrage and brand tracking in Vietnam.


✨ What this Actor does / Key features

  • 🛒 Keyword-driven product search — pass any list of Vietnamese or English keywords; each query is scraped separately and results are merged.
  • 💰 Full pricing data — current price, pre-discount originalPrice, discount amount and discountRate (%), all in Vietnamese Dong (VND).
  • Ratings & social proofratingAverage (0–5), reviewCount and quantitySold per product.
  • 🏷️ Brand & seller intelbrandName, sellerId, sellerName and the sellerIsOfficial flag to separate official stores from third-party sellers.
  • 📦 Stock & fulfilmentinventoryStatus, badges and deliveryInfo for availability and shipping signals.
  • 🔀 Sort & price filters — sort by relevance, top seller, newest, or price (low→high / high→low), and clamp to a VND priceMin/priceMax band.
  • Direct HTTP + JSON extraction — reads Tiki's own product search endpoint; no browser, no DOM scraping, no cookies.
  • 🧹 Auto-deduplication — the same product surfaced by multiple queries is written once.
  • 🛡️ Proxy support — Apify Proxy integration; standard datacenter proxies work fine, keeping runs inexpensive.

🚀 Quick start (3 steps)

  1. Configure — add one or more search keywords to queries (e.g. ["laptop", "tai nghe bluetooth"]). Vietnamese keywords return the richest results.
  2. Run — click Start. The Actor paginates each query (up to 48 products per page) and streams products into your dataset.
  3. Get your data — open the Output tab and export to JSON, CSV, Excel or XML, or pull it via the Apify API.

📥 Input

Give the Actor at least one keyword in queries. Everything else is optional.

Example — electronics price monitoring, best sellers first

{
"queries": ["laptop", "iphone", "tai nghe bluetooth"],
"sortBy": "top_seller",
"maxPages": 10,
"maxConcurrency": 3,
"proxyConfig": { "useApifyProxy": true }
}

Example — budget home appliances under 5,000,000 VND

{
"queries": ["nồi cơm điện", "máy giặt", "robot hút bụi"],
"sortBy": "price,asc",
"priceMin": 0,
"priceMax": 5000000,
"maxPages": 20,
"proxyConfig": { "useApifyProxy": true }
}

Example — deep catalog pull with a global cap

{
"queries": ["samsung galaxy"],
"sortBy": "default",
"maxPages": 200,
"maxProductsTotal": 5000,
"proxyConfig": { "useApifyProxy": true }
}
FieldTypeDescription
queriesarraySearch keywords, one scrape per keyword (e.g. laptop, máy giặt). Required.
maxPagesintegerMax result pages per query (1–200). Each page returns up to 48 products. Default 2.
maxProductsTotalintegerGlobal cap on total products across all queries. 0 = unlimited.
sortBystringdefault (relevance), top_seller, newest, price,asc or price,desc.
priceMin / priceMaxintegerPrice band in VND. 0 = no bound.
maxConcurrencyintegerParallel requests (1–10). Default 3.
proxyConfigobjectApify Proxy settings. Datacenter proxies work fine for Tiki.

Tip: Vietnamese search terms (e.g. điện thoại, kem chống nắng, sách self-help) match Tiki's catalog far better than English and return more products per query.

📤 Output

One row per product — 23+ fields, exportable to JSON, CSV, Excel or XML. Here is a trimmed sample record:

{
"productId": 87619253,
"sku": "8761925300123",
"name": "Laptop ASUS ROG Strix G16 G614JV",
"price": 32990000,
"originalPrice": 39990000,
"discount": 7000000,
"discountRate": 18,
"ratingAverage": 4.8,
"reviewCount": 342,
"quantitySold": 1200,
"thumbnailUrl": "https://salt.tikicdn.com/cache/…/product.jpg",
"productUrl": "https://tiki.vn/laptop-asus-rog-strix-g16-p87619253.html",
"categoryId": 8095,
"categoryName": "Laptop",
"brandName": "ASUS",
"sellerId": 1,
"sellerName": "Tiki Trading",
"sellerIsOfficial": true,
"inventoryStatus": "available",
"badges": ["freeship_campaign", "authentic"],
"deliveryInfo": "Giao siêu tốc 2h",
"searchQuery": "laptop",
"pageNumber": 1,
"scrapedAt": "2026-07-06T12:00:00.000Z"
}

💡 Use cases

  • Price monitoring — track prices and discount rates on the products you sell or buy, and re-run on a schedule to catch changes.
  • Market & competitor research — analyse pricing, ratings and sales volume by category or brand across Vietnam.
  • Reseller arbitrage — surface underpriced or fast-selling products with sortBy: price,asc or top_seller and react quickly.
  • Brand monitoring — compare official vs third-party seller pricing for any brand using sellerIsOfficial.
  • E-commerce analytics & ML — build labelled datasets of Vietnamese product, price and review data for dashboards or models.
  • Assortment & demand signals — read quantitySold and reviewCount to gauge which SKUs actually move.

👥 Who uses it

Vietnamese e-commerce sellers & resellers · brand & category managers · pricing and competitive-intelligence analysts · market researchers & data journalists · dropshippers and arbitrage traders · data scientists building product/price datasets.

💰 Pricing

This Actor runs on a simple pay-per-result model — you pay for the products you extract, with no separate Apify platform fees to calculate. Try it on the free tier first, then scale up. See the Pricing tab on this page for the current rate.

❓ Frequently Asked Questions

Is this a Tiki.vn API alternative? Yes. Tiki has no public developer API for product search, so this Actor works as an unofficial Tiki.vn API alternative — it reads Tiki's own product search endpoint and returns clean, structured records with prices, ratings and seller data.

Can I scrape Tiki without an API key or login? Yes. This Tiki price scraper needs no API key, no login and no cookies — it only reads public Tiki.vn search data. You just need an Apify account.

Do I need residential proxies? No. Tiki's product API is reachable with standard datacenter proxies, so this scraper is very cheap to run. You can still switch to residential proxies for very large runs if you like.

How many products can I scrape? Each page returns up to 48 products. With maxPages=200 that is up to ~9,600 products per query, and you can run many queries in a single run — thousands of products total.

What currency are prices in? All prices (price, originalPrice, discount) are in Vietnamese Dong (VND). Divide by roughly 25,000 for an approximate USD value.

How do I export Tiki product data to CSV or JSON? Run the Actor, then download the dataset from the Apify console or API as CSV, Excel, JSON or XML. Each product is one row, so prices, ratings and seller data drop straight into a spreadsheet.

How do I sort Tiki results by best seller or lowest price? Set sortBy to top_seller, newest, price,asc or price,desc, and optionally set priceMin / priceMax to keep only products inside your VND price band.

How much data can I get and is it legal? You can pull thousands of products per run from publicly available Tiki search results. The Actor collects only public product data; you are responsible for using it in line with Tiki.vn's Terms of Service and applicable laws.

🔗 More e-commerce & marketplace scrapers by logiover

Building a cross-marketplace product & price dataset? Pair Tiki with the rest of the e-commerce suite:

MarketplaceActor
🇮🇩 IndonesiaTokopedia Product Scraper
🌏 SE AsiaLazada Scraper · Jumia Product Scraper
🇯🇵 JapanMercari Japan Scraper
🇮🇳 IndiaSwiggy Restaurant Scraper · TradeIndia Supplier Scraper
🇨🇳 ChinaMade-in-China Supplier Scraper
🇫🇷 FranceLeboncoin Scraper
🇳🇱 NetherlandsMarktplaats Scraper
🇺🇸 GlobalEtsy Scraper · Craigslist Scraper
⭐ ReviewsTrustpilot Reviews Scraper

👉 Browse all logiover scrapers on Apify Store — 180+ actors across real estate, jobs, crypto, social media & B2B data.

⏰ Scheduling & integration

Schedule this Actor on Apify to capture fresh Tiki prices and discount changes daily or weekly. Export results to JSON, CSV or Excel, sync to Google Sheets, or push to your database, BI tools and webhooks through the Apify API. Connect it to Make, n8n or Zapier to build automated price-monitoring and product-intelligence pipelines.

⭐ Support & feedback

Found a bug or need an extra field? Open an issue on the Issues tab — response is usually fast. If this Actor saves you time, a ★★★★★ review on the Store page genuinely helps and is hugely appreciated. 🙏

This Actor extracts only publicly available product data and is intended for legitimate price monitoring, research and analytics use. You are responsible for complying with Tiki.vn's Terms of Service and any applicable local laws.


📝 Changelog

2026-07-06

  • ✨ README overhaul: richer output sample with real field names, three ready-to-run example scenarios, e-commerce cross-promo suite links, badges and clearer quick-start.

2026-07-01

  • Maintenance pass: re-verified end-to-end on live data within the 5-minute quality window; sharpened Store SEO metadata and expanded the FAQ with high-intent long-tail questions.
  • Added ready-to-run example tasks that cover common real-world use cases.

2026-06-28

  • Health check passed — Actor verified working end-to-end on the Apify platform; changelog refreshed for Store quality compliance.

2026-06-20

  • Maintenance & reliability pass: re-verified end-to-end against live data; refreshed the prefilled example input and tuned run defaults for faster, lower-cost runs.

2026-06-15

  • Reliability pass: re-verified end-to-end on live data with real-world inputs. Routine maintenance build.

2026-06-07

  • Docs: added coverage for using this as a Tiki.vn unofficial API alternative, scraping Tiki without an API key, and exporting Tiki product data to CSV/JSON.

2026-06-05

  • 🛡️ Reliability fix: results are no longer dropped by strict output validation — runs complete cleanly even at high volume (thousands of results).
  • ⚡ Stability & performance hardening; fresh rebuild.

2026-06-01

  • Maintenance & reliability pass: pulled the latest source and rebuilt the Actor on the current base image; build verified.

2026-05-25

  • Maintenance & reliability pass: rebuilt on the current base image; build verified.

2026-05-20

  • Reviewed input schema and default values for a smooth one-click start; rebuilt on the latest base image.