linkfox-ehunt-shopify-store-query

Queries EHunt Shopify store data through the LinkFox gateway with multi-dimensional filters.

17|3|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/w9uk5ie8v/LinkFoxSkills --skill linkfox-ehunt-shopify-store-query-w9uk5ie8v
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: linkfox-ehunt-shopify-store-query
Source: https://github.com/w9uk5ie8v/LinkFoxSkills/tree/main/linkfox-ehunt-shopify-store-query
Command: npx skills add https://github.com/w9uk5ie8v/LinkFoxSkills --skill linkfox-ehunt-shopify-store-query-w9uk5ie8v

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Finding and comparing independent Shopify stores for product sourcing and competitor research requires manual searching across many sites. This Skill queries the EHunt Shopify store database through the LinkFox gateway so you can filter stores by commercial signals in one call. ## Core Features & Use Cases - Multi-dimensional filtering: Filter Shopify stores by name or domain keyword, country, store age, product count, ad count, monthly visits, monthly orders, and social followers. - Sorting and pagination: Sort by product count, monthly visits, FB/Ins followers, ad count, relevance, or monthly orders, with page-based pagination up to 100 results per page. - Large response handling: Persist big API responses to disk and extract only the fields you need via the bundled response_io.py helper. - Use Case: A dropshipping seller wants to find US-based Shopify stores created in the last year with high monthly orders and active ad campaigns to study competitor product strategies. ## Quick Start Ask the agent to use the EHunt Shopify store query to find US Shopify stores in the fashion niche with more than 1000 monthly orders, sorted by monthly visits.

Frequently Asked Questions about linkfox-ehunt-shopify-store-query

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

FAQPage Schema
How do I search Shopify stores by traffic and orders?▼

Call the EHunt Shopify store query with monthlyVisitMin/monthlyVisitMax and monthOrderMin/monthOrderMax range parameters, then set sortBy to 2 for monthly visits or 7 for monthly orders. Results return store name, domain, traffic, orders, and ad counts.

What filters does the EHunt Shopify store query support?▼

It supports keyword search by store name or domain, country code, store age bucket, and numeric ranges for product count, ad count, monthly visits, and monthly orders. Pagination uses page and pageSize up to 100 results per call.

Do I need an API key to query Shopify store data?▼

Yes, the script requires the LINKFOXAGENT_API_KEY environment variable for gateway authentication. Without it, the script exits with an error message explaining how to set the key.

Why does the Shopify store query return a 404 error?▼

A 404 means the deployment's HTTP path differs from the default ehunt/shopify/storeQuery segment. Confirm the actual path with listEnabledTool or operations staff, then set LINKFOX_EHUNT_SHOPIFY_STORE_QUERY_PATH to override it.

How do I handle large Shopify query responses without overflowing context?▼

Use the bundled response_io.py run command to persist the full response to a file outside any git tree, then use its read subcommand with --fields or a JMESPath --path to extract only the fields you need.