npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

opentabs-plugin-amazon

v0.0.1

Published

OpenTabs plugin for Amazon product search, reviews, prices, cart, and orders

Downloads

41

Readme

Amazon

OpenTabs plugin for Amazon. It runs inside your Amazon browser tab and uses the active browser session for product search, prices, details, offers, reviews, cart, account summary, and order history.

Install

From npm:

npm install -g opentabs-plugin-amazon
opentabs start

Local development:

npm install
npm run build

Then add this plugin directory to OpenTabs localPluginDirs.

Setup

  1. Open amazon.com in Chrome
  2. Log in for account, cart, checkout, and order-history tools
  3. Open the OpenTabs side panel and confirm Amazon is ready

Tools (15)

Account

| Tool | Description | Type | |---|---|---| | get_current_user | Get the current Amazon account summary from the browser session | Read |

Products

| Tool | Description | Type | |---|---|---| | search_products | Search Amazon products by keyword | Read | | get_product | Get normalized product details by ASIN | Read | | get_product_pricing | Get the price, list price, coupon, availability, delivery, and Prime state | Read | | get_product_offers | Get buy-box and alternate seller offers where visible | Read | | get_product_images | Get primary and alternate image URLs | Read | | get_product_api | Try the raw data.amazon.com product API and fall back to parsed product-page JSON | Read | | navigate_to_product | Open a product page in the browser | Browser navigation | | navigate_to_search | Open search results in the browser | Browser navigation |

Reviews

| Tool | Description | Type | |---|---|---| | get_product_reviews | Get review summary and paginated reviews with sort/star/verified filters | Read |

Cart

| Tool | Description | Type | |---|---|---| | get_cart | View current cart contents and subtotal | Read | | navigate_to_cart | Open the cart page | Browser navigation | | navigate_to_checkout | Open checkout for manual review/completion | Browser navigation |

Orders

| Tool | Description | Type | |---|---|---| | list_orders | List visible Amazon order-history cards by year/page | Read | | navigate_to_orders | Open order history in the browser | Browser navigation |

Notes

Amazon uses a mix of server-rendered HTML and session-scoped internal APIs. Product search, details, pricing, images, reviews, cart, and orders are parsed from browser-fetched Amazon pages. get_product_api tries the browser-visible data.amazon.com/api/marketplaces/.../products/... payload first, then falls back to raw JSON built from parsed product pages when Amazon blocks that internal API from the tool context.

License

MIT