query-product-search

Extract product links from e-commerce platforms using user queries.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/anxun-agent/seov2 --skill query-product-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-product-search
Source: https://github.com/anxun-agent/seov2/tree/main/query-product-search
Command: npx skills add https://github.com/anxun-agent/seov2 --skill query-product-search

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of finding e-commerce products by converting user queries into search terms, retrieving product links, and presenting them in an organized format.

Core Features & Use Cases

  • Query Conversion: Transforms natural language queries into e-commerce-specific search terms.
  • Platform Agnostic: Supports multiple e-commerce platforms like AliExpress and Amazon.
  • Link Extraction: Extracts and returns product links based on user-defined criteria.
  • Use Case: For instance, if a user asks for "running shoes," the Skill can automatically search multiple platforms, find relevant products, and provide direct links to the product pages.

Quick Start

Ask the AI to search for "running shoes" and provide links to the top 5 products.

Frequently Asked Questions about query-product-search

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

FAQPage Schema
How do I extract product links from e-commerce platforms based on a search query?

To extract product links, this Skill rewrites natural language queries into platform-specific search terms, scrapes supported e-commerce sites like Amazon and AliExpress, and retrieves organized product URLs based on relevance scores.

Can I search for products across multiple e-commerce platforms at the same time?

Yes, you can search across multiple e-commerce platforms simultaneously. The Skill supports platform-agnostic querying, automatically adapting the search patterns to extract product links from various sites.

How do I convert natural language queries into e-commerce search terms?

Converting natural language queries into e-commerce search terms is handled automatically through query rewriting. The Skill transforms phrases like "running shoes" into search-optimized keywords to retrieve relevant product links.

Does the product search Skill filter results by relevance?

Yes, the product search Skill filters results by relevance. It evaluates retrieved product links using relevance scores to ensure the returned URLs closely match your original search intent and user-defined criteria.

What is the best way to automate finding direct links to e-commerce products?

The best way to automate finding direct product links is to submit a natural language query to this Skill. It handles the web scraping and data parsing required to return top product URLs from platforms like Amazon.

Do I need web scraping knowledge to extract product links from Amazon or AliExpress?

No, you do not need web scraping knowledge to extract product links. The Skill handles the underlying data parsing and platform-specific search patterns internally, allowing you to simply input queries and receive URLs.