← ClaudeAtlas

amazon-apilisted

Amazon data toolkit via ScraperSocial — product detail, product search, customer reviews and seller listings as clean JSON.
nikhonit/social-media-api-skills · ★ 0 · API & Backend · score 70
Install: claude install-skill nikhonit/social-media-api-skills
# Amazon API skill Read public Amazon listing data as clean JSON. This Amazon API skill fetches a product page by URL, searches the catalog by keyword, pulls customer reviews, and lists the sellers offering a given item — useful for price tracking, competitive research, and review-mining without maintaining a scraper against one of the most defended sites on the web. This skill wraps **4 live Amazon endpoints** from the [ScraperSocial](https://scrapersocial.com) API. Public data only, returned as clean JSON. ## When to use this skill - A user pastes an Amazon product URL and wants the title, price, rating or specifications. - You are comparing how a product is priced or positioned across sellers. - You need the review text for a product to summarise sentiment or pull out recurring complaints. - You want to find products matching a keyword and rank them. ### Do not use this skill when - **You need order, account or Seller Central data.** This reads public listing pages only. Use Amazon's own SP-API for anything tied to an account. - **You need a live price guarantee.** Prices change constantly and responses may be served from cache. Pass `--fresh` when the exact current price matters. - **You want a plain keyword search endpoint called `search`.** Amazon's search capability here is `product-search`; there is no `/v1/amazon/search`. - **A product link appears in passing** with no question attached. Calls cost credits. ## Setup ```bash export SCRAPERSOCIAL_KEY=sk_live_..