AI 产品解读Automated Amazon Advertising Data Collection
Manually collecting and exporting detailed advertising performance data (campaigns, ad groups, ads, metrics like ACOS, ROAS, spend) from Amazon Seller Central and Advertising platforms is time-consuming. This extension automates the scraping and synchronization of this data.
1. User logs into Amazon Seller Central/Advertising. 2. Extension detects the site. 3. User triggers data collection via popup. 4. Extension extracts auth tokens and account info. 5. Content script scrapes campaign/ad group data from Amazon APIs/DOM. 6. Data is sent to external server (47.100.121.120) for insertion/storage.
Auto-detects Amazon Advertising site (US/CA)Extracts entity IDs and CSRF tokens from authenticated sessionsScrapes targeting clause data and ad group detailsFetches ad-level performance metrics (impressions, clicks, spend, ACOS)Sends collected data to an external backend server for storage/processingIncremental data updates
- 目标用户
- Amazon Sellers / Amazon PPC Agency Managers / E-commerce Data Analysts
- Cannot verify if the external backend server charges for data storage or processing.
- The extension relies on Amazon's internal APIs which may change, potentially breaking functionality.
付费分析未识别到付费功能
There is no evidence of paid features within the extension. No subscription management, payment gateways (Stripe, PayPal), or license key verification logic was found. The extension communicates with an external server (47.100.121.120), which might be a backend for data processing, but there is no indication that accessing this backend requires a paid plan or that the extension gates features behind a paywall.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension operates by injecting scripts into Amazon Seller Central and Advertising pages. It extracts `csrfToken`, `entityId`, and `accountInfo` directly from the DOM/API responses of these authenticated Amazon pages. Without a logged-in Amazon seller account, the extension cannot retrieve the necessary authentication tokens or account data to function.