# Walmart UPC & Item Lookup

**Use case:** 

Turn Walmart item IDs into UPC, model number, brand, category path, price and specs. Bulk lookups in one run, exported to CSV or JSON.

## Input

```json
{
  "operation": "productDetails",
  "query": "coffee maker",
  "queries": [],
  "categoryId": "4044_623679_8140341",
  "categoryIds": [],
  "browsePath": "",
  "productId": "13368266581",
  "productIds": [
    "13368266581",
    "375041225",
    "52636896"
  ],
  "allConditions": false,
  "reviewPages": 1,
  "reviewSort": "relevancy",
  "maxPages": 2,
  "sort": "best_match",
  "storeId": ""
}
```

## Output

```json
{
  "thumbnail": {
    "label": "🖼️ thumbnail",
    "format": "string"
  },
  "usItemId": {
    "label": "Us item id",
    "format": "string"
  },
  "productId": {
    "label": "Product id",
    "format": "string"
  },
  "productTitle": {
    "label": "Product title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceDisplay": {
    "label": "Price display",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "listPrice": {
    "label": "List price",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "seller": {
    "label": "Seller",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller name",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "storefrontUrl": {
    "label": "Storefront url",
    "format": "string"
  },
  "totalOffers": {
    "label": "Total offers",
    "format": "number"
  },
  "productUrl": {
    "label": "Product url",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "manufacturerName": {
    "label": "Manufacturer name",
    "format": "string"
  },
  "productType": {
    "label": "Product type",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "savingsAmount": {
    "label": "Savings amount",
    "format": "number"
  },
  "pricePerUnitAmount": {
    "label": "Price per unit amount",
    "format": "string"
  },
  "pricePerUnitType": {
    "label": "Price per unit type",
    "format": "string"
  },
  "outOfStock": {
    "label": "Out of stock",
    "format": "boolean"
  },
  "preorder": {
    "label": "Preorder",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "sponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "sellerId": {
    "label": "Seller id",
    "format": "string"
  },
  "catalogSellerId": {
    "label": "Catalog seller id",
    "format": "string"
  },
  "snapEligible": {
    "label": "Snap eligible",
    "format": "boolean"
  },
  "additionalOfferCount": {
    "label": "Additional offer count",
    "format": "number"
  },
  "fulfillmentType": {
    "label": "Fulfillment type",
    "format": "string"
  },
  "shippingPrice": {
    "label": "Shipping price",
    "format": "number"
  },
  "returnReturnable": {
    "label": "Return returnable",
    "format": "boolean"
  },
  "returnFree": {
    "label": "Return free",
    "format": "boolean"
  },
  "returnWindowDays": {
    "label": "Return window days",
    "format": "number"
  },
  "returnPolicyText": {
    "label": "Return policy text",
    "format": "string"
  },
  "shortDescription": {
    "label": "Short description",
    "format": "string"
  },
  "image": {
    "label": "Image",
    "format": "string"
  },
  "variants": {
    "label": "Variants",
    "format": "array"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "isBestSeller": {
    "label": "Is best seller",
    "format": "boolean"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "upc": {
    "label": "Upc",
    "format": "string"
  },
  "categoryPath": {
    "label": "Category path",
    "format": "array"
  },
  "ratingBreakdown": {
    "label": "Rating breakdown",
    "format": "object"
  },
  "recommendedPercentage": {
    "label": "Recommended percentage",
    "format": "number"
  },
  "topPositiveReview": {
    "label": "Top positive review",
    "format": "object"
  },
  "topNegativeReview": {
    "label": "Top negative review",
    "format": "object"
  },
  "aspects": {
    "label": "Aspects",
    "format": "array"
  },
  "sellerDisplayName": {
    "label": "Seller display name",
    "format": "string"
  },
  "wfsEnabled": {
    "label": "Wfs enabled",
    "format": "boolean"
  },
  "longDescription": {
    "label": "Long description",
    "format": "string"
  },
  "specifications": {
    "label": "Specifications",
    "format": "array"
  },
  "productHighlights": {
    "label": "Product highlights",
    "format": "array"
  },
  "warrantyText": {
    "label": "Warranty text",
    "format": "string"
  },
  "warrantyUrl": {
    "label": "Warranty url",
    "format": "string"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "offerId": {
    "label": "Offer id",
    "format": "string"
  },
  "offerType": {
    "label": "Offer type",
    "format": "string"
  },
  "sellerAverageRating": {
    "label": "Seller average rating",
    "format": "string"
  },
  "sellerReviewCount": {
    "label": "Seller review count",
    "format": "string"
  },
  "hasSellerBadge": {
    "label": "Has seller badge",
    "format": "boolean"
  },
  "wfsProviderName": {
    "label": "Wfs provider name",
    "format": "string"
  },
  "availabilityStatus": {
    "label": "Availability status",
    "format": "string"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "freeShipping": {
    "label": "Free shipping",
    "format": "boolean"
  },
  "deliveryDate": {
    "label": "Delivery date",
    "format": "string"
  },
  "pickupAvailable": {
    "label": "Pickup available",
    "format": "boolean"
  },
  "reviewId": {
    "label": "Review id",
    "format": "string"
  },
  "reviewTitle": {
    "label": "Review title",
    "format": "string"
  },
  "reviewBody": {
    "label": "Review body",
    "format": "string"
  },
  "reviewRating": {
    "label": "Review rating",
    "format": "number"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "string"
  },
  "reviewAuthor": {
    "label": "Review author",
    "format": "string"
  },
  "positiveFeedback": {
    "label": "Positive feedback",
    "format": "number"
  },
  "negativeFeedback": {
    "label": "Negative feedback",
    "format": "number"
  },
  "verifiedPurchase": {
    "label": "Verified purchase",
    "format": "boolean"
  },
  "isExternalSource": {
    "label": "Is external source",
    "format": "boolean"
  },
  "externalSource": {
    "label": "External source",
    "format": "string"
  },
  "media": {
    "label": "Media",
    "format": "array"
  },
  "reviewAspects": {
    "label": "Review aspects",
    "format": "array"
  },
  "productName": {
    "label": "Product name",
    "format": "string"
  },
  "productRating": {
    "label": "Product rating",
    "format": "number"
  },
  "ratingsCount": {
    "label": "Ratings count",
    "format": "number"
  },
  "_fetchedAt": {
    "label": "Fetched at",
    "format": "string"
  },
  "_operation": {
    "label": "Operation",
    "format": "string"
  },
  "_sourceQuery": {
    "label": "Source query",
    "format": "string"
  },
  "_sourceCategoryId": {
    "label": "Source category id",
    "format": "string"
  },
  "_sourceProductId": {
    "label": "Source product id",
    "format": "string"
  },
  "_page": {
    "label": "Page",
    "format": "number"
  },
  "_backup": {
    "label": "Backup",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Walmart Marketplace & Seller Offers Scraper](https://apify.com/sian.agency/walmart-marketplace-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/walmart-marketplace-scraper.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/sian.agency/walmart-marketplace-scraper.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).
