Walmart Product details avatar

Walmart Product details

Under maintenance
Try for free

Pay $5.00 for 1,000 results

Go to Store
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Walmart Product details

Walmart Product details

sellez/walmart-product-search
Try for free

Pay $5.00 for 1,000 results

This Walmart Product Search Actor enables customized Walmart product searches by keyword with filters like category, sorting, price order, and ratings. Output includes detailed product data—title, price, images, URL, description, and availability—in JSON format, ideal for e-commerce insights

Walmart Product Search

This web app is designed to make product searches on Walmart more efficient and customizable. Built with Apify Actors and Python, it allows users to input a Keyword and specify various Parameters to filter and sort search results. This tool is ideal for users who want to narrow down Walmart products based on criteria like category, sorting order, and customer ratings.

Features

  • Keyword-based Search: Input a keyword to search Walmart's catalog (e.g., "laptop", "dress").
  • Customizable Filters: Refine search results using advanced parameters, including:
    • categoryId: Filter results within a specific Walmart category.
    • start: Define the starting position in the results.
    • sort: Set sorting criteria (e.g., relevance, price, title, bestseller, customer rating, new).
    • order: Specify the sorting order (ascending or descending) for applicable criteria, like price.
    • customerRating: Sort results by customer ratings.

Getting Started

Usage Run the Actor: This app is designed to run as an Apify Actor. You can trigger it via Apify with specific input parameters.

Input Parameters: In Apify's Input tab, enter the following:

Keyword (required): The search term for Walmart products, e.g., "dress".

Parameter (required): A dictionary for filter options. Example input:

{ "start": 1, "sort": "relevance", "customerRating": "descending", "categoryId": "5438", "order": "descending" }

categoryId: Restrict results to a category (optional). start: Starting position in results (optional). sort: Sorting criteria (options: relevance, price, title, bestseller, customerRating, new). order: Sort order, either ascending or descending (applicable if sort is set to price). customerRating: Order of customer ratings (ascending or descending). View Results: After running the actor, view results in Apify's Dataset tab, where data is saved in JSON format for easy processing.

Example To search for dresses with high customer ratings:

Keyword: "dress" Parameter: { "start": 1, "sort": "customerRating", "customerRating": "descending" }

Output Schema The output JSON structure includes a summary of the response and details of each product in response. Below is an example: { "ACK": "Success", "response": [ { "result": "Success", "Item_id": 5673272012, "UPC": "194869599178", "Title": "Time and Tru Women's and Women's Plus Ribbed Hacci Knit Midi Dress, Sizes XS-4X", "Currency": "USD", "Price": 16.98, "Image": "https://i5.walmartimages.com/asr/...jpeg", "Image_All": ["https://i5.walmartimages.com/asr/...jpeg", "..."], "URL": "https://www.walmart.com/ip/5673272012", "CategoryPath": "Home Page/Clothing/Womens Clothing/Womens Dresses/Casual Dresses", "CategoryNode": "5438_133162_3074670", "Description": "Material 63% Rayon/32% Polyester/5% Spandex...", "ShippingRating": 0, "BrandName": "Time and Tru", "CustomerRating": "3.9", "NumReviews": 8, "SellerInfo": "Walmart.com", "Stock": "Available", "Variants": [6147603203, 6137570659, ...], "Attributes": { "actual_color": "Merlot Wine", "clothing_size": "L", "color": "Red" } }, // Additional products... ] }

How It Works User inputs Keyword and optional Parameter filters. Results are parsed and saved in Apify's dataset.

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 0 No stars yet

  • 21% runs succeeded

  • Created in Oct 2024

  • Modified a month ago

Categories