linkfox-amazon-ads-entity

Enumerate Amazon Ads SP/SB entities by region and profile with automatic paging.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enumerates Amazon Ads entities (SP v3 and SB v4) by region and profile, with automatic paging and token handling to eliminate the tedium of manual data collection across accounts.

Core Features & Use Cases

  • Automatic pagination across SP v3 and SB v4 endpoints with nextToken support and configurable maxPages.
  • Unified parameter normalization and optional client-side filtering for fields not supported by upstream APIs (e.g., asinFilter/skuFilter for SP productAds).
  • Dependency orchestration with linkfox-amazon-ads-auth to ensure authorized access and consistent token handling.
  • Use cases include listing campaigns, adGroups, keywords, and ads across SP/SB for region-specific analytics, auditing, and reporting.

Quick Start

Install the skill, then run a sample query providing your profileId and region to list the target entities across SP/SB.

Frequently Asked Questions about linkfox-amazon-ads-entity

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

FAQPage Schema
How do I list Amazon Ads campaigns and keywords across multiple profiles without manual pagination?

To list Amazon Ads entities without manual pagination, this Skill enumerates SP v3 and SB v4 campaigns and keywords by region and profile, handling nextToken automatically and returning structured metadata for analytics and auditing.

Does this Amazon Ads entity query tool support filtering by ASIN or SKU for Sponsored Products product ads?

Yes, this Amazon Ads entity query tool supports ASIN and SKU filtering for SP productAds. When upstream endpoints lack native support for asinFilter or skuFilter, it applies client-side filtering after retrieving the paged results to ensure your output matches the requested criteria.

What do I need to authenticate Amazon Ads API requests before querying SP and SB entities?

To authenticate Amazon Ads API requests before querying SP and SB entities, you need an authorized ads-auth dependency. This Skill orchestrates with linkfox-amazon-ads-auth to ensure authorized access and consistent token handling across profile queries.

Can I retrieve Sponsored Brands ad groups and ads using the same query interface as Sponsored Products?

Yes, you can retrieve Sponsored Brands ad groups and ads using the same query interface as Sponsored Products. This Skill normalizes parameters across SP v3 and SB v4 endpoints, allowing unified listing of campaigns, ad groups, keywords, and ads.

What is the best way to audit Amazon Ads entity configurations across different regions?

The best way to audit Amazon Ads entity configurations across different regions is to enumerate SP v3 and SB v4 entities by region and profile. This Skill automates paging and token handling, returning normalized metadata for region-specific auditing and reporting.

Why does my Amazon Ads API pagination stop returning results before listing all campaigns?

If your Amazon Ads API pagination stops returning results early, you may be hitting the configurable maxPages limit. This Skill handles nextToken automatically, but you can adjust maxPages to ensure all SP v3 and SB v4 campaigns are fully enumerated.