AliExpress Supplier & Offer Monitor avatar

AliExpress Supplier & Offer Monitor

Pricing

$3.00 / 1,000 product offer results

Go to Apify Store
AliExpress Supplier & Offer Monitor

AliExpress Supplier & Offer Monitor

Refresh public AliExpress keyword search results and get normalized offer rows: price, discount, sold and rating signals, and seller/store details when public. Optional stateful change detection (new, price, sold, rating) for scheduled monitoring.

Pricing

$3.00 / 1,000 product offer results

Rating

0.0

(0)

Developer

Technical Dost Solutions

Technical Dost Solutions

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Sourcing teams and cross-border sellers need repeatable supplier-price evidence, not a raw HTML dump. This Actor turns public AliExpress keyword results into normalized offer rows and can flag price, sold-count, and rating changes across scheduled runs.

Cheap default run

{
"keywords": ["wireless earbuds"],
"shipToCountry": "US",
"currency": "USD",
"maxProductsPerKeyword": 10,
"onlyChanged": false,
"stateStoreName": ""
}

One public search page is requested per keyword. Inputs are limited to five keywords and 100 results per keyword.

Example result

{
"productId": "1005001",
"title": "TWS Wireless Earbuds Bluetooth 5.3 Headphones",
"productUrl": "https://www.aliexpress.com/item/1005001.html",
"imageUrl": "https://ae01.alicdn.com/kf/Searbud1.jpg",
"currentPrice": 8.99,
"originalPrice": 17.98,
"priceRange": null,
"discountPercent": 50,
"currency": "USD",
"soldCount": 5000,
"rating": 4.7,
"reviewCount": 2311,
"sellerName": "Sound Factory Store",
"sellerUrl": "https://www.aliexpress.com/store/1101234567",
"storeName": "Sound Factory Store",
"keyword": "wireless earbuds",
"capturedAt": "2026-09-20T10:00:00.000Z",
"isNew": true,
"priceChanged": false,
"soldChanged": false,
"ratingChanged": false,
"previousPrice": null,
"previousSoldCount": null,
"previousRating": null
}

Inputs

FieldMeaning
keywordsOne to five public search phrases.
shipToCountryTwo-letter display-context country code.
currencyRequested three-letter display currency; no currency conversion is performed.
maxProductsPerKeywordUseful rows kept per keyword, 1–100.
onlyChangedPush only new offers or offers whose price, sold count, or rating changed.
stateStoreNameOptional named key-value store for an independent watchlist.
proxyConfigurationOptional override; ordinary Apify residential proxy is the default.

Each dataset row is one real public offer. RUN_SUMMARY contains counts and bounded failure diagnostics; errors are never written as dataset rows.

Scheduling and state

Schedule the Actor with the same stateStoreName to compare successive runs. The first sighting is marked isNew. Later rows include previous public values and change flags. State is capped at 10,000 product IDs. With onlyChanged: true, unchanged rows are not emitted or billed, but their last-seen state is refreshed.

Limitations and failure behavior

AliExpress can change its embedded data and card markup. The parser uses a structural JSON scan plus a conservative HTML fallback, but a major redesign may require an update. Ship-to country and currency are display hints; this Actor does not promise checkout availability, shipping cost, or currency conversion. Public pages can vary by region.

Independent keyword failures are recorded and remaining keywords continue. A run fails if every keyword fails or if AliExpress returns a login, CAPTCHA, human-verification, or access-control page. The Actor does not solve or bypass those controls.

Responsible use

Only public keyword result pages are requested. The Actor does not log in, use private data, visit checkout, scrape account pages, or claim affiliation with AliExpress. Use the output in line with applicable site terms and law.

Pricing

The pre-release hypothesis is $0.003 per dataset result. This is not active pricing until it is configured and verified on Apify. Failed requests, duplicate rows, suppressed unchanged rows, and summary records are not dataset results.