linkfox-ebay-search

Search eBay product listings across regional marketplaces via the LinkFox tool gateway API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Manually browsing eBay to research products, compare prices, and analyze sold listings is slow and hard to scale. This Skill lets you query eBay's live listing data programmatically across 16 regional marketplaces with rich filters for price, condition, buying format, and seller location. ## Core Features & Use Cases - Keyword Search with Rich Filters: Search eBay listings with filters for price range, item condition (new, used, refurbished), buying format (Auction, Buy It Now, Best Offer), and sort order. - Sold Listing Research: Query sold and completed listings to gauge real market prices for products like used electronics or collectibles. - Multi-Marketplace Support: Search regional eBay sites including ebay.com, ebay.co.uk, ebay.de, ebay.fr, and 12 others with localized currency and results. - Use Case: An e-commerce seller wants to price a used iPhone 15 Pro competitively. They query sold listings sorted by newest first, review recent sale prices and quantities, and set their listing price based on actual market data. ## Quick Start Ask the assistant to search eBay for sold listings of a product, for example: find what iPhone 15 Pro has sold for on eBay in the past weeks.

Frequently Asked Questions about linkfox-ebay-search

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

FAQPage Schema
How do I search eBay listings programmatically?▼

Send a POST request to the LinkFox tool gateway endpoint with a JSON body containing your keyword and optional filters like ebayDomain, priceMin, and orderBy. You can also run the included ebay_search.py script with a JSON argument to execute queries directly.

How to find sold prices for items on eBay?▼

Set the showOnly parameter to "Sold,Complete" in your search request to return sold and completed listings. The response includes the final sale price, sold quantity, and listing date, which you can sort by newest first using orderBy 10.

Which eBay marketplaces does this search support?▼

The search supports 16 regional eBay domains including ebay.com, ebay.co.uk, ebay.de, ebay.fr, ebay.it, ebay.es, ebay.ca, ebay.com.au, and sites for Netherlands, Austria, Switzerland, Poland, Ireland, Hong Kong, Malaysia, and Singapore. Set the ebayDomain parameter to choose the marketplace.

Why does the eBay search API return a 401 error?▼

A 401 error means authentication failed because the Authorization header is missing or invalid. Set the LINKFOXAGENT_API_KEY environment variable with a valid API key obtained from the LinkFox registration page before making requests.

What are the limitations of eBay listing search results?▼

Results are capped at 200 items per page and reflect only current live listings, not historical pricing trends. Prices are returned in the local currency of the searched domain, and excessive requests may be rate-limited, so use the noCache bypass sparingly.