search_product_urls
Discover and rank candidate e-commerce product pages for a product query, returning direct URLs for previewing before scraping.
Instructions
Discovers and ranks candidate e-commerce product pages for a given query (Discovery only).
USE THIS TOOL WHEN:
You want to find authoritative product detail pages (PDPs) across retailers without downloading or scraping images yet.
You want to preview which stores/URLs exist for a product before selecting one to scrape.
EXAMPLE CALL:
search_product_urls(query="Sony FX3 Cinema Camera", max_urls=3)
search_product_urls(query="MacBook Pro M3", site_filter="apple.com")
RETURNS:
A list of ranked, direct product destination URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Product name or keywords to search for. Example: 'Sony FX3 camera', 'Nike Air Jordan 1' | |
| max_urls | No | Maximum candidate product URLs to return (1-10). Default is 5. | |
| site_filter | No | Optional specific domain to restrict search results to (e.g. 'bhphotovideo.com', 'apple.com') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |