# Walmart Coffee Price and Seller Data API, US

**Use case:** 

Track Walmart grocery staple results with price, brand and seller name on every row, a weekly repurchase category on the site.

## Input

```json
{
  "keyword": "coffee",
  "country": "United States",
  "max_results": 50,
  "platforms": [
    "Walmart"
  ]
}
```

## Output

```json
{
  "image_url": {
    "label": "Image URL",
    "format": "string"
  },
  "image_urls": {
    "label": "Image Urls",
    "format": "array"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "breadcrumbs": {
    "label": "Breadcrumbs",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "product_id": {
    "label": "Product ID",
    "format": "string"
  },
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "gtin": {
    "label": "GTIN",
    "format": "string"
  },
  "mpn": {
    "label": "MPN",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "specifications": {
    "label": "Specifications",
    "format": "object"
  },
  "manufacturer": {
    "label": "Manufacturer",
    "format": "string"
  },
  "origin": {
    "label": "Origin",
    "format": "string"
  },
  "energy_class": {
    "label": "Energy Class",
    "format": "string"
  },
  "included": {
    "label": "Included",
    "format": "array"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "release_date": {
    "label": "Release Date",
    "format": "string"
  },
  "variants": {
    "label": "Variants",
    "format": "array"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "was_price": {
    "label": "Was Price",
    "format": "number"
  },
  "unit_price": {
    "label": "Unit Price",
    "format": "object"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "price_text": {
    "label": "Price Text",
    "format": "string"
  },
  "discount_pct": {
    "label": "Discount Pct",
    "format": "number"
  },
  "discount_text": {
    "label": "Discount Text",
    "format": "string"
  },
  "promo_text": {
    "label": "Promo Text",
    "format": "string"
  },
  "installment_text": {
    "label": "Installment Text",
    "format": "string"
  },
  "stock_status": {
    "label": "Stock Status",
    "format": "string"
  },
  "stock_text": {
    "label": "Stock Text",
    "format": "string"
  },
  "sales_text": {
    "label": "Sales Text",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "integer"
  },
  "seller": {
    "label": "Seller",
    "format": "string"
  },
  "seller_url": {
    "label": "Seller URL",
    "format": "string"
  },
  "seller_score": {
    "label": "Seller Score",
    "format": "number"
  },
  "shipping_text": {
    "label": "Shipping Text",
    "format": "string"
  },
  "shipping_cost": {
    "label": "Shipping Cost",
    "format": "number"
  },
  "delivery_text": {
    "label": "Delivery Text",
    "format": "string"
  },
  "pickup_text": {
    "label": "Pickup Text",
    "format": "string"
  },
  "return_text": {
    "label": "Return Text",
    "format": "string"
  },
  "return_days": {
    "label": "Return Days",
    "format": "integer"
  },
  "warranty_text": {
    "label": "Warranty Text",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "site": {
    "label": "Site",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "is_sponsored": {
    "label": "Is Sponsored",
    "format": "boolean"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Walmart Price Tracker](https://apify.com/truefetch/walmart-price-tracker.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/truefetch/walmart-price-tracker.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/truefetch/walmart-price-tracker.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
