Tiki Deal Alert & Scraper
Pricing
from $1.70 / 1,000 results
Tiki Deal Alert & Scraper
Tiki deal alert and listings scraper for Vietnam: search any item, get price, location, photos, seller and posting time, with new-listing and price-drop alerts. Filter by price. No login.
Pricing
from $1.70 / 1,000 results
Rating
0.0
(0)
Developer
MrDoe
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share

What does Tiki Deal Alert & Scraper do?
Tiki Deal Alert & Scraper searches Tiki, the Vietnam marketplace, for any item and collects the matching listings. Each row has the title, price, currency, description, location, category, condition, seller name, photos, posting time and the listing link. Add several search terms, filter by minimum and maximum price, and turn on monitor mode so a scheduled run returns only listings that are new or whose price dropped since the previous run.
Why use Tiki Deal Alert & Scraper?
- Find deals on Tiki the moment they are listed instead of refreshing the site.
- Track several searches at once with separate limits and a shared price range.
- Price-drop alerts show when an already-seen listing becomes cheaper.
- Clean structured rows for resellers, price trackers, spreadsheets and Telegram or Discord bots.
- No account or login needed.
What makes this different
Built for hunting deals rather than one-off exports: it searches many terms in one run, keeps a baseline per search between runs, and reports only new listings and real price drops in monitor mode. Prices are normalised to numbers in VND.
How it works

- Your input — type one or more search terms and optional price filters.
- The Actor collects it — the Actor searches Tiki for each term, newest first, and applies your filters.
- Your output — you get one clean row per listing, or only new listings and price drops in monitor mode.
What data can you extract?
The dataset has 20 fields per row:
| Field | Type | Description |
|---|---|---|
id | string | Tiki listing ID. |
title | string | Listing title. |
url | string | Listing page. |
price | number | Asking price in VND. |
currency | string | ISO currency code. |
description | string | Listing description. |
location | string | Location shown on the listing. |
city | string | City of the listing. |
category | string | Listing category. |
condition | string | Item condition, when the seller states one. |
sellerName | string | Seller display name. |
isShippable | boolean | True when the seller offers shipping. |
postedAt | string | When the listing was posted or last refreshed (ISO 8601 UTC). |
imageUrl | string | Main image URL. |
imageUrls | array | Up to 10 image URLs. |
attributes | array | Extra Tiki attributes as name/value pairs. |
searchTerm | string | The search term that found the listing. |
priceDropAmount | number | How much cheaper than the previous run; null if not cheaper. |
priceDropPercent | number | Percent cheaper than the previous run. |
isNewToWatch | boolean | True the first time this listing appears in this search. |
How to use Tiki Deal Alert & Scraper

- Open the Actor and go to the Input tab.
- Enter one or more Search terms, for example
iphone 15. - Optionally set filters and a Max results limit.
- Click Start. A default run finishes in under a minute.
- Open the Output tab, then download the dataset or connect it to your tools.
Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
searchTerms | array | No | ["iphone 15"] | One or more things to search Tiki for, in Vietnamese or English, e.g. "iphone 15", "nồi chiên không dầu", "lego". Max results applies to each term separately. |
minPrice | number | No | — | Only return listings priced at or above this amount in VND. Listings without a price are skipped when a price filter is set. |
maxPrice | number | No | — | Only return listings priced at or below this amount in VND. Listings without a price are skipped when a price filter is set. |
sortBy | string | No | "popular" | Order of the results. |
maxItems | integer | No | 20 | Stop once this many listings have been written to the dataset for each search term. |
monitorMode | boolean | No | false | When on, the run compares against the previous monitored run of the same search and returns only listings that are new or whose price fell by at least the drop threshold. Turn this on for scheduled runs. |
minDropPercent | number | No | 5 | In monitor mode, report a price drop on an already-seen listing only when it is at least this many percent. |
proxyConfiguration | object | No | {"useApifyProxy":false} | Optional. Tiki works without a proxy at normal volumes. |
Output Data

Prices are numbers in VND. postedAt is ISO 8601 UTC when the marketplace provides a timestamp. Fields the listing does not have, such as condition or isShippable, are null.

