If you build products around e-commerce data or search intelligence, today brought three updates worth pausing for. Amazon just opened a brand-new Bestsellers API, a long-standing data gap in the Amazon Product API's Item Highlight field has been closed, and Google's AI Overview API is finally returning complete data after a bug that quietly clipped results for some queries. Here's what changed, why it matters, and what to check in your own integrations.
A Brand-New Amazon Bestsellers API
The headline news is the launch of the Amazon Bestsellers API, which is live and available for use as of today. This is a genuinely new capability rather than a patch to an existing one, and it gives developers a direct way to pull bestseller products and their associated ranking data straight from Amazon.
Until now, teams that wanted bestseller rankings often had to scrape category pages, stitch together partial signals from product listings, or rely on third-party panels that lagged real-world movement. A dedicated API changes that calculus. Instead of inferring popularity from proxies, you can query bestseller status and rank directly, which opens up a few practical use cases:
● Competitive intelligence: track how a rival's product moves up or down category rankings over time.
● Pricing and merchandising: trigger alerts when a tracked SKU enters or exits a bestseller category.
● Market research: build category-level dashboards without manual data collection.
The documentation is available immediately alongside the launch, so there's no waitlist or staged rollout to work around. If Amazon bestseller data is on your roadmap, this is the moment to read through the docs and scope out an integration, since early adopters typically get the smoothest support experience while an API is fresh and the team is actively watching for edge cases.
Google AI Overview API: Incomplete Data Issue Resolved
On the search side, Google's AI Overview API had been returning incomplete data for some queries, traced back to an issue in how data was being extracted. That's now fixed, and the API is reporting complete AI Overview data reliably again.
This kind of bug is especially disruptive because it's easy to miss. Incomplete data doesn't throw an error; it just quietly under-reports, which can skew anything built on top of it, from SEO monitoring tools to competitive content analysis to automated reporting pipelines. If your workflows consume AI Overview data, it's worth a quick sanity check now that the fix is live.
● Compare a sample of recent AI Overview pulls against manual searches to confirm completeness.
● Re-run any historical reports that may have been generated during the affected window, if accuracy matters for those dates.
● Check downstream dashboards for gaps or unusually low counts that might trace back to the earlier extraction issue.
The fix itself doesn't require any changes on your end; it's a reliability improvement on Google's side. But a short verification pass is good practice any time a data-accuracy bug gets resolved, particularly if decisions were made using data pulled while the issue was active.
Amazon Product API: Item Highlight Field Restored
The third update also comes from Amazon. The Item Highlight field in the Amazon Product API had started returning empty results following recent changes Amazon made on its own platform. That's a familiar pattern: Amazon adjusts its site or backend structure, and third-party APIs that depend on scraping or mirroring that structure can lose a field until they adapt. That issue has now been resolved, and Item Highlight data is being returned correctly again.
Item Highlights are often used to surface key selling points at a glance, whether that's in a product comparison tool, a listing-optimization dashboard, or a customer-facing storefront pulling in Amazon data. Empty results in that field wouldn't necessarily break an integration outright, but it could mean blank sections in a UI or missing signals in an analysis, which is arguably worse than a loud error because it can go unnoticed.
If your integration touches this field, it's worth spot-checking a handful of known products to confirm Item Highlight content is populating as expected again, and clearing any caches that might still be holding the empty responses from before the fix.
The Bigger Picture
Taken together, these three updates reflect the two steady realities of building on third-party APIs: platforms keep expanding what's possible, and they keep needing maintenance to stay accurate. The new Bestsellers API is a genuine capability upgrade for anyone tracking Amazon rankings. The AI Overview and Item Highlight fixes are reminders that even mature, well-used APIs can develop quiet blind spots, and that it pays to periodically validate the data you're pulling rather than assuming it's always complete.
If any of these three touch your stack, the practical next steps are straightforward: read the new Bestsellers API docs if that data is relevant to you, spot-check AI Overview completeness against a few manual searches, and confirm Item Highlight fields are populating correctly in your Amazon Product API responses. A few minutes of verification now can save a lot of debugging later.