linkfox-amazon-ads-report

Retrieve Amazon Ads SP/SB reports via the v3 API with deduplication.

69|14|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/linkfox-ai/linkfox-skills --skill linkfox-amazon-ads-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkfox-amazon-ads-report
Source: https://github.com/linkfox-ai/linkfox-skills/tree/main/skills/linkfox-amazon-ads-report
Command: npx skills add https://github.com/linkfox-ai/linkfox-skills --skill linkfox-amazon-ads-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires linkfox-amazon-ads-auth, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The skill automates end-to-end retrieval of Amazon Ads SP/SB reports via the v3 API, eliminating manual steps and reducing turnaround time.

Core Features & Use Cases

  • End-to-end report workflow: create, poll, download, and decompress reports and present structured data.
  • Dependency-aware operation: automatically checks for and relies on the linkfox-amazon-ads-auth skill for authentication.
  • Multi-account readiness: handles profile selection and deduplication when multiple reports exist for the same parameters.
  • Local result exposure: optionally serves the extracted file via a lightweight local HTTP server for easy access.

Quick Start

Run the skill with your profileId, region, and report parameters to automatically create, poll for, download, and decompress the Amazon Ads report.

Frequently Asked Questions about linkfox-amazon-ads-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Amazon Ads report retrieval via the v3 API?

Amazon Ads report retrieval is automated by coordinating token fetch, report creation, polling, and downloading via the v3 API. It handles SP/SB reports end-to-end, decompressing files and presenting structured data for convenient access.

Why does my Amazon Ads API return a 425 status code when creating duplicate reports?

A 425 status code indicates a duplicate report request. The skill handles this by reusing the existing reportId when identical requests are enqueued, ensuring proper error handling and fallbacks across status updates.

Do I need an authentication token before fetching Amazon Ads reports?

Yes, this skill depends on the linkfox-amazon-ads-auth skill to automatically fetch authentication tokens. It checks for this dependency to ensure proper authorization before coordinating profile selection and report generation.

Can I retrieve Amazon Ads reports for multiple profiles simultaneously?

Yes, the skill supports multi-account readiness by handling profile selection and deduplication. When multiple reports exist for the same parameters, it manages profile selection to retrieve the correct SP/SB report data.

What is the best way to access downloaded Amazon Ads reports locally?

Downloaded Amazon Ads reports can be accessed through an optional lightweight local HTTP server. This feature serves the extracted and decompressed files locally, providing convenient access to the structured report data.

What steps are required to start automated Amazon Ads reporting?

To start automated Amazon Ads reporting, provide your profileId, region, and report parameters. The skill automatically creates, polls for, downloads, and decompresses the Amazon Ads report without manual intervention.