A real dataset item:
{"id": "279703094","title": "Apple iPhone 18 Pro","url": "https://tiki.vn/apple-iphone-18-pro-hang-chinh-hang-p279703094.html?spid=279703096","price": 38990000,"currency": "VND","description": null,"location": null,"city": null,"category": null,"condition": null,"sellerName": "Tiki Trading","isShippable": true,"postedAt": null,"imageUrl": "https://salt.tikicdn.com/cache/280x280/ts/product/d9/54/15/da8293313f008e1b0240b21004debe17.jpg","imageUrls": ["https://salt.tikicdn.com/cache/280x280/ts/product/d9/54/15/da8293313f008e1b0240b21004debe17.jpg"],"attributes": [{"name": "brand","value": "Apple"},{"name": "rating","value": 5},{"name": "reviewCount","value": 1},{"name": "soldCount","value": 10}],"searchTerm": "iphone 15","priceDropAmount": null,"priceDropPercent": null,"isNewToWatch": true}
Usage Examples
Latest "iphone 15" listings
{"searchTerms": ["iphone 15"]}
"nồi chiên không dầu" under 2000000 VND
{"searchTerms": ["nồi chiên không dầu"],"maxPrice": 2000000,"sortBy": "price_asc"}
Hourly alert for new listings and price drops
{"searchTerms": ["iphone 15", "nồi chiên không dầu", "lego"],"monitorMode": true,"maxItems": 50}
Tips for Best Results
- Schedule monitor mode every 10 to 60 minutes and send new rows to Telegram, Discord or Slack.
- Use specific terms (brand and model) to keep the results relevant.
- Keep the same search terms and price range between scheduled runs - the baseline is kept per search.
- Search in Vietnamese or English, the language listings are written in.
Known Limitations
- Only listings that Tiki shows in its public search are returned.
- Prices are in Vietnamese dong.
- Tiki returns at most 2,000 results per search.
- Location and description are not part of search results, so those fields are null.
- The price range is applied after the results are read, so a narrow range on a broad search may need a higher Max results.
- Monitor mode re-reads the whole search on every run.
- Some listings have no price or condition; those fields are null.
- Prices are in VND and are not converted.
- Sold and removed listings disappear from search, so they are not reported.
Integrations
Run it from the Apify API, on a schedule, or from a webhook. Send results straight to Google Sheets, Make, Zapier, Slack or your own database with Apify's built-in integrations.
Export Formats
Download the dataset as JSON, CSV, Excel, XML, HTML table or RSS from the Output tab or the API.
Frequently Asked Questions
How do I scrape Tiki listings?
Enter one or more search terms and run the Actor. Each matching listing is returned with price, location, photos and seller.
How do I get alerts for new listings?
Turn on Monitor mode and schedule the run. Each run returns only listings that earlier runs of the same search did not report.
Can I get price-drop alerts?
Yes. In monitor mode a listing you have seen before is returned again when its price falls by at least your threshold.
Can I filter by price?
Yes. Set a minimum and maximum price in the marketplace currency.
How many results can I get?
The default is 20 listings per search term. Raise Max results to collect more; the marketplace itself limits how deep a search goes.
How fresh is the data?
It is read live from Tiki on every run.
Does it remove duplicates?
Yes. Each listing appears once per run.
Do I need an account or login?
No. The Actor collects public Tiki search results and needs no account, cookies or API key.
Am I charged for failed runs or empty results?
You are only charged for results that are actually written to the dataset.
Can I run it on a schedule?
Yes. Create a Task with your input and add a schedule in Apify Console. With monitor mode on, each scheduled run returns only what changed since the previous one.
Support
Questions or a missing field? Open an issue from the Issues tab on this Actor's page and it will be looked at.
Legal / Responsible Use
You are responsible for using the collected data in line with Tiki's terms and applicable law. Listings can include sellers' names and locations, which may be personal data; you are responsible for applicable privacy law such as GDPR for anything you store or contact. The Actor is not affiliated with Tiki.