tray-palavras-chave

Retrieve SEO keywords from Tray stores via paginated API endpoints.

14|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/tray-tecnologia/tray-api-claude-plugin --skill tray-palavras-chave
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tray-palavras-chave
Source: https://github.com/tray-tecnologia/tray-api-claude-plugin/tree/main/skills/palavras-chave
Command: npx skills add https://github.com/tray-tecnologia/tray-api-claude-plugin --skill tray-palavras-chave

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Facilita a consulta das palavras-chave de SEO configuradas em uma loja Tray, evitando buscas manuais pela interface e acelerando integrações com ferramentas de marketing e analytics.

Core Features & Use Cases

  • Listagem paginada: Recupera listas de palavras-chave usando os parâmetros de paginação (limit e page) para integrar com pipelines de dados.
  • Detalhamento por ID: Permite consultar uma palavra-chave específica via seu identificador para sincronização ponto-a-ponto.
  • Caso de uso: Extraia as palavras-chave da loja para alimentar relatórios de SEO, alimentar ferramentas de analytics ou enriquecer metadata de produtos.

Quick Start

Liste todas as palavras-chave de SEO da loja com paginação informando os parâmetros de limit e page e usando o access token configurado.

Frequently Asked Questions about tray-palavras-chave

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

FAQPage Schema
How do I retrieve SEO keywords from a Tray store using the API?

To retrieve SEO keywords from a Tray store, you use the GET /keywords API endpoint. You must authenticate using an access token and can control the results with pagination parameters like limit and page.

Can I look up a specific keyword by its ID in Tray ecommerce?

Yes, you can look up a specific keyword by its ID in Tray ecommerce. You achieve this by calling the GET /keywords/:id endpoint with your valid access token for point-to-point synchronization.

What is the best way to extract keyword lists for marketing analytics integrations?

The best way to extract keyword lists for marketing analytics is using paginated API requests. By applying the limit and page parameters to the Tray keywords endpoint, you can systematically pull data into your pipelines.

Do I need an access token to query the Tray keywords API endpoints?

Yes, you need an access token to query the Tray keywords API endpoints. Authentication via an access token is required to perform both list and single-item keyword lookups from the ecommerce store.

How does pagination work when listing store SEO keywords?

Pagination works by applying limit and page parameters to your GET /keywords request. This allows you to retrieve large sets of store SEO keywords in manageable chunks for data integration.

What are the limitations of extracting SEO keywords from a Tray store?

A limitation of extracting SEO keywords from a Tray store is that the API endpoints only support read-only operations. You cannot create or update keywords, and data retrieval depends on access token authentication and pagination limits.