web_data_walmart_product
Extract structured product data from Walmart product pages using a valid /ip/ URL. This tool provides reliable product information through cache lookups, avoiding direct web scraping challenges.
Instructions
Quickly read structured walmart product data. Requires a valid product URL with /ip/ in it. This can be a cache lookup, so it can be more reliable than scraping
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}