Auth.Search Products
auth.search_productsSearch for products on a connected affiliate platform.
Returns live product listings from the platform's catalog including: product name, price, image URL, direct affiliate link, ASIN/item ID, and platform metadata. Results are ready to pass directly to auth.create_product.
Prerequisites:
Platform integration must be active (connect via Affilio dashboard → Settings → Integrations)
Verify with auth.list_integrations before calling
Error envelopes:
plan_restriction: Live product search requires a paid Affilio planvalidation_error: Unsupported or misspelled platform nameno_integrations_connected: No integration found for the requested platformauth_error: Missing or invalid Bearer token
Requires Bearer token authentication.
Technical reference: https://affilio.link/blog/mcp-for-everyone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of products to return (1–50). Default: 10. | |
| query | Yes | Product search query sent to the affiliate platform's live catalog. Use natural-language product descriptions for best results. Example: 'wireless noise cancelling headphones', 'standing desk electric'. | |
| platform | Yes | Affiliate platform to search. Supported values: amazon, aliexpress, ebay. The corresponding platform integration must be connected in your Affilio account (Settings → Integrations). Check auth.list_integrations to verify connectivity. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||