Fixed
- 🔁 You are no longer charged twice for the same product. Walmart re-serves some items across
page boundaries when the result set shifts mid-search. A run for "coffee maker" returned 90 rows
holding only 80 distinct products, and every repeat was billed. Repeats are now skipped, and the
run log tells you how many were.
Notes
- Sellers on one product, and reviews of one product, are unaffected — those are distinct rows and
all of them are still delivered.
Added
- 🛟 Automatic failover. When a lookup can't be completed the usual way, the Actor now retries
it through a licensed backup data source instead of returning an empty row. Rows sourced that
way carry
_backup: true, so a dataset always tells you where each row came from.
Notes
- Pricing is unchanged — a rescued row costs exactly what a normal row costs.
- Failed lookups are still never charged.
First release. Five operations over Walmart, no API key required.
Added
- 🔍 Product Search — keyword search, ~41 products per page, with sort and price filters
- 🗂️ Products by Category — browse any Walmart category by id or path
- 📦 Product Details — specs, UPC, model, image gallery, warranty, long description, rating breakdown
- 🏪 Seller Offers — every marketplace seller for a product, each with price, condition, shipping, delivery date, returns and storefront link
- ⭐ Product Reviews — paginated reviews with verified-purchase flags, plus Walmart's own aspect-sentiment themes
- Bulk inputs on every operation (up to 500 items per run) so one start fee covers the whole batch
- Max Results cap and per-store pricing via Store ID
Notes
- Failed lookups are never charged.
- Free-plan runs return up to 25 rows.