- README: added the missing Pricing section, disclosing per-event prices and the $0.001 actor-start fee.
- Invalid input no longer fails the run. The run now finishes cleanly with a clear explanation in its status message, so a typo or an empty list is easy to spot and fix.
- List inputs now accept datasets piped straight from another scraper: entries
that are objects are read through their usual key names (url/link,
query/keyword/title, name/company and similar) instead of being rejected.
- Moved to one flat all-in price: platform usage is now included, so there is a
single price per product delivered and no separate usage bill to reconcile.
- Removed the proxy setting from the input. The actor now handles finishing a run
entirely on its own, with nothing to configure.
First release. Scrape Alibaba.com by keyword, search URL or product URL and get:
- Product title, link, image, price and price range, currency, and tiered MOQ
pricing when the listing publishes a price ladder.
- Minimum order quantity, both as a number and as shown.
- Supplier name, storefront link, country, and Verified membership tenure.
- Trust signals: Verified Supplier, Trade Assurance, top/crown supplier, and the
product certifications shown on the listing (CE, FCC, RoHS and the like).
- Buyer review score and count.
- Optional supplier trust profile: opens each supplier's storefront for Verified
tenure, Trade Assurance, response rate and business type. Billed only when a
profile is returned.
Paced and rotating so a search finishes with a full set of results instead of
stalling partway. Flat JSON output, no API key.