Accurate bestOfferAccepted detection (includeCompleteListing)
- AddedNew query parameter includeCompleteListing (default true) on all scrape endpoints. It adds LH_Complete=1 to the eBay search, which is the only way eBay renders the explicit "Best offer accepted" text (and locale equivalents) on items where an offer was actually accepted. Without it, eBay shows identical "or Best Offer" text for both accepted-offer and offer-available listings, so bestOfferAccepted was false for nearly all items.
- ChangedbestOfferAccepted is now accurate by default — existing integrations get the improvement automatically with no code change. It does not change which listings are returned: results remain sold-only (LH_Sold=1 takes precedence). Pass includeCompleteListing=false to restore the previous behavior.
