Skip to main content
Glama

ebay_search

Scrape eBay search results by providing any eBay search URL. Extract product titles, prices, seller details, and shipping info in structured JSON.

Instructions

Scrape eBay search result pages by passing any eBay search URL. Returns product titles, item IDs, prices, seller info, condition, and shipping details. [Credits: 5 API credits per successful request] Notes: No dedicated query/keyword parameter — instead pass a full, pre-built eBay search URL (including any eBay-native filters such as _nkw, category, price range, etc.) via the url parameter. eBay domain (e.g. ebay.com, ebay.co.uk) inside the url determines locale/country. Returns: { search_results: [ { position, itemId, title, seller: { name, feedback, positive_feedback_percent }, condition, is_sponsored, rating, reviews, buying_format, is_best_offer, price, extracted_price, original_price, extracted_original_price, discount, link, items_sold, extracted_items_sold, shipping, is_free_return } ] }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the eBay search page to scrape (e.g., https://www.ebay.com/sch/i.html?_nkw=laptop). Build this URL from eBay's website using their search filters.
htmlNoReturn the full HTML of the eBay page instead of parsed JSON. (default: false)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses credit cost per request and describes the return structure in detail. No annotations provided, so description carries full burden; it adequately informs the agent about behavior (a read scrape with cost implications).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Efficient use of three sentences plus structured Notes and Returns sections. No redundancy; every sentence adds value. Front-loaded with purpose and cost, then usage details, then output format.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having no output schema, the description provides a detailed schema for the return object. Covers credit cost, URL construction, and parameter semantics. Fully adequate for a simple two-parameter tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, but description adds practical context: explains that url must be a full pre-built search URL, gives example, and clarifies that domain sets locale. This goes beyond what the schema offers.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States specific verb ('scrape'), resource ('eBay search result pages'), and what is returned (product titles, item IDs, etc.). Clearly distinguishes from sibling tools like ebay_product by referring to search pages, not product pages.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to pass a full eBay search URL and explains how to build it using eBay's filters. Notes that the domain determines locale. Lacks explicit when-not-to-use or alternatives, but guidance is strong and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alessandrobenigni/ScrapingDog-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server