search_newegg
Find electronics and computer hardware on Newegg, retrieving product listings with title, price, rating, image, and URL.
Instructions
Search Newegg for electronics and computer hardware, returning a list of product dicts each with title, price, product_url, image_url, rating, and item_number.
Live-scrapes Newegg search result pages over the network; requires outbound internet access and returns an empty list if no products match or the page structure cannot be parsed. Read-only, with no side effects beyond the outbound HTTP requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Product search terms, given as a string. Example: "graphics card". No default (required). | |
| max_pages | No | Number of result pages to scrape, given as an integer; higher values return more products but take longer. Example: 3. Default 1. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| count | No | ||
| errors | No | ||
| scraper | No | ||
| source_urls | No |