Official Zapier Platform CLI integration for live Amazon commerce intelligence from Pangolinfo.
The integration exposes four useful, read-only operations instead of acting as a thin promotional wrapper:
- Get Amazon Product by ASIN
- Find Amazon Products by Keyword
- Find Amazon Reviews by ASIN
- Find Amazon Niche Opportunities
| Zapier capability | Pangolinfo product | Documentation |
|---|---|---|
| Product, keyword and review data | Amazon Scraper API | Amazon API · Review API |
| Niche demand and competition metrics | Amazon Niche Data API | Niche Filter API |
| Agent-based access to the wider tool set | Amazon Data MCP | MCP for agents |
The AI Overview SERP API and Amazon Alexa API remain available through their AI Overview documentation, Alexa documentation, n8n, Make, Apify, and direct API/MCP workflows. They are intentionally not exposed to new Zapier users because their synchronous requests can meet or exceed Zapier's 30-second action runtime. The previous AI Overview action remains hidden in v1.0.3 solely for Zapier migration compatibility with existing Zaps.
Users enter a Pangolinfo API key. The key is sent only in the HTTPS Authorization: Bearer header to fixed Pangolinfo hosts. Connection testing performs a read-only MCP initialize request, so it verifies the credential without consuming a product-data request. Create or copy a key in the Pangolinfo Console.
npm install
npm run checkTo connect this source tree to Zapier Platform after logging in:
npx zapier-platform login
npx zapier-platform register "Pangolinfo"
npx zapier-platform pushNever commit .zapierapprc, API keys, test responses containing customer data, or Zapier deploy credentials.
See ZAPIER_TEST_PLAN.md for the four-capability validation matrix and three-user Beta gate. See LISTING_COPY.md for reviewed metadata, capability-specific product links, and Zap Template titles.
Beta testers can use the step-by-step ZAPIER_BETA_ONBOARDING.md, including the official private-integration invite URL and three distinct live-Zap scenarios.
- Track Amazon competitor price and stock in Google Sheets.
- Send low-star Amazon reviews to Slack for complaint triage.
- Monitor organic and Sponsored keyword visibility on a schedule.
- Build a weekly Amazon niche opportunity shortlist.
Zapier requires a working integration, successful in-editor tests, complete publishing checks, and at least three users with live Zaps before App Directory submission. A public Beta follows approval; Zap Templates can then produce independent use-case pages.
See SECURITY.md. For product questions, visit Pangolinfo or email csm@pangolinfo.com.
MIT